@charset "UTF-8";
/*
Theme Name: Engress
Author: S
Description: ORIGINAL THEME
Version: 1.0
*/


/* base
--------------------------------------- */
body {
  font-family: '游ゴシック体', sans-serif;
  color: #1B224C;
}

a {
  color: #1B224C;
}

/* header
--------------------------------------- */
.header {
  max-width: 1280px;
  height: 80px;
  padding: 15px 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}

.header__logo {
  width: 136px;
  height: 27px;
}

.header__nav {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

.header__nav a:hover {
  opacity: .7;
}

@media (max-width: 680px) {
  .header__nav {
    display: none;
  }
}

.header__nav--item {
  margin-left: 28px;
}

.info {
  margin-left: auto;
  margin-right: 23px;
  text-align: right;
}

@media (max-width: 680px) {
  .info {
    display: none;
  }
}

.info__hours {
  font-size: 12px;
  margin-bottom: 10px;
}

.info__call p {
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.info__call p::before {
  content: url(../img/パス29.png);
  display: block;
  width: 14px;
  height: 17px;
  position: absolute;
  top: 1px;
  left: -17px;
}

.btn__doc-req {
  width: 142px;
  padding: 18px 43px;
  background-color: #F5A623;
  color: #fff;
  border-radius: 7px;
  margin-right: 10px;
}

.btn__doc-req:hover {
  background-color: #e29822;
}

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

.btn__cta {
  width: 137px;
  padding: 18px 26px;
  background-color: #1B224C;
  color: #fff;
  border-radius: 7px;
}

.btn__cta:hover {
  opacity: .9;
}

@media (max-width: 830px) {
  .btn__cta {
    display: none;
  }
}

/* slide menu
--------------------------------------- */
@media (max-width: 768px) {
  .slide-menu__bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background-color: rgba(51, 51, 51, 0.5);
    background-color: rgba(27, 34, 76, 0.5);
    display: none;
    top: 0;
    left: 0;
  }
  .slide-menu__btn {
    display: block;
    padding: 0;
    width: 42px;
    height: 26px;
    background: none;
    border: none;
    text-align: center;
    letter-spacing: 0.1em;
    cursor: pointer;
    outline: none;
  }
  .slide-menu__btn * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
    text-decoration: none;
    list-style: none;
  }
  .slide-menu__bar {
    display: block;
    width: 42px;
    height: 4px;
    border-radius: 10px;
    transition: all 0.2s;
    transform-origin: 0% 0%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
  }
  .slide-menu__bar1 {
    top: 0;
  }
  .slide-menu__bar2 {
    top: 50%;
  }
  .slide-menu__bar3 {
    top: 100%;
  }
  .slide-menu__btn.active .slide-menu__bar {
    width: 36.77px;
    left: 8px;
  }
  .slide-menu__btn.active .slide-menu__bar1 {
    transform: rotate(0.7854rad) translateY(-50%);
    top: 0px;
  }
  .slide-menu__btn.active .slide-menu__bar2 {
    opacity: 0;
  }
  .slide-menu__btn.active .slide-menu__bar3 {
    transform: rotate(-0.7854rad) translateY(-50%);
    top: calc(100% - 0px);
  }
  .slide-menu__btn {
    color: #1B224C;
  }
  .slide-menu__bar {
    background-color: #1B224C;
  }
  .slide-menu__btn {
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 1001;
  }
  .slide-menu a {
    color: inherit;
  }
  .slide-menu a:visited {
    color: inherit;
  }
  .slide-menu__nav-wrapper {
    width: 350px;
    height: 100%;
    transition: all 0.2s;
    transform: translate(312px);
    position: fixed;
    top: 0;
    right: -40px;
    background-color: #FFF;
  }
  .slide-menu__nav-wrapper.open {
    transform: translate(0);
    z-index: 1000;
  }
  .slide-menu.left .slide-menu__btn {
    right: auto;
    left: 32px;
  }
  .slide-menu.left .slide-menu__nav-wrapper {
    transform: translate(-312px);
    right: auto;
    left: 0;
  }
  .slide-menu.left .slide-menu__nav-wrapper.open {
    transform: translate(0);
  }
  .slide-menu__nav {
    padding: 170px 35px 100px 0;
  }
  .slide-menu__nav li {
    color: #1B224C;
    font-size: 1.375rem;
    font-weight: bold;
    margin-bottom: 50px;
    list-style: none;
    text-align: center;
  }
  .slide-menu__nav li a {
    position: relative;
    display: inline-block;
  }

  .slide-menu__nav li a:hover {
    opacity: 0.7;
  }
}

@media (min-width: 681px) {
  .slide-menu {
    display: none;
  }
}

/* main view
--------------------------------------- */
.mv {
  height: 38vw;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/teachers.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 476px;
  position: relative;
}

@media (max-width: 1024px) {
  .mv {
    background-position: center;
  }
}

.mv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.mv__inner h2 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 28px;
  line-height: 1.2;
  letter-spacing: 1px;
}

@media (max-width: 830px) {
  .mv__inner h2 {
    font-size: 38px;
  }
}

.mv__inner p {
  font-size: 18px;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 73px;
  letter-spacing: 1px;
}

.mv__btn-doc-req {
  width: 260px;
  padding: 22px 100px;
  font-weight: bold;
  background-color: #F5A623;
  color: #fff;
  border-radius: 31px;
}

.mv__btn-doc-req:hover {
  background-color: #e29822;
}

.mv__cta {
  margin-top: 44px;
}

.mv__cta-link {
  color: #fff;
  text-decoration: underline;
}

/* about
--------------------------------------- */
.about {
  margin-left: auto;
  margin-right: auto;
  background-color: #1B224C;
  height: 604px;
  text-align: center;
}

@media (max-width: 680px) {
  .about {
    height: auto;
  }
}

.about__inner {
  padding-top: 63px;
  padding-bottom: 54px;
}

.about__inner h1 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 45px;
  line-height: 1.5;
}

@media (max-width: 830px) {
  .about__inner h1 {
    font-size: 26px;
    padding: 0 5px;
  }
}

.about__txt--flex {
  display: flex;
  justify-content: center;
}

@media (max-width: 414px) {
  .about__txt--flex {
    flex-direction: column;
  }
}

.about__txt--flex p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 2;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 72px;
}

@media (max-width: 414px) {
  .about__txt--flex p {
    margin-bottom: 60px;
  }
}

.about__box {
  width: 900px;
  height: 248px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
}

@media (max-width: 830px) {
  .about__box {
    width: 650px;
  }
}

@media (max-width: 680px) {
  .about__box {
    width: 414px;
  }
}

@media (max-width: 414px) {
  .about__box {
    width: 320px;
    height: 350px;
  }
}

.about__box--border {
  width: 868px;
  height: 225px;
  border: 5px solid #1B224C;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 830px) {
  .about__box--border {
    width: 618px;
  }
}

@media (max-width: 680px) {
  .about__box--border {
    width: 382px;
  }
}

@media (max-width: 414px) {
  .about__box--border {
    width: 300px;
    height: 328px;
    padding: 15px;
  }
}

.about__box h2 {
  margin-top: 12px;
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
}

@media (max-width: 830px) {
  .about__box h2 {
    font-size: 28px;
  }
}

.about__box span {
  background: linear-gradient(transparent 70%, #F5A623 70%);
}

.about__box p {
  font-size: 18px;
  line-height: 1.7;
}

@media (max-width: 830px) {
  .about__box p {
    font-size: 16px;
  }
}

@media (max-width: 830px) {
  .about .br {
    display: none;
  }
}

/* feature 
--------------------------------------- */
.feature {
  max-width: 906px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5px;
}

.feature h1 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 59px;
  line-height: 1.7;
}

@media (max-width: 830px) {
  .feature h1 {
    font-size: 28px;
    margin: 59px 0;
  }
}

.feature__media {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .feature__media {
    flex-direction: column;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .feature__media1 {
    order: 1;
  }
  .feature__media2 {
    order: 2;
  }
}

.feature__media-txt {
  max-width: 500px;
  padding: 5px;
}

.feature__media-txt span {
  width: 90px;
  padding: 9px 25px;
  font-size: 12px;
  background-color: #F5A623;
  color: #fff;
}

.feature__media-txt h2 {
  margin-top: 35px;
  margin-bottom: 39px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 830px) {
  .feature__media-txt h2 {
    font-size: 22px;
  }
}

.feature__media-txt p {
  line-height: 1.7;
}

.feature__media img {
  width: 350px;
  height: 240px;
}

@media (max-width: 768px) {
  .feature__media img {
    margin: 20px 0;
    width: 100%;
    height: auto;
  }
}

/* price
--------------------------------------- */
.price {
  padding: 0 15px;
}

.price__inner {
  margin-top: 93px;
  max-width: 906px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/price.png);
  height: 217px;
  text-align: center;
}

@media (max-width: 630px) {
  .price__inner {
    background-position: center;
  }
}

.price h1 {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding-top: 61px;
  padding-bottom: 50px;
}

@media (max-width: 630px) {
  .price h1 {
    font-size: 20px;
  }
}

.price__btn {
  width: 200px;
  padding: 17px 44px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
}

.price__btn:hover {
  opacity: .7;
}

/* performance
--------------------------------------- */
.performance {
  margin-top: 39px;
  height: 608px;
  margin-left: auto;
  margin-right: auto;
  background-color: #1B224C;
}

@media (max-width: 900px) {
  .performance {
    height: auto;
  }
}

.performance h1 {
  padding-top: 58px;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 137px;
}

@media (max-width: 830px) {
  .performance h1 {
    font-size: 28px;
    margin-bottom: 80px;
  }
}

.performance__cont {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.performance__cont-inner {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .performance__cont-inner {
    flex-direction: column;
  }
}

.performance__cont--item {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

@media (max-width: 900px) {
  .performance__cont--item {
    width: 500px;
  }
}

@media (max-width: 550px) {
  .performance__cont--item {
    width: 350px;
  }
}

@media (max-width: 370px) {
  .performance__cont--item {
    width: 300px;
  }
}

.performance__cont p {
  color: #fff;
  width: 100%;
  line-height: 1.7;
  margin-bottom: 9px;
}

@media (max-width: 900px) {
  .performance__cont p {
    margin-top: 0;
  }
}

.performance__cont--img img {
  width: 280px;
  height: 171px;
  object-fit: cover;
}

@media (max-width: 900px) {
  .performance__cont--img img {
    width: 100%;
    height: auto;
  }
}

.performance__cont--flex {
  margin-top: 16px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

.performance__cont-job {
  width: 36%;
  height: auto;
  padding: 8px 14px;
  background-color: #fff;
}

.performance__cont-name {
  width: 61%;
  height: auto;
  padding: 8px 14px;
  background-color: #fff;
}

.performance__cont-point {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 8px 14px;
  background-color: #fff;
}

/* procedure
--------------------------------------- */
.procedure {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5px;
}

@media (max-width: 768px) {
  .procedure {
    max-width: 600px;
  }
}

.procedure h1 {
  margin-top: 58px;
  margin-bottom: 53px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

@media (max-width: 830px) {
  .procedure h1 {
    font-size: 28px;
  }
}

.procedure__cont {
  display: flex;
  align-items: center;
  background-color: #F8F8F8;
  margin-bottom: 8px;
}

@media (max-width: 414px) {
  .procedure__cont {
    flex-wrap: wrap;
  }
}

.procedure__cont-num {
  width: 64px;
  height: 64px;
  background-color: #F5A623;
  color: #fff;
  padding: 24px 23px;
}

@media (max-width: 414px) {
  .procedure__cont-num {
    height: 94px;
    padding: 38px 23px;
  }
}

.procedure__cont h2 {
  width: 220px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 21px;
  border-right: 1px solid #cacaca;
  height: 30px;
  padding-top: 6px;
}

@media (max-width: 830px) {
  .procedure__cont h2 {
    min-width: 200px;
  }
}

@media (max-width: 414px) {
  .procedure__cont h2 {
    min-width: 100px;
    margin-top: -40px;
    padding-top: 0;
    border: none;
  }
}

.procedure__cont p {
  padding-top: 6px;
  padding-left: 69px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .procedure__cont p {
    padding-left: 20px;
    padding-right: 5px;
  }
}

@media (max-width: 414px) {
  .procedure__cont p {
    padding-left: 82px;
    margin-top: -55px;
  }
}

/* FAQ
--------------------------------------- */
.faq {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
  padding: 0 5px;
}

@media (max-width: 768px) {
  .faq {
    max-width: 600px;
  }
}

.faq h1 {
  margin-top: 75px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

@media (max-width: 830px) {
  .faq h1 {
    font-size: 28px;
  }
}

.faq__accordion-ttl {
  border-bottom: 1px solid #1B224C;
  padding: 25px 50px 25px 0;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
}

.faq__accordion-ttl:first-of-type {
  border-top: 1px solid #1B224C;
}

.faq__accordion-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
  height: 3px;
  transform: rotate(90deg);
  background-color: #1B224C;
  transition: all .3s ease-in-out;
}

.faq__accordion-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
  height: 3px;
  background-color: #1B224C;
  transition: all .2s ease-in-out;
}

.faq__accordion-ttl.open::before {
  transform: rotate(180deg);
}

.faq__accordion-ttl.open::after {
  opacity: 0;
}

.faq__accordion-cont {
  padding: 25px 0;
  background-color: #f8f8f8;
  line-height: 1.5;
}

/* blog
--------------------------------------- */
.front__column {
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 119px;
  max-width: 900px;
  padding: 0 10px;
}

.column__inner {
  display: flex;
}

@media (max-width: 768px) {
  .front__column {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .column__inner {
    flex-direction: column;
    align-items: left;
    position: relative;
  }
}

.blog {
  margin-right: 67px;
}

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

.blog h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 830px) {
  .blog h1 {
    font-size: 28px;
  }
}

.blog__3posts {
  max-width: 430px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.blog__3posts-cat {
  position: relative;
}

.blog__3posts-cat img {
  width: 150px;
  height: 110px;
  object-fit: cover;
}

.blog__3posts .post-categories a {
  line-height: 1;
  padding: 0;
  background-color: unset;
}

.blog__3posts-cat-p {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 80px;
  height: 28px;
  padding: 8px 12px;
  background-color: #1B224C;
  color: #fff;
  font-size: 12px;
}

.blog__3posts-txt {
  margin-left: 20px;
}

.blog__3posts-ttl {
  text-decoration: underline;
  font-weight: bold;
  line-height: 1.7;
}

.blog__3posts-date {
  display: block;
  font-size: 12px;
  position: absolute;
  bottom: 0;
}

/* news
--------------------------------------- */
@media (max-width: 768px) {
  .news {
    margin-top: 60px;
  }
}

.news h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 830px) {
  .news h1 {
    font-size: 28px;
  }
}

.news__posts-txt {
  height: 87px;
  margin-bottom: 17px;
}

.news__posts-date {
  font-size: 12px;
  margin-bottom: 16px;
}

.news__posts-ttl {
  text-decoration: underline;
}

/* document request
--------------------------------------- */
.doc-req {
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/cta.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 256px;
  text-align: center;
}

@media (max-width: 630px) {
  .doc-req {
    background-position: center;
  }
}

.doc-req h1 {
  padding-top: 70px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 48px;
}

@media (max-width: 830px) {
  .doc-req h1 {
    font-size: 28px;
  }
}

.doc-req__btn {
  width: 280px;
  padding: 17px 108px;
  font-weight: bold;
  background-color: #F5A623;
  color: #fff;
  border-radius: 25px;
}

.doc-req__btn:hover {
  background-color: #e29822;
}

.doc-req__cta {
  margin-top: 44px;
  margin-bottom: 41px;
}

.doc-req__cta-link {
  color: #fff;
  text-decoration: underline;
}

/* contact
--------------------------------------- */
.contact {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 21px 0;
  display: flex;
  align-items: baseline;
}

@media (max-width: 768px) {
  .contact {
    flex-direction: column;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact h1 {
  font-weight: bold;
  margin-left: 60px;
}

@media (max-width: 768px) {
  .contact h1 {
    margin-left: 0;
  }
}

.contact h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 20px;
}

@media (max-width: 768px) {
  .contact h2 {
    margin: 10px 0;
    font-size: 28px;
  }
}

/* footer
--------------------------------------- */
.footer {
  margin-left: auto;
  margin-right: auto;
  background-color: #1B224C;
  padding-top: 35px;
  height: 230px;
}

.footer__column {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-around;
  color: #fff;
  max-width: 1280px;
}

@media (max-width: 414px) {
  .footer__column {
    margin-right: 8px;
  }
}

.footer ul {
  display: flex;
}

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

.footer ul li {
  border-right: 1px solid #fff;
  height: 25px;
  padding: 5px 21px 0;
  font-weight: bold;
}

.footer ul li:last-of-type {
  border-right: none;
}

@media (max-width: 768px) {
  .footer ul li {
    border: none;
    margin-bottom: 5px;
    font-size: 14px;
  }
}

.footer ul a {
  color: #fff;
}

.footer ul a:hover {
  opacity: .8;
}

.footer__logo {
  width: 197px;
  height: 58px;
  display: block;
  padding: 14px 19px;
  background-color: #fff;
}

.footer__logo img {
  max-width: 100%;
  padding-left: 7px;
}

.footer__info {
  margin-top: 27px;
  text-align: right;
}

.footer__info-call {
  display: flex;
  justify-content: flex-end;
}

.footer__info img {
  padding-right: 5px;
  padding-bottom: 12px;
}

.footer__info-hours {
  font-size: 12px;
}

.footer__copy-wright {
  padding: 12px 0;
}

.footer__copy-wright P {
  margin-top: 69px;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  color: #1B224C;
}

/* plan
--------------------------------------- */
.plan {
  background-image: url(../img/plan.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 221px;
  text-align: center;
}

@media (max-width: 830px) {
  .plan {
    background-position: center;
  }
}

.plan h1 {
  padding-top: 95px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 830px) {
  .plan h1 {
    font-size: 28px;
  }
}

/* breadcrumb nav area */
.nav {
  height: auto;
  background-color: #f8f8f8;
}

.nav__inner {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 18px 15px;
  line-height: 1.5;
}

.nav a {
    text-decoration: underline;  
}

/* pricing plans */
.pp {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

.pp h1 {
  text-align: center;
  margin: 59px 0;
  font-size: 32px;
  font-weight: bold;
}

.pp__box-wrap {
  display: flex;
  justify-content: center;
}

.pp__box {
  width: 280px;
  height: 90px;
  background-color: #1B224C;
}

@media (max-width: 450px) {
  .pp__box {
    width: 200px;
    height: 70px;
  }
}

.pp__box h2 {
  padding: 33px 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 450px) {
  .pp__box h2 {
    font-size: 15px;
    padding: 24px 8px;
  }
}

.pp span {
  padding: 20px 35px;
  font-size: 42px;
  font-weight: bold;
}

.pp p {
  margin-top: 45px;
  line-height: 1.7;
}

/* price list */
.pl {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.pl h1 {
  text-align: center;
  margin: 90px 0 70px;
  font-size: 32px;
  font-weight: bold;
}

.pl__box--flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 61px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

.pl__box {
  width: 220px;
  height: 474px;
  border: 1px solid #1B224C;
  text-align: center;
  margin-top: 30px;
  margin-right: 7px;
}

@media (max-width: 830px) {
  .pl__box {
    min-width: 220px;
  }
}

.pl__box-ttl {
  height: 60px;
  background-color: #1B224C;
}

.pl__box-ttl h2 {
  color: #fff;
  padding: 20px 0;
  font-weight: bold;
}

.pl__box h3 {
  margin: 30px 0 14px;
  font-size: 25px;
  font-weight: bold;
}

.pl__box p {
  margin-bottom: 48px;
}

.pl__box li {
  padding: 0 25px;
  margin-left: 11px;
  margin-bottom: 14px;
  position: relative;
  line-height: 1.5;
}

.pl__box li::after {
  content: "";
  display: block;
  position: absolute;
  top: .4em;
  left: .5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #1B224C;
  border-bottom: 3px solid #1B224C;
  transform: rotate(-45deg);
}

/* recommend price list */
.pl__box-rec {
  width: 220px;
  height: 413px;
  border-left: 1px solid #1B224C;
  border-right: 1px solid #1B224C;
  border-bottom: 1px solid #1B224C;
  text-align: center;
  margin-right: 7px;
}

.pl__box-rec h3 {
  padding: 30px 0 14px;
  font-size: 25px;
  font-weight: bold;
}

.pl__box-rec p {
  margin-bottom: 48px;
}

.pl__box-rec li {
  padding: 0 25px;
  margin-left: 11px;
  margin-bottom: 14px;
  position: relative;
  line-height: 1.5;
}

.pl__box-rec li::after {
  content: "";
  display: block;
  position: absolute;
  top: .4em;
  left: .5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #1B224C;
  border-bottom: 3px solid #1B224C;
  transform: rotate(-45deg);
}

.pl__box-ttl-color {
  height: 91px;
  background-color: #F5A623;
  text-align: center;
  margin-right: 7px;
}

.pl__box-ttl-color h2 {
  padding-top: 19px;
  color: #fff;
  font-weight: bold;
}

/* blog-page
--------------------------------------- */
.blog-page {
  background-image: url(../img/blog.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 221px;
  text-align: center;
}

@media (max-width: 830px) {
  .blog-page {
    background-position: center;
  }
}

.blog-page h1 {
  padding-top: 95px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 830px) {
  .blog-page h1 {
    font-size: 28px;
  }
}

.update {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 109px;
  padding: 0 10px;
}

@media (max-width: 414px) {
  .update {
    padding: 0 35px 10px 0;
  }
}

.update h1 {
  text-align: center;
  margin: 59px 0;
  font-size: 32px;
  font-weight: bold;
}

@media (max-width: 830px) {
  .update h1 {
    font-size: 28px;
  }
}

.update__posts {
  margin-bottom: 93px;
  display: flex;
}

@media (max-width: 768px) {
  .update__posts {
    flex-direction: column;
    align-items: center;
  }
}

.update__posts-cat {
  position: relative;
}

.update__posts .post-categories a {
  line-height: 1;
  padding: 0;
  background-color: unset;
}

.update__posts-cat-p {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 80px;
  height: 28px;
  padding: 8px 12px;
  background-color: #1B224C;
  color: #fff;
  font-size: 12px;
}

.update__thumbnail {
  width: 240px;
  height: 179px;
  object-fit: cover;
}

.update__posts-txt {
  max-width: 610px;
  margin-left: 50px;
}

@media (max-width: 768px) {
  .update__posts-txt {
    margin-top: 40px;
  }
}

.update__posts-date {
  margin-bottom: 20px;
}

.update__posts-ttl {
  font-size: 26px;
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.7;
  margin-bottom: 15px;
}

@media (max-width: 830px) {
  .update__posts-ttl {
    font-size: 24px;
  }
}

.update__posts-cont {
line-height: 1.5;
}

/* pagenation */
.navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-top: 90px;
}

.navigation a {
  padding: 17px 20px;
  border: solid 1px #1B224C;
  margin-right: 19px;
}

.navigation .current {
  padding: 17px 20px;
  border: solid 1px #1B224C;
  margin-right: 19px;
  background-color: #1B224C;
  color: #fff;
}

.dots {
  padding: 17px 10px;
  margin-right: 19px;
}

.prev, .next {
  display: none;
}

/* news-page
--------------------------------------- */
.news-page {
  background-image: url(../img/news.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 221px;
  text-align: center;
}

@media (max-width: 830px) {
  .news-page {
    background-position: center;
  }
}

.news-page h1 {
  padding-top: 95px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 830px) {
  .news-page h1 {
    font-size: 28px;
  }
}

.news__info {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

.news__info h1 {
  text-align: center;
  margin: 59px 0;
  font-size: 32px;
  font-weight: bold;
}

@media (max-width: 830px) {
  .news__info h1 {
    font-size: 28px;
  }
}

.info__posts-txt {
  display: flex;
  padding: 25px 0;
  border-top: 1px solid #dfdfdf;
}

.info__posts-date {
  margin-right: 51px;
}

@media (max-width: 414px) {
  .info__posts-date {
    margin-right: 20px;
  }
}

.info__posts-ttl {
  text-decoration: underline;
}

.info__post-line {
  border-top: 1px solid #dfdfdf;
  margin-bottom: 65px;
}

/* blog-posts
--------------------------------------- */
.column {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 0 10px;
}

@media (max-width: 830px) {
  .column {
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }
}

.blog__posts {
  max-width: 590px;
  margin-right: 36px;
}

@media (max-width: 830px) {
  .blog__posts {
    margin-right: 0;
  }
}

.blog__posts-cat {
  margin-bottom: 30px;
}

.post-categories a {
  padding: 10px 26px;
  background-color: #1B224C;
  color: #fff;
  line-height: 3;
}

.blog__posts-ttl {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.7;
  word-wrap: break-word;
}

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

.blog__posts-date {
  padding-top: 10px;
}

.blog__posts-cont img {
  width: 100%;
  height: auto;
}

.blog__posts-cont h1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}

.blog__posts-cont h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 33px 0 27px;
  border-left: 4px solid #1B224C;
  padding-left: 10px;
}

.blog__posts-cont p {
  line-height: 1.7;
}

.blog__posts-cont blockquote {
  margin: 30px 0;
  padding: 0 20px;
  background-color: #F8F8F8;
  display: flex;
  align-items: center;
}

.blog__posts-cont blockquote::before {
  content: '“';
  margin-top: 30px;
  font-size: 90px;
  color: #B4B4B4;
  padding-right: 20px;
}

.blog__posts-cont ul {
  list-style: none;
  padding:0;
  margin: 36px 0 30px;
  padding-left: 30px;
}

.blog__posts-cont li { 
  line-height: 1.7;
  max-width: 558px;
  display: block;
  position: relative;
}

.blog__posts-cont li:before {
  content: '';
	width: 11px;
	height: 11px;
	display: inline-block;
	border-radius: 100%;
	background-color: #F5A623;
  margin-right: 21px;
  position: absolute;
  top: 9px;
	left: -30px;
}

.blog__posts-cont a {
  text-decoration: underline;
  color: #F5A623;
}

/* recommend posts */
.recommend {
  max-width: 590px;
  margin-top: 60px;
  margin-bottom: 69px;
}

.recommend h1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 30px;
}

@media (max-width: 830px) {
  .recommend h1 {
    text-align: center;
  }
}

.recommend__post-pickup {
  max-width: 590px;
  display: flex;
  margin-bottom: 28px;
}

@media (max-width: 630px) {
  .recommend__post-pickup {
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
  }
}

.recommend__post-thumbnail-wrap {
  position: relative;
}

.recommend__post-cat {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 80px;
  height: 28px;
  padding: 8px 12px;
  background-color: #1B224C;
  color: #fff;
  font-size: 12px;
}

.recommend__post-pickup .post-categories a {
  line-height: 1;
  padding: 0;
  background-color: unset;
}

.recommend img {
  width: 210px;
  height: 128px;
  object-fit: cover;
}

.recommend__post-txt {
  margin-left: 32px;
}

@media (max-width: 630px) {
  .recommend__post-txt {
    margin-top: 20px;
  }
}

.recommend__post-ttl {
  margin-top: 29px;
  text-decoration: underline;
  line-height: 1.7;
}

/* aside */
.aside {
  max-width: 269px;
}

@media (max-width: 830px) {
  .aside {
    width: 590px;
    margin-bottom: 60px;
  }
}

@media (max-width: 630px) {
  .aside {
    width: 350px;
  }
}

.aside__ttl {
  text-align: center;
  padding: 20px 0;
  background-color: #1B224C;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 30px;
}

.aside__related-post {
  display: flex;
  margin-bottom: 42px;
}

@media (max-width: 830px) {
  .aside__related-post {
    flex-direction: column;
    align-items: center;
  }
}

.aside__related-post img {
  width: 100px;
  height: 75px;
  object-fit: cover;
}

@media (max-width: 830px) {
  .aside__related-post img {
    width: 210px;
    height: 128px;
    object-fit: cover;
  }
}

.aside__related-post-ttl {
  text-decoration: underline;
  margin-left: 17px;
  font-size: 12px;
  line-height: 1.7;
  max-width: 152px;
  word-wrap: break-word;
}

@media (max-width: 830px) {
  .aside__related-post-ttl {
    margin-top: 20px;
    font-size: 16px;
    margin-left: 0;
    max-width: unset;
  }
}

.aside__posts-cat-list li {
  margin-bottom: 15px;
  font-weight: bold;
  padding-left: 10px;
}

@media (max-width: 830px) {
  .aside__posts-cat-list li {
    font-size: 16px;
  }
}

.aside__posts-cat-list li::before {
  content: "";
  margin-left: -10px;
}

/* news-posts
--------------------------------------- */
.info__pp {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 53px;
  padding: 0 10px;
}

.info__pp-ttl {
  margin: 60px 0 36px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.7;
}

.info__pp-date {
  text-align: right;
  margin-bottom: 60px;
}

.info__pp h1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}

.info__pp h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 33px 0 27px;
  border-left: 4px solid #1B224C;
  padding-left: 10px;
}

.info__pp p {
  line-height: 1.7;
}

.info__pp blockquote {
  margin: 30px 0;
  padding: 0 20px;
  background-color: #F8F8F8;
  display: flex;
  align-items: center;
}

.info__pp blockquote::before {
  content: '“';
  margin-top: 30px;
  font-size: 90px;
  color: #B4B4B4;
  padding-right: 20px;
}

.info__pp img {
  width: auto;
  height: auto;
}

.info__pp ul {
  list-style: none;
  padding:0;
  margin: 36px 0 30px;
  padding-left: 30px;
}

.info__pp li { 
  line-height: 1.7;
  max-width: 558px;
  display: block;
  position: relative;
}

.info__pp li:before {
  content: '';
	width: 11px;
	height: 11px;
	display: inline-block;
	border-radius: 100%;
	background-color: #F5A623;
  margin-right: 21px;
  position: absolute;
  top: 9px;
	left: -30px;
}

.info__pp a {
  text-decoration: underline;
  color: #F5A623;
}

/* contact-page
--------------------------------------- */
.contact-page {
  background-image: url(../img/cta.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 221px;
  text-align: center;
}

@media (max-width: 630px) {
  .contact-page {
    background-position: center;
  }
}

.contact-page h1 {
  padding-top: 95px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 830px) {
  .contact-page h1 {
    font-size: 28px;
  }
}

.form {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  margin-top: 58px;
  margin-bottom: 82px;
}

.form h2 {
  line-height: 1.7;
  margin-bottom: 41px;
}

.form h3 {
  margin-bottom: 12px;
}

.form input[type="text"],
input[type="email"] {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
}

.form__doc-req {
  font-weight: bold;
  line-height: 1.7;
}

.form__radio {
  margin: 20px 0;
}

.form .mwform-radio-field {
  display: block;
  align-items: left;
  margin-bottom: 15px;
}

.horizontal-item {
  margin-left: unset !important;
}

.form__contact-type {
  display: none;
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 40px;
  user-select: none;
  cursor: pointer;
}

.mwform-radio-field-text::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #1B224C;
  border-radius: 50%;
  position: absolute;
  left: 5px;
}

.mwform-radio-field-text::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #1B224C;
  position: absolute;
  border-radius: 50%;
  top: 31%;
  left: 10px;
  opacity: 0;
}

input[type="radio"]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.form__contact-cont {
  width: 100%;
  height: 240px;
  padding: 15px;
  resize: none;
  outline: none;
  margin-bottom: 30px;
}

.form__link {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.7;
}

.form a {
  color: #F5A623;
  text-decoration: underline;
  cursor: pointer;
}

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

.form__agree-btn .mwform-checkbox-field-text {
  position: relative;
  padding-left: 40px;
  user-select: none;
  cursor: pointer;
}

.form__agree-btn .mwform-checkbox-field-text::before { 
  background: #fff;
  border: 1px solid #1B224C;
  content: "";
  display: block;
  height: 20px;
  left: 5px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
  box-sizing: border-box;
}

.mwform-checkbox-field-text::after {
  border-left: 3px solid;
  border-bottom: 3px solid;
  content: "";
  display: block;
  height: 9px;
  width: 18px;
  left: 7px;
  margin-top: -11px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
}

.form__agree:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}

.form__agree {
  display: none;
}

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

.form__submit {
  display: block;
  width: 200px;
  padding: 16px 68px;
  border: none;
  background-color: #1B224C;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form__complete {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 80px 10px;
}

.form__complete h1 {
  line-height: 1.7;
  margin-bottom: 83px;
}

.form__complete a {
  text-decoration: underline;
  margin-bottom: 80px;
  color: #1B224C;
}

  @media (min-width: 414px) {
    .br {
      display: none;
  }
}


