*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  font-size: 10px;
  /*font-size: 10px;*/
}

html,
body {
  color: #000;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  line-height: 1.5;
  font-family:
  "YakuHanRPs", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  margin: 0;
}
a:hover img {
}

a,
a:hover {
}
a:hover {
}
a:hover.disable {
  opacity: 1 !important;
}
.imgCenter {
  margin: auto;
  display: block;
}

.sp_only {
  display: none;
}

.pc_only {
  display: inherit;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.di-fl {
  display: flex;
  flex-wrap: wrap;
}

section:nth-child(even) {
  background: rgba(107, 179, 169, 0.1);
  padding: 10rem 0;
}
section:nth-child(odd) {
  margin: 10rem 0;
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

.murecho {
  font-family: "Murecho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

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

header .inner ul {
  display: flex;
  border:;
  gap: 2rem;
  background: #fff;
  border-radius: 20px;
  padding: 1rem 3rem;
}

header .inner ul li:not(:last-child) {
  border-right: solid 1px #000;
  padding-right: 2rem;
}
header .inner h1 img {
  width: 215px;
}

header {
  padding: 0.5rem 0;
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  z-index: 3;
  background: #fff;
}
header h1 {
  width: 50%;
}
.header-btn {
  width: 18%;
}

.header-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1% 2%;
  gap: 5%;
}

.fixed {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.main-visual {
  position: relative;
  background: url(../images/main-bg.webp) no-repeat center center;
  background-size: cover;
  padding: 5rem 0 0;
}
.main-visual .inner {
  position: relative;
}

.main-visual-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  font-weight: bold;
}

.main-visual-text {
  margin-top: 5rem;
}

.main-visual-inner .catch01 {
  font-size: 7.5rem;
  letter-spacing: 0;
  line-height: 1.2;
}

.main-visual-text > h1:nth-child(2) {
  font-size: 5.7rem;
  font-weight: bold;
  color: #38c0ad;
  letter-spacing: 0.8rem;
}

.catch {
  font-size: 2.4rem;
  font-weight: bold;
}

.main-visual-inner .text01 {
  font-size: 5.8rem;
  display: block;
}

.main-visual-inner .text {
  font-size: 1.8rem;
  margin-top: 2rem;
}

.main-visual-image {
  width: 350px;
}
.main-ttl {
  margin-bottom: 3rem;
}

.main-ttl > h2 {
  color: #38c0ad;
  font-size: 2.5rem;
  letter-spacing: 5px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.main-ttl > h2::before,
.main-ttl > h2::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #38c0ad;
}
.main-ttl > h2::before {
  margin-right: 15px;
}
.main-ttl > h2::after {
  margin-left: 15px;
}

/* 

ダウンロード

*/

.dl-section  ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5rem;
  width: 95%;
  margin: auto;
}

.dl-section  ul > li > h3 {
  font-size: 2rem;
  margin: 1.5rem auto;
  color: #38c0ad;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 4.5em;
}

.dl-section  ul > li > p {
  font-size: 1.4rem;
}

.dl-section  ul > li > a .dl-btn-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.dl-section  ul > li > a .dl-btn-icon img {
  width: 20px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.dl-section  ul > li > a .dl-btn-icon__hover {
  opacity: 0;
}

.dl-section  ul > li > a:hover .dl-btn-icon__default {
  opacity: 0;
}

.dl-section  ul > li > a:hover .dl-btn-icon__hover {
  opacity: 1;
}

.dl-section  ul > li > a {
  font-size: 1.5rem;
  color: #38c0ad;
  padding: 1rem 2rem;
  border: solid 2px;
  width: 100%;
  display:flex ;
  text-align: center;
  border-radius: 10px;
  margin-top: 2rem;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.dl-section  ul > li > a:hover {
  background: #38c0ad;
  color: #fff;
  border: solid 2px #38c0ad;

}

.footer-area {
  padding: 3rem 0;
  background: rgba(107,179,169,0.1);
  margin: 0;
  position: relative;
}


.f-icon {
   transform: translateY(-50%);
  top: -17px;
  right: 10%;
  width: 90px;
  position: absolute;

}

.footer-area > .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-area > .inner > p {
  color: #fff;
}

.footer-area > .inner > p:nth-child(1) {
  color: #38c0ad;
  font-size: 2.3rem;
  display: block;
  font-weight: bold;
}

.footer-area > .inner > p:nth-child(1) span{
  color: #000;
  font-size: 1.9rem;
  display: block;
}

.footer-area > .inner > a {
  width: 30%;
  background: #232a53;
  color: #fff;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 20px;
}
.footer-area > .inner > a::after{
  content: '';
  display: inline-block;
  margin-left: 1rem;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 13px;
  height: 13px;
  transform: rotate(135deg);
}

.footer-area h2 > img {
  width: 330px;
  display: block;
  margin: auto;
  margin-bottom: 2rem;
}

.footer-area > .inner > .contact-btn {
  width: 440px;
  margin: auto;
}

.contact-btn > p:nth-child(1) {
  color: #232a53;
  font-size: 2rem;
  padding: 3px 2rem;
  border-radius: 10px;
  border: solid 1px;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: bold;
}

.footer-area > .inner > .contact-btn a {
  font-size: 2.5rem;
  background: #232a53;
  color: #fff;
  border: solid 1px #232a53;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  font-weight: bold;
}
.footer-area > .inner > .contact-btn a::after {
  content: "";
  display: inline-block;
  margin-left: 1rem;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 13px;
  height: 13px;
  transform: rotate(135deg);
}

.footer-area > .inner > .contact-btn > a > svg {
  width: 30px;
}

.footer-area > .inner > .contact-btn a:hover {
  background: #000;
  color: #fff;
  border: solid 1px #000;
}
.footer-area > .inner > .contact-btn a:hover .cls-1 {
  fill: #fff;
}
.footer-area > .inner > .contact-btn a:hover::after {
}

footer {
  background: #1f2160;
  color: #fff;
  padding: 3rem 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.logo-box {
  width: 100%;
  text-align: center;
}

.logo-box > h2 {
  width: 250px;
  display: block;
  margin: auto;
}

.logo-box p {
  font-size: 2rem;
  text-align: center;
  margin-top: 1rem;
}
footer > ul {
  display: flex;
  gap: 1rem;
}

footer > ul > li > a {
  font-size: 1.4rem;
  color: #fff;
}

footer > p {
  font-size: 1.4rem;
}

/* 料金表・比較表 横スクロール時のカーソル（700px以下） */
@media screen and (max-width: 700px) {
  .price-table--scroll,
  .price-table--scroll .price-table__inner,
  .price-table--scroll .price-table__inner img,
  .comparison-table--scroll,
  .comparison-table--scroll .comparison-table__inner,
  .comparison-table--scroll .comparison-table__inner img {
    cursor: grab;
  }
  .price-table--scroll:active,
  .price-table--scroll:active .price-table__inner,
  .price-table--scroll:active .price-table__inner img,
  .comparison-table--scroll:active,
  .comparison-table--scroll:active .comparison-table__inner,
  .comparison-table--scroll:active .comparison-table__inner img {
    cursor: grabbing;
  }
}

.fixed-btn {
  position: fixed;
  bottom: 5%;
  right: 2%;
  width: 120px;
  z-index: 10;
}
#mw_wp_form_mw-wp-form-10{
  margin-top: 3rem;
}


.formTable{
  width: 80%;
  margin: auto;
}
.formTable dl {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 2rem;
}
.formTable dl > dt{
  font-size: 1.3rem;
  padding: 1.5rem 1rem;
  background: rgba(107,179,169,0.1);
  border-bottom: solid 1px #fff;
}
.formTable dl > dd{
  padding:  1rem;
}

.formTable dl > dt span.Required {
  color: #c30018;
}
.formTable dl > dt > p > span {
  background: #9e9e9f;
  padding: 0.7rem 1.5rem;
  font-size: 1.4rem;
  color: #fff;
}

.formTable dl > dd input[type="text"],
.formTable dl > dd input[type="email"],
.formTable dl > dd input[type="tel"],
.formTable dl > dd textarea {
  width: 100%;
  padding: 0.7rem 1rem;
  border-radius: 5px;
  border: solid 1px #dadada;
  background: #f1f8fb;
}


.mw_wp_form_confirm  .formTable > p{
  display: none;
}
#Industry {
  width: 100%;
  padding: 1rem;
  background: #fff;
  border-radius: 6px;
  border: solid 1px #dadada;
}.mwform-checkbox-field{
  text-align: center;
  margin: auto;
  margin-top: 3rem;
  display: block;

}

.mwform-checkbox-field a{
  text-decoration: underline;
}
.mwform-checkbox-field-text
{
  font-size: 1.4rem;
  font-weight: bold;
}


.backbtn {
  background: #fff;
  border: solid 1px #fd7ca8;
  color: #fd7ca8;
  width: 270px;
  padding: 2rem;
  border-radius: 40px;
  font-size: 2.2rem;
  text-align: center;
}
.confbtn {
  background: #fd7ca8;
  border: none;
  color: #fff;
  width: 270px;
  padding: 2rem;
  border-radius: 40px;
  font-size: 2.2rem;
  text-align: center;
}

/* 要素 | http://tokyo-partners.jp/contact/ */

#submit {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: auto;
  margin-top: 3rem;
  
}


.contact-text {
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2e;
}

.completion_area section {
 padding: 10rem 0;
 margin: 0
 ;
 background: url(../images/form-bg.webp);
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
}

/* 要素 | http://tokyo-partners.jp/contact/completion/ */

.sub-ttl {
  font-size: 4.3rem;
  color: #38c0ad;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem ;
}

/* 要素 | http://tokyo-partners.jp/contact/completion/ */

.sub-ttl > span:nth-child(1) > img:nth-child(1) {
  width: 100px;
  margin-bottom: 10px;
}


.contact-complete > p:nth-child(2) {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
}

.top-more-btn > a:nth-child(1) {
  /* display: block; */
  width: 400px;
  background-color: #38c0ad;
  color: #fff;
  display: flex;
  padding: 2rem 0;
  font-size: 2.5rem;
  text-align: center;
  justify-content: center;
  margin: auto;
  margin-top: 4rem;
  border-radius: 8px;
  position: relative;
}
.top-more-btn > a:nth-child(1)::before{
  content: '';
  display: inline-block;
  margin-right: 1rem;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 14px solid #fff;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 43px;
  transform: translateY(-50%);

}
