@charset "UTF-8";
/*
Theme Name: new_theme
Description:name
Version: 1.0
*/
/*変数設定用*/
.ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 50px;
}

.btn {
  max-width: 300px;
  width: 100%;
  margin: auto;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 15px;
  border-radius: 50px;
  border: 1px solid #0068b7;
  transition: 0.6s;
  background: #0068b7;
}

.btn:hover {
  color: #0068b7;
  background: #fff;
}

.under_fv {
  padding: 150px 0;
  background: url("./img/under_fv.png");
}

.under_fv h2 {
  text-align: center;
  font-size: 4.8rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 5px #333;
  letter-spacing: 0.1em;
}

.under_fv h2 span {
  display: block;
  font-size: 1.8rem;
}

.company-wrap {
  margin: 60px auto 90px;
}

@media screen and (max-width: 768px) {
  .company-wrap {
    margin: 40px auto;
  }
}

.company-wrap table {
  margin: 50px auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .company-wrap table {
    margin: 30px auto;
  }
}

.company-wrap table tr {
  border-bottom: 1px solid #ccc;
}

.company-wrap table th {
  width: 230px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 25px;
  vertical-align: top;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .company-wrap table th {
    display: block;
    width: 100%;
    padding: 15px 0 0;
    font-size: 1.4rem;
  }
}

.company-wrap table td {
  width: calc(100% - 230px);
  font-size: 1.6rem;
  padding: 25px 0;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .company-wrap table td {
    display: block;
    width: 100%;
    padding: 10px 0 15px;
    font-size: 1.4rem;
  }
}

.company-wrap .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 36.25%;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .company-wrap .gmap {
    padding-top: 56.25%;
  }
}

.company-wrap .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.contact-wrap {
  padding: 50px 0 90px;
  border-bottom: 1px solid #0068b7;
}

@media screen and (max-width: 768px) {
  .contact-wrap {
    padding: 40px 0;
  }
}

.contact-wrap .container {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .contact-wrap .container {
    width: 95%;
  }
}

.contact-wrap .application_ttl {
  font-size: 2.4rem;
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .contact-wrap .application_ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

.contact-wrap .centerTxt {
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .contact-wrap .centerTxt {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .contact-wrap .centerTxt br {
    display: none;
  }
}

.contact-wrap .centerTxt02 {
  text-align: center;
  margin: 40px 0 25px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .contact-wrap .centerTxt02 {
    margin: 20px 0 25px;
    font-size: 1.4rem;
  }
}

.contact-wrap .centerTxt02 a {
  color: #000;
  border-bottom: 2px solid #a3a3a3;
  padding-bottom: 2px;
  font-size: 1.6rem;
}

.contact-wrap .bgGray {
  background-color: #edf1f7;
  padding: 25px 75px;
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .contact-wrap .bgGray {
    padding: 15px 15px;
  }
}

.contact-wrap .bgGray .flexStyle01 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

@media screen and (max-width: 768px) {
  .contact-wrap .bgGray .flexStyle01 {
    display: block;
  }
}

.contact-wrap .bgGray .flexStyle01 .telNum {
  color: #0068b7;
  font-weight: bold;
  font-size: 36px;
  text-align: 0.1em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contact-wrap .bgGray .flexStyle01 .telNum {
    font-size: 26px;
    text-align: center;
  }
}

.contact-wrap .bgGray .flexStyle01 .telNum:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(./img/img_contact01.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  left: -50px;
  top: 8px;
}

@media screen and (max-width: 768px) {
  .contact-wrap .bgGray .flexStyle01 .telNum:before {
    left: 16px;
    top: -4px;
  }
}

.contact-wrap .bgGray .flexStyle01 .timeTxt {
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
  padding-bottom: 5px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .contact-wrap .bgGray .flexStyle01 .timeTxt {
    text-align: center;
    margin-left: 0;
  }
}

.contact-wrap .flexStyle03 {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
  font-size: 1.6rem;
  color: #000;
}

.contact-wrap .flexStyle03 .bgGray02 {
  background-color: #999;
  color: #fff;
  padding: 2px 15px;
  margin-right: 15px;
  font-size: 1.2rem;
}

.contact-wrap .flexStyle03 h3 {
  line-height: 1;
}

.contact-wrap .input-wrap {
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 30px;
}

.contact-wrap .contact-select-wrap {
  position: relative;
  margin-bottom: 30px;
  font-size: 1.6rem;
}

.contact-wrap .contact-select-wrap:before {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #333;
  pointer-events: none;
}

.contact-wrap .contact-select-wrap select {
  margin-bottom: 0;
  -webkit-appearance: none;
  appearance: none;
}

.contact-wrap .bgBlue {
  background-color: #0068b7;
  color: #fff;
  padding: 2px 15px;
  margin-right: 15px;
  font-size: 1.2rem;
  font-weight: 600;
}

.contact-wrap input[type="text"] {
  background-color: #f2f2f2;
  border: none;
  border: 1px #ccc solid;
  padding: 15px;
  width: 100%;
  font-size: 1.6rem;
}

.contact-wrap select {
  width: 100%;
  padding: 15px;
  margin-bottom: 30px;
  font-size: 1.6rem;
}

.contact-wrap textarea {
  width: 100%;
  padding: 15px;
  background-color: #f2f2f2;
  font-size: 1.6rem;
}

.contact-wrap .send-btn {
  display: block;
  max-width: 355px;
  width: 80%;
  margin: auto;
  border-radius: 30px;
  background: #0068b7;
  border: 1px solid #0068b7;
  padding: 15px 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  transition: 0.6s;
}

.contact-wrap .send-btn:hover {
  color: #0068b7;
  opacity: 1;
  background: #fff;
}

.contact-wrap .flexbox {
  display: flex;
  align-items: center;
}

.contact-wrap .flexbox .flex-child {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}

.contact-wrap .flexbox .flex-child span {
  margin: 0 15px;
}

@media screen and (max-width: 768px) {
  .contact-wrap .flexbox .flex-child span {
    margin: 0 5px;
  }
}

.contact-wrap .flexbox .flex-child .select-wrap {
  position: relative;
}

.contact-wrap .flexbox .flex-child .select-wrap:before {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #333;
  pointer-events: none;
}

.contact-wrap .flexbox .flex-child .select-wrap select {
  margin-bottom: 0;
  -webkit-appearance: none;
  appearance: none;
}

.contact-wrap .flexbox .flex-child.year .select-wrap {
  width: 170px;
}

@media screen and (max-width: 768px) {
  .contact-wrap .flexbox .flex-child.year .select-wrap {
    width: 120px;
  }
}

.contact-wrap .flexbox .flex-child.year .select-wrap select {
  width: 100%;
}

.contact-wrap .flexbox .flex-child.month .select-wrap, .contact-wrap .flexbox .flex-child.day .select-wrap {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .contact-wrap .flexbox .flex-child.month .select-wrap, .contact-wrap .flexbox .flex-child.day .select-wrap {
    width: 80px;
  }
}

.contact-wrap .flexbox .flex-child.month .select-wrap select, .contact-wrap .flexbox .flex-child.day .select-wrap select {
  width: 100%;
}

.contact-wrap .flexbox .flex-child.old {
  margin-bottom: 30px;
}

.contact-wrap .flexbox .flex-child.old .select-wrap {
  width: 100px;
}

.contact-wrap .flexbox .flex-child.old .select-wrap select {
  width: 100%;
}

.contact-wrap .radio-btns {
  margin: 30px auto 50px;
  font-size: 1.6rem;
  /* spanの左側にボタンを配置するスペースを作る */
  /* 各パーツを作成 */
  /* after上書き */
}

.contact-wrap .radio-btns input[type=radio].radio-btns__item {
  display: none;
}

.contact-wrap .radio-btns label {
  display: inline-block;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .contact-wrap .radio-btns label {
    margin-right: 20px;
  }
}

.contact-wrap .radio-btns .radio-btns__item + span {
  padding-left: 2em;
  display: inline-block;
  position: relative;
}

.contact-wrap .radio-btns .radio-btns__item + span::after,
.contact-wrap .radio-btns .radio-btns__item + span::before {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}

.contact-wrap .radio-btns .radio-btns__item + span::after {
  opacity: 0;
  width: 14px;
  height: 14px;
  top: 4px;
  left: 4px;
  border: none;
  background: #0068b7;
}

.contact-wrap .radio-btns .radio-btns__item:checked + span::after {
  opacity: 1;
}

.contact-wrap .radio-btns .mwform-radio-field-text {
  font-size: 1.6rem;
  padding-left: 30px;
}

.contact-wrap .address {
  font-size: 1.6rem;
}

.contact-wrap .address .flex-address {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contact-wrap .address .flex-address span {
  font-size: 1.6rem;
  margin-right: 20px;
}

.contact-wrap .address .flex-address input {
  max-width: 195px;
  margin-bottom: 0;
  background-color: #f2f2f2;
  border: none;
  border: 1px #ccc solid;
  padding: 15px;
  font-size: 1.6rem;
}

.mw_wp_form_confirm .centerTxt {
  display: none;
}

.mw_wp_form_confirm .bgGray {
  display: none;
}

.mw_wp_form_confirm .centerTxt02 {
  display: none;
}

.mw_wp_form_confirm .send-btn {
  margin-top: 50px;
}

.contact-wrap .mw_wp_form_confirm .contact-select-wrap:before,
.contact-wrap .mw_wp_form_confirm .flexbox .flex-child .select-wrap:before {
  display: none;
}

.contact-wrap .mw_wp_form_confirm .address .flex-address input {
  background: none;
  border: none;
}

.contact-wrap .mw_wp_form_confirm .flexbox .flex-child.year .select-wrap,
.contact-wrap .mw_wp_form_confirm .flexbox .flex-child.month .select-wrap,
.contact-wrap .mw_wp_form_confirm .flexbox .flex-child.day .select-wrap {
  width: auto;
}

.compbox {
  margin: 60px auto 95px;
  max-width: 710px;
}

.compbox h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .compbox h2 {
    font-size: 1.8rem;
  }
}

.compbox .txt {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
}

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

.compbox ul li {
  width: 100%;
  max-width: 230px;
}

.compbox ul li a {
  display: block;
  padding: 16px;
  text-align: center;
  color: #0068b7;
  font-size: 1.4rem;
  font-weight: 600;
  border: 1px solid #0068b7;
  position: relative;
  transition: 0.6s;
}

.compbox ul li a:before {
  position: absolute;
  right: 14px;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-top: 2px solid #0068b7;
  border-right: 2px solid #0068b7;
  content: "";
  transform: rotate(45deg);
  transition: 0.6s;
}

.compbox ul li a:hover {
  opacity: 1;
  color: #fff;
  background: #0068b7;
}

.compbox ul li a:hover:before {
  border-color: #fff;
}

.faq-wrap {
  margin: 100px auto;
}

.faq-wrap .container dl:last-child {
  border-bottom: 1px solid #aaacb8;
}

.faq-wrap .container dl dt {
  font-size: 1.8rem;
  padding: 33px 60px;
  border-top: 1px solid #aaacb8;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .faq-wrap .container dl dt {
    font-size: 4vw;
    padding: 15px 30px;
  }
}

.faq-wrap .container dl dt:before {
  position: absolute;
  left: 0;
  top: 1.3em;
  content: "Q";
  font-size: 2rem;
  color: #fff;
  background: #0068b7;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .faq-wrap .container dl dt:before {
    width: 24px;
    height: 24px;
    font-size: 4vw;
    line-height: 24px;
  }
}

.faq-wrap .container dl dt:after {
  position: absolute;
  right: 22px;
  top: 2em;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  transition: 0.6s;
}

@media screen and (max-width: 768px) {
  .faq-wrap .container dl dt:after {
    right: 5px;
    width: 10px;
    height: 10px;
  }
}

.faq-wrap .container dl dt.open:after {
  transform: rotate(225deg);
}

.faq-wrap .container dl dd {
  font-size: 1.8rem;
  padding: 0 60px 33px;
  line-height: 2em;
  position: relative;
  display: none;
}

@media screen and (max-width: 768px) {
  .faq-wrap .container dl dd {
    font-size: 4vw;
    padding: 15px 30px;
  }
}

.faq-wrap .container dl dd:before {
  position: absolute;
  left: 0;
  top: 0em;
  content: "A";
  font-size: 2rem;
  color: #fff;
  background: #aaacb8;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .faq-wrap .container dl dd:before {
    width: 24px;
    height: 24px;
    font-size: 4vw;
    line-height: 24px;
  }
}

.service-wrap {
  margin: 100px auto;
  position: relative;
}

.service-wrap:before {
  position: absolute;
  left: 0;
  top: 5vw;
  width: 75vw;
  height: 100%;
  content: "";
  background: #e5f0f8;
  z-index: -1;
}

.service-wrap .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.service-wrap .fl {
  float: left;
  width: 48%;
}

.service-wrap .fr {
  float: right;
  width: 48%;
}

.service-wrap .detail h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

.service-wrap .detail .txt {
  font-size: 1.6rem;
  line-height: 1.8em;
}

.price-wrap {
  margin: 100px auto;
}

.price-wrap h3 {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.price-wrap table {
  width: 100%;
  margin-bottom: 100px;
  border-top: 1px solid #ccc;
}

.price-wrap table tr {
  border-bottom: 1px solid #ccc;
}

.price-wrap table tr th {
  padding: 2.4rem;
  width: 250px;
  vertical-align: middle;
  background: #e5f0f8;
  font-weight: 500;
  font-size: 1.4rem;
}

.price-wrap table tr td.price-cell {
  padding: 2.4rem 3rem;
  font-weight: bold;
  color: #b70000;
  width: 150px;
  font-size: 1.4rem;
}

.price-wrap table tr td.detail-cell {
  width: calc(100% - 400px);
  padding: 2.4rem 0;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.8em;
}

.voice-wrap {
  margin: 100px auto;
}

@media screen and (max-width: 768px) {
  .voice-wrap {
    margin: 50px auto;
  }
}

.voice-wrap h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .voice-wrap h2 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}

.voice-wrap .voice-list {
  border: 1px solid #ccc;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .voice-wrap .voice-list {
    padding: 20px;
  }
}

.voice-wrap .voice-list:last-child {
  margin-bottom: 0;
}

.voice-wrap .voice-list .fl {
  width: 74.6%;
  float: left;
}

@media screen and (max-width: 768px) {
  .voice-wrap .voice-list .fl {
    width: 100%;
    float: none;
  }
}

.voice-wrap .voice-list .fl .cate {
  font-size: 1.4rem;
  color: #fff;
  background: #0068b7;
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 5px;
}

.voice-wrap .voice-list .fl h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .voice-wrap .voice-list .fl h3 {
    font-size: 1.8rem;
  }
}

.voice-wrap .voice-list .fl dl {
  padding: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .voice-wrap .voice-list .fl dl {
    padding: 0 0 15px;
  }
}

.voice-wrap .voice-list .fl dl dt {
  font-size: 1.6rem;
  padding-left: 50px;
  position: relative;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .voice-wrap .voice-list .fl dl dt {
    font-size: 1.4rem;
  }
}

.voice-wrap .voice-list .fl dl dt:before {
  position: absolute;
  left: 0;
  top: -3px;
  background: #0068b7;
  font-size: 1.8rem;
  color: #fff;
  content: "Q";
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 27px;
  border-radius: 30px;
}

.voice-wrap .voice-list .fl dl dd {
  margin-top: 20px;
  font-size: 1.4rem;
  padding-left: 50px;
  position: relative;
  line-height: 2em;
}

.voice-wrap .voice-list .fl dl dd:before {
  position: absolute;
  left: 0;
  top: -3px;
  background: #e5f0f8;
  font-size: 1.8rem;
  color: #fff;
  content: "A";
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 27px;
  border-radius: 30px;
}

.voice-wrap .voice-list .fr {
  width: 23%;
  float: right;
}

@media screen and (max-width: 768px) {
  .voice-wrap .voice-list .fr {
    text-align: center;
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

.works-wrap {
  margin: 100px auto;
}

.works-wrap ul {
  display: flex;
  flex-wrap: wrap;
}

.works-wrap ul li {
  width: 32%;
  margin: 0 0 30px;
}

.works-wrap ul li:nth-child(3n+2) {
  margin: 0 2% 30px;
}

.works-wrap ul li .cate-flex {
  margin: 15px auto;
}

.works-wrap ul li .cate-flex span {
  font-size: 1rem;
  color: #fff;
  margin-right: 1em;
  border-radius: 0.5em;
  padding: 5px 10px;
}

.works-wrap ul li .cate-flex span.cat01 {
  background: #ff4500;
}

.works-wrap ul li .cate-flex span.cat02 {
  background: #4169e1;
}

.works-wrap ul li .cate-flex span.cat03 {
  background: #ffd700;
  color: #000;
}

.works-wrap ul li h3 {
  font-size: 1.8rem;
  font-weight: bold;
}
