@charset "UTF-8";

/* お問い合わせt */
.page.contact .wrap {
  padding: 0 0 100px;
}
.page.contact{
  background: url("/assets/img/bg01.png") no-repeat center 100px;
  background-color: #f8f4f1;
}

.page.contact .contact-section .contact-inner{
  width: 100%;
  max-width: 1000px;
  margin:0 auto;
  background: #fff;
  padding:60px 50px 85px;
}
.page.contact .contact-section .contact-inner h2{
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-bottom: 1px solid;
  width: fit-content;
  margin: 0 auto 75px;
  color: rgb(0, 81, 108);
  padding-bottom: 5px;
}
.page.contact .contact-section .contact-inner ul {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.page.contact .contact-section .contact-inner ul li{
  width: 50%;
  min-width: 425px;
  font-size: 2.6rem;
  border-radius: 20px;
  padding: 15px 0 20px 100px;
  line-height: 1.2;
}
.page.contact .contact-section .contact-inner ul li:nth-of-type(1) {
  background:url("/support/img/icon01.png") no-repeat center left 30px #f48d99;
}
.page.contact .contact-section .contact-inner ul li:nth-of-type(2) {
  background:url("/support/img/icon02.png")  no-repeat center left 20px #5fd7f7;
}
.page.contact .contact-section .contact-inner ul li span{
  font-size: 5rem;
}
.page.contact .contact-section .contact-inner ul li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-right: 60px;
}
.page.contact .contact-section .contact-inner ul li a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
}
.page.contact .contact-section .contact-inner ul li a::before  {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  z-index: 1;
}
.page.contact .contact-section .contact-inner ul li:nth-of-type(1) a::after,
.page.contact .contact-section .contact-inner ul li:nth-of-type(2) a::after{
  background: #fff;
}
.page.contact .contact-section .contact-inner ul li:nth-of-type(1) a::before {
  border-left-color: #f48d99;
}
.page.contact .contact-section .contact-inner ul li:nth-of-type(2) a::before {
  border-left-color: #5fd7f7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
.page.contact .contact-section .contact-inner {
  width: 90%;
  padding: 30px 20px 40px;
}
.page.contact .contact-section .contact-inner h2 {
  margin: 0 auto 30px;
  text-align: center;
}
.page.contact .contact-section .contact-inner ul {
  display: block;
}
.page.contact .contact-section .contact-inner ul li {
  width: 100%;
  min-width: 100%;
  font-size: 2.4rem;
  padding: 15px 0 20px 20%;
}
.page.contact .contact-section .contact-inner ul li span {
  font-size: 4rem;
}
.page.contact .contact-section .contact-inner ul li:nth-of-type(1) {
  background: url("/support/img/icon01.png") no-repeat center left 20px #f48d99;
  background-size: 9%;
  margin-bottom: 20px;
}
.page.contact .contact-section .contact-inner ul li:nth-of-type(2) {
  background:url("/support/img/icon02.png")  no-repeat center left 10px #5fd7f7;
  background-size: 15%;
}
.page.contact .contact-section .contact-inner ul li a::after {
  width: 30px;
  height: 30px;
}
.page.contact .contact-section .contact-inner ul li a::before{
    border-left: 14px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}