/*
* Theme Name: ac-site
* Version: 1.0
*/

body {
  background-color: #ffffff;
  margin: 0;
  counter-reset: number 0;

}

section {
  overflow: hidden;
}

p, a, h1, h2, h3, dt, dd {
  font-family: 'Noto Serif JP';
}

h2 {
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 3.2rem;
}

p {
  color: #201F1F;
  letter-spacing: 1px;
  font-size: 1.8rem;
}

html {
  font-size: 62.5%;
}

a {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
}

li {
  list-style: none;
}

/* header */

header {
  padding: 0 20px;
}

.header {
  border-bottom: 1px solid #DCDCDC;
}

.header__wrap, .header__menu {
  max-width: 1100px;
  margin: 0 auto;
}

.logo {
  width: 277px;
}

.header__wrap {
  display: flex;
  justify-content: space-between;
}

.header__inner {
  display: flex;
  justify-content: center;
}

.header__category {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.header__category>p {
  font-size: 1.7rem;
  margin: 0;
}

.header__category span {
  margin-right: 15px;
}

.header__tel {
  display: flex;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-right: 15px;
}

.header__tel img {
  width: 20px;
  height: 30px;
  margin-right: 10px;
}

.header__tel p {
  margin: 0;
  color: #0081CC;
  font-family: 'Roboto' !important;
}

.fa-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(-1, 1);
  margin-right: 5px;
}

.header__inner-btn, .cta {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}


.header__inner-btn a, .cta a {
  display: block;
  color: #ffffff;
  background: #F99718;
  padding: 10px 20px;
}

/* --- */

.header__nav ul {
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  padding: 0;
}

.header__nav li {
  text-align: center;
  width: 100%;
}

.header__nav li:last-child {
  border-right: 1px solid #707070;
}

.header__nav a {
  color: #201F1F;
  border-left: 1px solid #707070;
  margin: 0 auto;
}

/* main */

/* ファーストビュー */

.firstview {
  position: relative;
  height: 650px;
  background-image: url(PCトップ.jpg);
  background-position: center;
  background-size: cover;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
}

.firstview__wrap {
  width: 400px;
  position: absolute;
  background-color: #0081CC;
  padding: 30px;
  left: 20vw;
  top: 180px;
}


.firstview__wrap p {
  margin: 0;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  top: -22px;
  font-size: 2.2rem;
  font-family: 'Segoe Print';
  color: #0081CC;
  background-color: #ffffff;
}

.firstview__wrap h1 {
  font-size: 4.2rem;
  color: #ffffff;
  margin-top: 0;
  line-height: 55px;
  margin-bottom: 50px;
}

.firstview__wrap a {
  font-family: 'Noto Sans JP';
  font-size: 2.7rem;
  font-weight: bold;
}

.firstview__inner-btn {
  justify-content: center;
}

.firstview__inner-btn i {
  margin-left: 10px;
}

.firstview-sp {
  display: none;
}

/* STRENGTH */

.lead {
  position: relative;
  text-align: center;
  margin-bottom: 55px;
  padding: 0 20px;
}

.lead__wrap {
  max-width: 1100px;
}

.lead h2 {
  margin: 0;
  font-size: 3.2rem;
  letter-spacing: 2px;
  line-height: 95px;
  margin-bottom: 20px;
}

.lead__text {
  margin: 0;
  font-size: 1.8rem;
  line-height: 39px;
}

.strength {
  position: relative;
  padding: 0 20px;
}

.strength::after {
  content: 'STRENGTH';
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 8rem;
  writing-mode: vertical-lr;
  color: #0081CC;
  font-family: '游明朝';
  z-index: -1;
}

.strength__wrap {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 170px;
}

.strength__wrap img {
  width: 760px;
  height: 450px;
  object-fit: cover;
  overflow: hidden;
}

.strength__inner {
  position: absolute;
  width: 540px;
  height: 350px;
  background-color: #0081CC;
  bottom: -20px;
  right: 0px;
  color: #ffffff;
  box-shadow: -10px 10px 15px 0 rgba(0, 0, 0, .5);
}

.strength__inner::before {
  content: "";
  font-size: 10rem;
  font-weight: bold;
  font-family: '游明朝';
  position: absolute;
  top: -72px;
  left: 0;
  color: #ffffff;
  counter-increment: practice;
  content: counter(practice, decimal-leading-zero);
}

.strength .strength__wrap:nth-child(3) .strength__inner::before {
  counter-increment: practice 2;
}

.strength .strength__wrap:nth-child(4) .strength__inner::before {
  counter-increment: practice 3;
}

.strength__inner h3 {
  position: relative;
  width: 400px;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 2.8rem;
  font-weight: 500;
  font-family: 'BIZ UDMincho';
  line-height: 3.8rem;
}

.strength__inner h3::before {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #ffffff;
  width: 400px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.strength__inner p {
  width: 400px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'Noto Sans';
  margin-top: 0;
  padding-top: 20px;
  color: #ffffff;
  line-height: 3.8rem;
}

/* INDUSTRY */

.industry {
  position: relative;
  background-image: url(b1.jpg);
  background-position: center;
  background-size: cover;
  padding: 50px;
  margin-bottom: 140px;
}

.industry::after {
  content: 'INDUSTRY';
  position: absolute;
  top: 80px;
  right: 0;
  font-size: 8rem;
  writing-mode: vertical-lr;
  color: #0081CC;
  font-family: '游明朝';
}

.industry h2 {
  font-size: 3.2rem;
  text-align: center;
  padding-top: 50px;
}

.industry__wrap {
  max-width: 1350px;
  padding: 50px 0px;
  margin: 0 auto;
  border: 1px solid #CCCCCC;
}

.industry__wrap p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.industry__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width:500px) {
  .industry__inner {
    flex-direction: column;
  }
}

.industry__inner a {
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  width: 205px;
  height: 120px;
  margin: 10px;
}

.industry__inner div {
  position: absolute;
  width: 100%;
  text-align: center;
}

.industry__inner a::before {
  content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.4);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.industry__item h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin: 0;
  color: #ffffff;
  font-size: 1.8rem;
}

/* FLOW */

.flow {
  position: relative;
  margin-bottom: 100px;
  padding: 0 20px;
}

.flow::after {
  content: 'FLOW';
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 8rem;
  writing-mode: vertical-lr;
  color: #0081CC;
  font-family: '游明朝';
}

.flow h2 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 2px;
}

.flow>p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 1px;
  margin-bottom: 130px;
}

.flow__wrap {
  position: relative;
  margin-bottom: 130px;
  max-width: 1100px;
  margin: 0 auto;
}

.flow__wrap::before {
  position: absolute;
  left: 110px;
  content: "";
  background-image: url(10330.jpg);
  width: 30px;
  height: 800px;
}

.flow__block {
  position: relative;
  height: 100px;
  margin-bottom: 45px;
}

.flow__inner {
  position: absolute;
  display: flex;
  margin-bottom: 67px;
  left: 170px;
}

.flow__head {
  width: 195px;
  height: 75px;
  background-color: #0081CC;
  margin-right: 50px;
}

.flow__head h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
}

.flow__inner p {
  font-family: 'Noto Sans';
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  line-height: 39px;
}

.flow__cta {
  margin: 0 auto;
  background-color: #0081CC;
  color: #ffffff;
  width: 315px;
  height: 80px;
}

.flow__cta p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin: 0;
  font-size: 2.0rem;
  color: #ffffff;
}


/* SECURITY */

.security {
  position: relative;
  background-color: #F6F6F6;
  margin-bottom: 100px;
  padding: 40px 20px;
}

.security::after {
  content: 'SECURITY';
  position: absolute;
  top: 80px;
  right: 0;
  font-size: 8rem;
  writing-mode: vertical-lr;
  color: #0081CC;
  font-family: '游明朝';
}

.security h2 {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 40px;
}

.security>p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 39px;
  margin-bottom: 40px;
}

.security__wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}

.security__inner h3 {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  background-color: #0081CC;
  color: #ffffff;
  margin: 0;
  padding: 10px;
}

.security__inner img {
  width: 300px;
  height: 200px;
  object-fit: cover;
}

.security__inner p {
  font-size: 1.8rem;
  line-height: 39px;
}

.security__block {
  margin: 0 20px;
  max-width: 300px;
  ;
}

/* QUESTION */

.question {
  position: relative;
  margin-bottom: 100px;
  padding: 0 20px;
}

.question::after {
  content: 'QUESTION';
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 8rem;
  writing-mode: vertical-lr;
  color: #0081CC;
  font-family: '游明朝';
}

.question h2 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 45px;
}

.question p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 1px;
}

.question__wrap {
  max-width: 900px;
  margin: 0 auto;
}

.question__wrap dl {
  margin: 0;
}

.question__wrap dt, .question__wrap dd {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #A1A1A1;
}

.question__wrap dd>span, .question__wrap dt>span {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 39px;
}

.question__wrap dt {
  display: flex;
  align-items: center;
  padding: 30px 0;
  cursor: pointer;
}

.question__wrap dt div {
  position: relative;
  color: #ffffff;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #4a90e2;
  margin-right: 40px;
}

.question__wrap dd {
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.question__wrap dd div {
  color: #ffffff;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #E1E1E1;
  margin-right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.question__wrap span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
  font-weight: 100;
}

.question__wrap dd>span {
  justify-content: left;
  padding-left: 100px;
}


.question__wrap dt>div span, .question__wrap dd>div span {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%);
}

.question__wrap dd {
  margin: 0;
  display: none;
  position: relative;
}

.question__wrap div {
  position: absolute;
}


/* NEWS */

.news {
  margin-bottom: 130px;
  padding: 0 20px;
}

.news h2 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 65px;
}

.news>p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 39px;
  margin-bottom: 90px;
}

.news__wrap h2 {
  display: none;
}

.news__wrap {
  display: flex;
  justify-content: center;
}

.news__wrap img {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
  object-fit: cover;
}

.news__wrap a {
  max-width: 350px;
  width: 100%;
  margin: 0px 20px;
}

.news__wrap p {
  width: 100%;
  font-size: 1.8rem;
  margin-top: 0;
}


/* CONTACT */

.contact__wrap {
  background-image: url(22097503_m.jpg);
  background-position: center;
  background-size: cover;
  padding: 100px 50px;
}

.contact__wrap>p {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.contact__cta {
  max-width: 580px;
  height: 110px;
  margin: 0 auto;
  background-color: #940F45;
  border-radius: 5px;
  box-shadow: 1px -9px 6px #590909 inset;
}

.contact__cta h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 110px;
  color: #ffffff;
  font-family: '游ゴシック';
  font-size: 2.9rem;
}

.contact__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 700px;
  margin: 0 auto;
}

.contact__text {
  font-size: 1.8rem;
  font-weight: bold;
}

.contact__tel {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact__tel i {
  font-size: 3.2rem;
}

.contact__tel p {
  font-size: 3.8rem;
  font-family: 'Roboto';
  font-weight: bold;
}

.tell {
  font-size: 1.4rem;
}

/* FOOTER */

footer {
  background-color: #56585A;
  padding: 50px 20px 150px 20px;
}

.footer__wrap * {
  color: #ffffff;
  font-family: '游ゴシック';
}

.footer__wrap {
  display: flex;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}

.footer__l {
  margin-right: 100px;
}

.footer__l p {
  margin-bottom: 40px;
  font-size: 1.4rem;
}

.footer__l small {
  font-size: 1.6rem;
}

.footer__menu {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  flex-wrap: wrap;
}

.footer__list {
  width: 33%;
}

.footer__list ul {
  padding: 0;
}

.footer__list li {
  width: 180px;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.footer__list__img {
  background: url(./img/keizaisangyou.jpg);
  height: 61px;
  width: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: auto;
}

.keizaisangyo_img {
  margin-right: auto;
}

@media screen and (max-width:1200px) {

  section::after {
    display: none;
  }

  .flow__wrap::before {
    display: none;
  }

  .flow__wrap {
    max-width: 90%;
  }

  .flow__block {
    margin-bottom: 130px;
  }

  .flow__inner {
    display: block;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }

  .flow__head {
    width: 100%;
  }

  .flow__inner p {
    padding: 15px;
    border: 1px solid #707070;
  }

  .footer__l {
    margin-right: 20px;
  }

  .footer__list {
    margin-right: 0;
  }

  .footer__list li {
    width: 180px;
  }
}

@media screen and (max-width: 1100px) {

  header {
    padding: 0;
  }

  br {
    display: none;
  }

  .header__nav ul {
    font-size: 15px;
  }

  .firstview {
    height: 40vw;
  }

  .strength__inner {
    max-width: 760px;
    width: 100%;
    right: unset;
    bottom: unset;
    top: 450px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: none;
  }

  .strength__wrap {
    margin-bottom: 400px;
  }

  .strength__wrap img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .lead__text, .flow>p, .security>p, .news>p {
    text-align: left;
  }

  .flow__inner {
    margin: 0 auto;
    transform: unset;
    position: unset;
  }

  .flow__block {
    margin-bottom: 50px;
    height: unset;
  }

  .footer__wrap *, .footer__wrap small {
    font-size: 1.3rem;
  }

  .footer__list li {
    width: 135px;
  }

  .logo {
    width: 220px;
  }
}

@media screen and (min-width:769px) {
  .hamburger {
    display: none;
  }
}

@media screen and (max-width:768px) {
  html {
    font-size: 50%;
  }

  .logo {
    width: 170px;
    object-fit: cover;
    overflow: hidden;
    height: 65px;
    display: block;
  }

  .header__menu, .header__inner {
    display: none;
  }

  /* ハンバーガーメニュー */

  .hamburger {
    background-color: #0081CC;
  }

  .hamburger * {
    text-align: center;
  }

  .hamburger__wrap {
    display: block;
    position: fixed;
    top: 0;
    right: -300px;
    height: 100%;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 2;
    opacity: 0;
    box-shadow: 0 2px 8px rgb(0 41 77 / 20%);
  }

  .open .hamburger__wrap {
    right: 0;
    opacity: 1;
  }

  .hamburger__wrap .inner {
    position: relative;
    top: 45px;
    padding: 25px 40px;
  }

  .hamburger__wrap .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
  }

  .hamburger__wrap .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #333;
  }

  .hamburger__wrap .inner ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }

  .hamburger__wrap .inner ul li a:hover {
    background: #e4e4e4;
  }

  /* ハンバーガーボタン */

  .toggle__btn {
    position: absolute;
    display: block;
    background-color: #0081CC;
    top: 0px;
    right: 0px;
    width: 65.5px;
    height: 65.5px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }

  .fixed {
    position: fixed;
  }

  .toggle__wrap {
    position: relative;
  }

  .toggle__btn span {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 35px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 4px;
    transition: all .5s;
  }

  .toggle__btn span:nth-child(1) {
    top: 18px;
  }

  .toggle__btn span:nth-child(2) {
    top: 30px;
  }

  .toggle__btn span:nth-child(3) {
    top: 42px;
  }

  .open .toggle__btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(12px) rotate(-315deg);
    left: 22%;
  }

  .open .toggle__btn span:nth-child(2) {
    opacity: 0;
  }

  .open .toggle__btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-12px) rotate(315deg);
    left: 22%;
  }

  .hamburger .header__inner-btn, .cta {
    justify-content: center;
  }

  .hamburger .header__inner-btn a, .cta a {
    padding: 10px 35px;
    margin-bottom: 20px;
  }

  .inner>p {
    margin: 0;
  }

  .strength__wrap img {
    height: 350px;
  }

  .strength__inner {
    height: 300px;
    top: 350px;
  }

  .strength__inner::before {
    top: -57px;
  }

  .security__wrap {
    display: block;
    padding: 20px;
  }

  .security__block {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
  }

  .security__inner img {
    width: 100%;
    height: auto;
  }

  .security h2 {
    margin-bottom: 20px;
  }

  .question {
    margin-bottom: 130px;
  }

  .question p {
    margin-bottom: 20px;
  }

  .question__wrap dt div, .question__wrap dd div {
    width: 50px;
    height: 50px;
  }

  .question__wrap dd>span, .question__wrap dt>span {
    line-height: 25px;
  }

  .question__wrap dt>div span, .question__wrap dd>div span {
    top: 4px;
  }

  .question__wrap span {
    font-size: 3rem;
  }

  .news__wrap {
    display: flex;
    flex-direction: column;
  }

  .news__wrap a {
    margin-bottom: 40px;
    margin: 0;
  }

  .news__wrap img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .news__wrap p {
    width: 350px;
    margin: 0 auto;
  }

  .wpp-list {
    display: block;
  }

  .wpp-thumbnail {
    display: block;
    margin: 0 auto;
  }

  .wpp-post-title {
    width: 350px;
    margin: 0px auto;
    margin-bottom: 40px;
  }

  .contact__wrap {
    max-width: 700px;
  }

  footer {
    padding: 30px 50px;
  }

  .footer__l {
    margin-right: 0;
  }

  .footer__l small {
    display: block;
    text-align: center;
  }

  .footer__wrap {
    display: block;
  }

  .footer__menu {
    display: none;
  }
}

@media screen and (max-width:500px) {
  html {
    font-size: 35%;
  }

  p {
    letter-spacing: 0px;
  }

  .logo {
    width: 145px;
    height: 55px;
  }

  .toggle__btn span {
    width: 30px;
  }

  .toggle__btn span:nth-child(1) {
    top: 14px;
  }

  .toggle__btn span:nth-child(2) {
    top: 26px;
  }

  .toggle__btn span:nth-child(3) {
    top: 38px;
  }

  .re__br {
    display: block;
  }

  .lead {
    margin-bottom: 30px;
  }

  .lead h2 {
    line-height: 25px;
  }

  .lead__text {
    line-height: 21px;
  }

  .toggle__btn {
    width: 55.5px;
    height: 55.5px;
  }

  .firstview {
    background-image: url(sp_top.jpg);
    height: 180px;
  }

  .strength__wrap {
    margin-bottom: 280px;
  }

  .strength__wrap img {
    height: 200px;
  }

  .strength__inner {
    height: 240px;
    top: 200px;
  }

  .strength__inner h3 {
    margin-top: 0px;
    padding-bottom: 15px;
  }

  .strength__block h3, .strength__block>p, .strength__block h3::before {
    width: 100%;
    left: 0;
    transform: unset;
  }

  .strength__inner::before {
    top: -41px;
  }

  .strength__block p {
    line-height: 27px;
    padding-top: 15px;
  }

  .strength__block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    margin: 0 auto;
  }

  .industry {
    padding: 10px;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }

  .industry h2 {
    padding-top: 0px;
  }

  .industry__wrap {
    border: none;
    padding: 0px;
  }

  .industry__wrap p {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }

  .industry__inner div {
    width: auto;
    margin-right: 0;
    margin-left: auto;
    text-align: left;
    position: absolute;
    left: 35%;
    top: 35%;
  }

  .industry__item h3 {
    height: auto;
    font-size: 2.5rem;
    color: #000;
    /* padding-top: calc(333 / 500 * 0%); */
    display: block;
  }

  .flow {
    margin-bottom: 40px;
  }

  .flow__wrap, .flow__inner {
    max-width: 100%;
    width: 100%;
  }

  .flow__head, .flow__head h3 {
    height: 35px;
    font-size: 3.5rem;
  }

  .flow__inner p {
    line-height: 21px;
    font-size: 2.5rem;
  }

  .flow h2 {
    margin-bottom: 20px;
  }

  .flow>p {
    margin-bottom: 30px;
    line-height: 21px;
    font-size: 2.5rem;
  }

  .flow__cta {
    width: 180px;
    height: 30px;
  }

  .flow__cta p {
    height: 30px;
    font-size: 2.8rem;
  }

  .flow__block {
    margin-bottom: 20px;
  }

  .flow__block:last-child {
    margin-bottom: 40px;
  }

  .security {
    margin-bottom: 40px;
    padding: 20px;
  }

  .security>p, .security__inner p, .news>p {
    line-height: 1.8;
    font-size: 2.8rem;
  }

  .security__inner h3 {
    font-size: 3.5rem;
  }

  .lead h2, .industry h2, .flow h2, .security h2, .question h2, .news h2, .contact__tel i {
    font-size: 3.5rem;
  }

  .lead__text {
    font-size: 2.5rem;
  }

  @media screen and (max-width:500px) {
    .lead__text {
      font-size: 2.8rem;
      line-height: 1.8;
    }
  }

  .strength__inner h3 {
    font-size: 3.5rem;
  }

  .strength__inner p {
    font-size: 2.8rem;
  }

  .security__inner p {
    margin: 0;
    margin-bottom: 30px;
  }

  .question {
    margin-bottom: 40px;
  }

  .question h2 {
    margin-bottom: 10px;
  }

  .question p {
    font-size: 2.5rem;
  }

  .question__wrap dd>span, .question__wrap dt>span {
    font-size: 2.5rem;
  }

  .question__wrap dt, .question__wrap dd {
    padding: 8px 0;
  }

  .question__wrap dt div, .question__wrap dd div {
    width: 25px;
    height: 25px;
  }

  .question__wrap dt>div span, .question__wrap dd>div span {
    top: 3px;
  }

  .question__wrap dt div {
    margin-right: 15px;
  }

  .question__wrap dd>span {
    padding-left: 40px;
  }

  .question__wrap span {
    font-size: 2rem;
  }

  .news h2 {
    margin-bottom: 20px;
  }

  .news {
    margin-bottom: 40px;
  }

  .news>p {
    margin-bottom: 30px;
  }

  .news__wrap p {
    font-size: 2.5rem;
  }

  .contact__wrap {
    padding: 20px 30px 40px 30px;
  }

  .contact__wrap>p {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }

  .contact__cta {
    max-width: 370px;
    margin-bottom: 10px;
  }

  .contact__cta, .contact__cta h2 {
    height: 40px;
  }

  .contact__cta h2 {
    font-size: 3rem;
  }

  .contact__tel p, .tell {
    font-size: 3rem;
    margin: 0;
  }

  .contact__tel p {
    letter-spacing: 1rem;
  }

  .tell {
    letter-spacing: 0.5rem;
  }

  .contact__inner {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    height: auto;
    font-size: 3rem;
  }

  .contact__text {
    font-size: 3rem;
    margin-bottom: 0;
    letter-spacing: 1rem;
  }

  footer {
    padding: 30px;
  }

  .footer__l p {
    font-size: 2.5rem;
  }

  .logo {
    width: 170px;
  }

  .industry__inner a {
    position: relative;
    background-position-y: center !important;
    background-position-x: left !important;
    background-size: 100px !important;
    background-repeat: no-repeat !important;
    width: calc(100% - 25px);
    height: 65px;
    padding-top: calc(333 / 500 * 25%);
    border-bottom: solid 1px #5d5d5d;
    margin-bottom: 0;
    margin-top: 0;
    box-sizing: border-box;
    padding-bottom: 10px;
  }

  .industry__inner a:last-of-type {
    border-bottom: none;
  }

  .industry__inner a::before {
    display: none;
  }

  .page__contact--lead .header__tel p {
    font-size: 2.8rem;
  }

  .page__contact--lead .header__category>p {
    font-size: 2.8rem;
  }

  .column {
    display: flex;
    flex-direction: column;
  }
}


/* 下層ページ */

.page__wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}


.breadcrumbs {
  height: 0px;
  font-size: 1.8rem;
  margin-right: 20px;
  padding: 0;
  margin-bottom: 70px;
  display: flex;
}

.breadcrumbs span {
  margin: 0 10px 0 10px;
}

/* 会社概要 */

.page__title {
  width: 100%;
  background-color: #CCCCCC;
}

.page__title h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  font-size: 3.2rem;
}

.about__wrap * {
  font-size: 1.8rem;
}


.about__wrap dl {
  display: flex;
  border-bottom: solid 1px #D5D5D5;
  padding: 25px 0;
  margin-bottom: 50px;
}

.about__wrap dt {
  width: 200px;
}

.about__wrap dd {
  text-align: left;
}

.space {
  display: inline-block;
  width: 20px;
}

@media screen and (max-width:1100px) {
  .page__title h1 {
    padding: 40px 0;
    margin-bottom: 30px;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {

  .about__wrap dd, .about__wrap span {
    margin-left: 10px;
    display: flex;
    font-size: 2.8rem;
  }

  .about__wrap dl {
    margin-bottom: 0;
  }

  .about__wrap {
    margin-bottom: 200px;
  }

  .about__wrap dt {
    width: 120px;
  }
}

@media screen and (max-width:500px) {

  .about__wrap dt {
    width: 90px;
    font-size: 2.8rem;
  }
}

/* サービスの流れ */

.service__wrap * {
  font-size: 1.8rem;
}

.service__wrap p {
  font-weight: bold;
}

.service__wrap>p {
  text-align: center;
  margin-bottom: 120px;
  color: #818181;
}

.service__inner {
  display: flex;
  justify-content: center;
  margin-bottom: 85px;
}


.service__inner img {
  display: block;
  object-fit: cover;
  width: 485px;
}

.joto img {
  display: block;
  margin-right: 54px;
  width: 485px;
  height: 305px;
  object-fit: cover;
}

.service__img {
  position: relative;
  margin-right: 54px;
  width: 485px;
}

.service__img h2 {
  position: absolute;
  font-size: 8.2rem;
  color: #5A5A5A;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.service__block {
  width: 50%;
}

.service__block--btn {
  position: relative;
  width: 180px;
  height: 40px;
  background-color: #007FCC;
  color: #ffffff;
  border-radius: 20px;
  margin-bottom: 40px;
}

.service__block--btn span {
  position: absolute;
  width: 180px;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.service__block>p {
  margin-bottom: 32px;
}

.service__text>p {
  margin: 0;
  line-height: 29px;
}

.service__text {
  display: flex;
}

.service__text i {
  color: #007FCC;
  padding: 5px;
  margin-right: 10px;
}

.service__block h2 {
  display: inline-block;
  margin-bottom: 0;
  color: #707070;
  font-size: 2.5rem;
  margin-top: 0;
  border-bottom: solid 2px #007FCC;
}

.service__block h2::before {
  font-size: 4.4rem;
  font-weight: 500;
  color: #007FCC;
  counter-increment: number 1;
  content: counter(number);
  margin-right: 20px;
}

.re1100__br {
  display: none;
}

@media screen and (max-width:1100px) {
  .service__img {
    width: 400px;
  }

  .re1100__br {
    display: block;
  }
}


@media screen and (max-width:768px) {

  .service__wrap>p {
    margin-bottom: 80px;
  }

  .service__inner:last-child {
    margin-bottom: 200px;
  }

  .service__img, .service__inner img {
    width: 100%;
  }

  .service__inner {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .joto img {
    margin: 0 auto;
    margin-right: unset;
    width: 100%;
    margin-bottom: 10px;
  }

  .service__block {
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (max-width:500px) {
  .service__wrap>p {
    margin-bottom: 50px;
    font-size: 2.5rem;
  }

  .service__text i {
    padding-top: 10px;
  }

  .service__text>p {
    font-size: 2.5rem;
  }

  .service__block>p {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }

  .service__block>p:nth-child(2) {
    margin-bottom: 10px;
  }

  .service__block--btn {
    width: 140px;
    height: 30px;
  }

  .service__block--btn span {
    font-size: 2.5rem;
  }

  .service__inner {
    width: 90%;
  }

  .joto img {
    height: 200px;
  }

  .breadcrumbs {
    margin-bottom: 50px;
  }

  .breadcrumbs span {
    margin: 0 3px 0 3px;
  }
}

/* プライバシーポリシー */

.privacy__wrap {
  margin-bottom: 600px;
}

.privacy__wrap ol {
  padding: 0;
}

.privacy__wrap * {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'Noto Serif JP';
}

.privacy__wrap li {
  margin-bottom: 50px;
}

.privacy__wrap li::before {
  counter-increment: number 1;
  content: counter(number) ".";
}

/* 料金表 */

.charge__wrap * {
  font-family: 'Noto Serif JP';
}


.charge__wrap h2 {
  text-align: center;
  font-size: 3.2rem;
  color: #818181;
}

.first__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0 auto;
}

table * {
  font-size: 2.5rem;
  font-weight: bold;
}

.first__table {
  border-collapse: separate;
  border-spacing: 25px;
  margin-bottom: 10px;
}

.first__table :not(:first-child) td:nth-child(3) {
  color: #ADADAD;
}

.first__table th {
  padding: 0;
  border-radius: 20px;
}

.first__table th:nth-child(2) {
  background-color: #BDD7EE;
  height: 40px;
}

.first__table th:nth-child(3), .first__table th:nth-child(4) {
  background-color: #EFEFEF;
}


.first__table tr {
  position: relative;
}

.first__table tr:first-child::after {
  display: none;
}

.first__table tr::after {
  content: "";
  position: absolute;
  background-color: #D5D5D5;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
}

.first__table tr:first-child {
  border: none;
}

.first__table th, .first__table td {
  text-align: center;
  width: 33%;
}

.first__table td {
  padding-bottom: 20px;
}


.charge__text {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 1.8rem;
  color: #818181;
  margin-bottom: 70px;
}

.sec {
  text-align: center;
}

.second__table {
  max-width: 770px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto;
  margin-bottom: 70px;
}

.second__table th:last-child {
  border-right: 1px solid #8CC9EC;
}

.second__table th {
  text-align: center;
  color: white;
  background: #539FE2;
  border-left: 1px solid #8CC9EC;
  border-top: 1px solid #8CC9EC;
  border-bottom: 1px solid #8CC9EC;
  width: 25%;
  padding: 10px 0;
}

.second__table td {
  border-left: 1px solid#8CC9EC;
  border-bottom: 1px solid#8CC9EC;
  border-top: none;
  width: 25%;
  padding: 10px 0;
  padding-top: 30px;
}

.second__table td:first-child {
  padding-left: 20px;
}

.second__table td:last-child {
  padding-right: 20px;
  text-align: right;
  border-right: 1px solid #8CC9EC;
}

@media screen and (max-width:768px) {
  .first__table {
    border-spacing: 20px;
  }
}

@media screen and (max-width:500px) {

  .charge__wrap {
    margin-bottom: 200px;
  }

  .second__table {
    margin-bottom: 40px;
  }

  .second__table th {
    font-size: 2.5rem;
  }

  .second__table td {
    font-size: 2.5rem;
  }

  .first__table {
    margin-bottom: 20px;
  }

  .charge__text {
    margin-bottom: 30px;
    font-size: 2.5rem;
  }

  .first__table th:nth-child(2) {
    height: 30px;
  }

  .first__table {
    border-spacing: 5px;
  }

  .first__table td {
    padding: 10px 0;
  }

  .first__table th, .first__table td {
    font-size: 2.5rem;
  }
}

/* 記事一覧 */

.archive {
  display: flex;
  min-height: 1900px;
}

.archive__wrap {
  margin-right: 80px;
}

.archive__wrap h2 {
  margin: 0;
  font-size: 2.5rem;
  color: #707070;
}

.archive__wrap p, .single__wrap p {
  font-size: 1.8rem;
  margin: 0.5em 0 1em;
}

.archive__wrap a {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 45px;
}

.archive__wrap div {
  max-width: 40%;
}

.archive__wrap img {
  width: 280px;
  height: 160px;
  object-fit: cover;
  margin-right: 40px;
}

@media screen and (max-width:500px) {
  .archive__wrap h2 {
    font-size: 3.2rem;
  }

  .archive__wrap p, .single__wrap p {
    font-size: 2.8rem;
  }
}

/* 投稿ページ */

.single {
  padding-top: 50px;
  margin-bottom: 50px;
}

.single__wrap {
  max-width: 740px;
}

.single__wrap h1 {
  font-size: 3.2rem;
  margin: 0;
}

.single__wrap h2 {
  font-size: 2.6rem;
  margin: 35px 0;
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #B1BCCA;
  background-color: #0D2F5C;
  color: #FFFFFF;
  padding: 16px 16px;
  line-height: 1.5;
}

.single__wrap li, figcaption {
  font-size: 1.8rem;
}

@media screen and (max-width:500px) {
  .single__wrap li, figcaption {
    font-size: 2.8rem;
  }
}

/* .single__wrap h2:before { */
/*   content: ''; */
/*   display: block; */
/*   position: absolute; */
/*   bottom: 0; */
/*   left: 0; */
/*   border: 12px solid; */
/*   border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #bbbbbb; */
/*   transform: translate(20%, 50%) rotate(45deg); */
/* } */

.single__wrap h3 {
  font-weight: bold;
  margin: 0;
  font-size: 2.4rem;
  display: inline-block;
  padding-bottom: 8px;
  line-height: 1.5;
  border-bottom: 2px solid #00A3D6;
}

.single__wrap h4 {
  font-size: 2rem;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

@media screen and (max-width:500px) {
  .single__wrap h4 {
    font-size: 2.8rem;
  }
}

.single__wrap img {
  width: 100%;
  height: auto;
}

.single__day {
  display: flex;
}

.single__day p {
  margin-right: 20px;
}

@media screen and (max-width:1100px) {
  .single {
    margin-bottom: 200px;
  }
}

@media screen and (max-width:500px) {
  .single__wrap h3 {
    font-size: 3.2rem;
  }

  .wp-block-preformatted, li, h4, table * {
    font-size: 2.5rem
  }
}

.wp-block-latest-posts__list {
  font-size: 1.5rem;
}

figure.wp-block-table td {
  border: 1px solid #000000;
}

/* ページャー */

.pagination {
  margin: 40px 0 0;
  margin-bottom: 300px;
}

.nav-links {
  display: flex;
  justify-content: center;
}

.nav-links ul a {
  border: 1px solid #9EACB4;
}

.pagination .page-numbers {
  display: flex;
  padding: 15px 20px;
  color: #201f1f;
  font-size: 1.4rem;
}

.nav-links ul {
  margin: 0 auto;
}

.nav-links ul li {
  margin-right: 20px;
}

.pagination .current {
  padding: 15px 20px;
  background: #539FE2;
  color: #fff;
  border: 1px solid;
}

.pagination .prev,
.pagination .next {
  background: transparent;
  box-shadow: none;
  border: 1px solid #9EACB4;
}




/* サイドバー */

.sidebar {
  width: 250px;
}

.wpp-list {
  padding: 0;
  margin-bottom: 50px;
}

.wpp-list li:not(li:first-child) {
  display: flex;
}

.wpp-list li:nth-child(2) img, .wpp-list li:nth-child(3) img, .wpp-list li:nth-child(4) img, .wpp-list li:nth-child(5) img {
  width: 75px;
  margin-right: 10px;
  border-radius: 5px;
}

.wpp-list li:first-child a {
  margin-right: 0;
}

.wpp-list li a {
  margin-right: 5px;
}


.wpp-meta {
  display: none;
}

.wpp-post-title {
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.wpp-thumbnail {
  width: 250px;
  object-fit: cover;
  margin-bottom: 5px;
}

.wpp-list li:first-child img {
  height: 110px;
  border-radius: 5px;
}

.menu {
  margin: 0;
  padding: 0;
}

.menu h2 {
  margin: 0;
  background-color: #F9F9F9;
  margin-bottom: 10px;
  font-size: 1.8rem;
  padding: 10px;
}

.side-menu, .side-menu-single {
  position: absolute;
  right: 20%;
}

.side-menu, .archive__side-menu-single {
  position: absolute;
  right: 20%;
}

.archive__popular {
  display: none;
}

@media screen and (max-width:1600px) {
  .archive__wrap div {
    max-width: 400px;
  }
}

@media screen and (max-width:1400px) {
  .archive__wrap div {
    max-width: 30%;
  }

  .single__wrap {
    width: 600px;
  }
}

@media screen and (max-width:1100px) {
  .wpp-list li a:first-child {
    margin-right: 20px;
  }

  .archive__wrap, .single__wrap {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    margin-right: 0;
  }

  .sidebar {
    display: none;
  }

  .archive__popular>h2:first-child {
    display: none;
  }

  .archive__popular {
    display: block;
    margin: 0 20px;
  }

  .archive__popular .wpp-list li {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #D7DEE5;
  }

  .archive__popular .wpp-list li a img {
    width: 100px !important;
    height: 70px !important;
  }

  .archive__popular .wpp-thumbnail {
    margin-bottom: 15px;
  }

  .archive__wrap div {
    max-width: 50%;
  }

  .archive {
    min-height: unset;
  }

  .pagination {
    margin-bottom: 200px;
  }

}

@media screen and (max-width:768px) {
  .archive__wrap img {
    width: 200px;
    height: 140px;
  }
}

@media screen and (max-width:500px) {
  .archive__wrap img {
    width: 150px;
    height: 150px;
    margin-right: 20px;
  }

  .wpp-post-title {
    width: 70%;
  }

}

/* カテゴリー */

.widget_categories ul {
  padding: 0;
}

.cat-item {
  display: flex;
}

.cat-item {
  font-size: 1.8rem;
  color: #707070;
}

.cat-item a {
  color: #707070;
  margin-right: 10px;
}

/*ランキング順位表示*/
ul.wpp-list li {
  position: relative;
  list-style: none;
}

/*ランキングカウンター*/
ul.wpp-list li:before {
  content: counter(wpp-count);
  display: block;
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #0081CC;
  width: 20px;
  text-align: center;
  border-radius: 5px 0 5px 0;
  z-index: 1;
}

/*カウント数*/
ul.wpp-list li {
  counter-increment: wpp-count;
}

/*ランキング1〜3の色変更*/
ul.wpp-list li:nth-child(1):before {
  background-color: #EFAF00;
}

ul.wpp-list li:nth-child(2):before {
  background-color: #9EACB4;
}

ul.wpp-list li:nth-child(3):before {
  background-color: #BA6E40;
}

/* お問い合わせ */


.contact__container .header__menu, .contact__container .header__inner-btn {
  display: none;
}

.contact__wrapper {
  background-color: #F6F6F6;
  padding-bottom: 300px;
}

.page__contact .page__title h1 {
  padding: 0;
  margin-bottom: 45px;
  background-color: #F6F6F6;
}

.page__contact .breadcrumbs {
  padding-top: 35px;
  margin-bottom: 45px;
}

.page__contact--lead {
  background-color: #ffffff;
  padding: 75px 0;
  margin-bottom: 35px;
}

.page__contact--lead>p {
  text-align: center;
  line-height: 35px;
  font-size: 2.4rem;
}

.page__contact--lead .header__category {
  flex-direction: unset;
}

.page__contact--lead .header__tel p {
  color: #001F83;
}

.page__contact--lead .header__category>p {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-family: 'Roboto';
}

.contactform-wrap {
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 90px;
}

.wpcf7-form * {
  font-size: 1.8rem;
}

.wpcf7-form p {
  margin-bottom: 55px;
}

.wpcf7-form p, .wpcf7-list-item label, .wpcf7-form p label {
  display: flex;
  align-items: center;
}

.contactform-wrap p:nth-child(8) label {
  display: block;
}

.contactform-wrap p:nth-child(8) span {
  margin-bottom: 40px;
}

.wpcf7-form p:nth-child(10) {
  margin: 0;
}

.wpcf7-list-item label input {
  margin: 0;
  margin-right: 20px;
}

.wpcf7-list-item {
  margin-right: 45px;
}

.contact-span {
  display: inline-block;
  width: 160px;
}

.contact-h {
  color: #ffffff;
  background-color: #D20E15;
  margin: 0 40px;
  padding: 5px 15px;
}

.contact-n {
  color: #ffffff;
  background-color: #E9E9E9;
  margin: 0 40px;
  padding: 5px 15px;
}

.wpcf7-form-control-wrap input {
  height: 55px;
  padding-left: 30px;
}

.contact-textarea, .wpcf7-form-control-wrap {
  width: 650px;
}

.wpcf7-form-control-wrap input::placeholder {
  color: #CCCCCC;
}

.wpcf7-form-control-wrap input {
  border: solid 1px #CCCCCC;
}

.wpcf7-textarea {
  padding: 30px;
  width: 940px;
  font-family: 'Noto Serif JP';
  border: solid 1px #CCCCCC;
}

.input-block {
  position: relative;
  width: 500px;
  height: 110px;
  margin: 0 auto;
}

.wpcf7-submit {
  position: relative;
  cursor: pointer;
  background-color: #FF8C09;
  color: #ffffff;
  font-size: 3.2rem;
  width: 500px;
  height: 110px;
  border: none;
  border-radius: 10px;
  font-family: 'Noto Serif JP';
}

.wpcf7-submit:hover {
  opacity: 0.8;
}

.input-block {
  text-align: center;
  margin-bottom: 30px;
}

.input-block::after {
  content: ">";
  font-size: 3rem;
  color: #ffffff;
  font-family: 'Noto Serif JP';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 400px;
}

.contactform-text {
  justify-content: center;
  margin: 0;
  font-weight: bold;
}

input[type="text"]:focus {
  outline: 0;
}

input[type="email"]:focus {
  outline: 0;
}

textarea:focus {
  outline: 0;
}

.contact__container footer {
  padding: 35px;
  background-color: #4A90E2;
}

.contact__footer, .contact__container .footer__wrap {
  display: none;
}

.contact__container .contact__footer {
  display: block;
  font-size: 2.5rem;
  text-align: center;
}

.contact__footer p {
  color: #ffffff;
}

@media screen and (max-width:1100px) {

  .contact__container .header {
    padding-bottom: 0;
  }

  .contact-textarea, .wpcf7-form-control-wrap, .wpcf7-validates-as-email {
    width: 480px;
  }

  .wpcf7-list-item {
    margin-right: 5px;
  }

  .wpcf7-list-item label input {
    margin-right: 10px;
  }

  .wpcf7-textarea {
    width: 780px;
  }

  .firstview__wrap h1 {
    font-size: 1.5rem;
    line-height: 28px;
    margin-bottom: 3px;
  }

  .firstview__wrap p {
    font-size: 2rem;
  }

  .firstview__wrap {
    top: 10vh;
    padding: 15px;
    width: 200px;
  }

  .firstview__wrap a {
    font-size: 1.5rem;
  }

}

@media screen and (max-width:900px) {
  .contact-textarea, .wpcf7-form-control-wrap, .wpcf7-validates-as-email {
    width: 330px;
  }

  .wpcf7-textarea {
    width: 630px;
  }
}

@media screen and (max-width:768px) {

  .contact-textarea, .wpcf7-form-control-wrap, .wpcf7-validates-as-email {
    width: 230px;
  }

  .wpcf7-textarea {
    width: 450px;
  }

  .contact-span {
    width: 125px;
  }

  .radio-409 input, .radio-369 input, .radio-567 input {
    height: 25px;
  }

  .wpcf7-submit, .input-block {
    width: 420px;
    height: 90px;
  }

  .input-block::after {
    left: 350px;
  }

  .contact__wrapper {
    padding-bottom: 150px;
  }

  .wpcf7-list-item {
    margin-left: 3px;
  }

  .firstview__wrap {
    display: none;
  }

  .firstview-sp {
    display: block;
  }

  .firstview-sp .firstview__wrap {
    display: block;
    position: initial;
    margin: 0 auto;
    width: 100%;
    padding: 15px 0px;
    text-align: center;
    margin-bottom: 30px;
  }

  .firstview-sp .firstview__wrap h1 {
    font-size: 2.5rem;
  }

  .firstview-sp .firstview__wrap .firstview__inner-btn i {
    margin-left: 20px;
  }

  .firstview-sp .firstview__wrap a {
    font-size: 2.5rem;
  }
}

@media screen and (max-width:600px) {

  .contact-textarea, .wpcf7-form-control-wrap, .wpcf7-validates-as-email {
    display: block;
    width: 370px;
    margin-top: 20px;
  }

  .wpcf7-textarea {
    width: 350px;
  }

  .contact-span {
    width: 125px;
    margin-right: 10px;
  }

  .contact-h, .contact-n {
    margin: 0;
  }

  .wpcf7-form p, .wpcf7-list-item label, .wpcf7-form p label {
    display: block;
  }

  .wpcf7-list-item label input {
    position: relative;
    top: 7px;
    margin-right: 5px;
  }


}

@media screen and (max-width:500px) {

  .header__tel img {
    width: 15px;
    height: 20px;
    margin-right: 5px;
  }

  .contact-textarea, .wpcf7-form-control-wrap, .wpcf7-validates-as-email {
    display: block;
    width: 230px;
  }

  .wpcf7-textarea {
    width: 230px;
    padding: 10px;
  }

  .contactform-wrap p:nth-child(1) .contact-span, .contactform-wrap p:nth-child(2) .contact-span, .contactform-wrap p:nth-child(3) .contact-span, .contactform-wrap p:nth-child(4) .contact-span, .contactform-wrap p:nth-child(5) .contact-span {
    width: 90px;
    font-size: 2.8rem;
  }

  .contact-span {
    width: 130px;
  }

  .contact-h, .contact-n {
    padding: 3px 8px;
  }

  .wpcf7-list-item label input {
    top: 7px;
    margin-right: 2px;
  }

  .wpcf7-form-control-wrap input {
    height: 35px;
    padding-left: 10px;
  }

  .radio-409 input, .radio-369 input, .radio-567 input {
    height: 25px;
  }

  .wpcf7-form * {
    font-size: 2.8rem;
  }

  .contactform-wrap p:nth-child(1) .wpcf7-form-control-wrap, .contactform-wrap p:nth-child(2) .wpcf7-form-control-wrap, .contactform-wrap p:nth-child(7) .wpcf7-form-control-wrap, .contactform-wrap p:nth-child(8) .wpcf7-form-control-wrap {
    margin-top: 0px;
  }

  .contactform-wrap p:nth-child(8) span {
    margin-bottom: 20px;
  }

  .contact__container footer {
    padding: 15px;
  }

  .page__contact--lead>p {
    line-height: 25px;
    font-size: 2.8rem;
  }

  .wpcf7-submit, .input-block {
    width: 300px;
    height: 60px;
  }

  .input-block::after {
    left: 250px;
  }

}