/*****************/
/* 共通CSS */
/*****************/
.margin0 {
  margin: 0;
}

.btn_wrap {
  text-align: center;
  padding: 48px 0 80px;
}

.maxWidth980 {
  max-width: 980px;
  margin: auto;
}

#contactSection .container {
  padding: 35px 0 35px 0;
}

#contactSection h2 {
  font-size: 2.4vw;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  margin: 0;
}

#contactSection h2 span {
  font-size: 0.8em;
  font-weight: 600;
  color: var(--main-color);
  display: inline-block;
}

#contactSection h2 span::first-letter {
  color: var(--accent-color);
}

#contactSection p {
  letter-spacing: 1px;
}

#contactSection .item_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 80px auto 48px;
  padding: 0;
  max-width: 1080px;
  text-align: center;
}

#contactSection .item_wrap li {
  width: calc(100% / 2 - 56px);
  border-right: 1px solid #d3d3d3;
}

#contactSection .item_wrap li:last-of-type {
  border-right: none;
}

#contactSection .icon_wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--main-color);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#contactSection .item_wrap p {
  font-size: 22px;
  font-weight: 600;
  margin: 32px 0 0;
}

#contactSection .item_wrap li figure {
  width: 40px;
  height: 40px;
  margin: 0;
}

#contactSection .btn_wrap a {
  font-size: 16px;
  display: inline-block;
  width: 180px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  background: #c1154d;
  background: -moz-linear-gradient(-45deg, #c1154d 0%, #c1154d 50.3%, #233a6c 100%);
  background: -webkit-linear-gradient(-45deg, #c1154d 0%, #c1154d 50.3%, #233a6c 100%);
  background: linear-gradient(135deg, #c1154d 0%, #c1154d 50.3%, #233a6c 100%);
  border-radius: 32px;
  box-shadow: 0px 3px 8px rgb(0 0 0 / 15%);
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.btn_wrap a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 14px;
  transform: rotate(45deg);
  transition: 0.3s;
}

.btn_wrap a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.border {
  display: none;
}

.bisque {
  background-color: lightyellow;
}

.backgroundClipContentBox {
  background-clip: content-box;
}

.border5dw {
  border: 5px double white;
}


/*****************/
/* PC用CSS */
/*****************/
@media screen and (min-width: 1081px) {
  section {
    position: relative;
  }

  h1 {
    font-size: 60px;
    margin: 50px 50px 0px 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
    margin: 10px 0px 10px 0px;
  }

  pre {
    font-size: 23px;
    line-height: 1.6;
    white-space: pre-wrap;
    display: inline-block;
    text-align: left;
  }

  h4 {
    font-size: 25px;
    line-height: 1.4;
  }

  h5 {
    font-size: 16px;
    line-height: 1.3;
  }

  h5 b {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
  }

  h6 {
    font-size: 5px;
    line-height: 1.2;
  }

  .img80 {
    width: 80%;
  }

  .backgroundGray {
    background-color: #e4e4e4;
  }

  .paddingBottom30 {
    padding-bottom: 30px;
  }

  .paddingBottom50 {
    padding-bottom: 50px;
  }

  .padding10 {
    padding: 10px;
  }

  .marginLeft50 {
    margin-left: 50px;
  }

  .marginRight50 {
    margin-right: 50px;
  }

  .marginTop10 {
    margin-top: 10px;
  }

  .marginTop30 {
    margin-top: 30px;
  }

  .marginTop50 {
    margin-top: 50px;
  }

  .marginTop80 {
    margin-top: 80px;
  }

  .marginTop120 {
    margin-top: 120px;
  }

  .marginBottom50 {
    margin-bottom: 50px;
  }

  .margin35 {
    margin: 35px;
  }

  .flex {
    display: flex;
    align-items: center;
  }

  .width35 {
    width: 35%;
    height: 35%;
  }

  .width40 {
    width: 40%;
  }

  .width70 {
    width: 70%;
  }

  .width75 {
    width: 70%;
  }

  .width80 {
    width: 80%;
  }
  
  .width85 {
    width: 85%;
  }

  .width90 {
    width: 90%;
  }
  
  .width95 {
    width: 95%;
  }
  
  .width100 {
    width: 100%;
    height: 100%;
  }

  .justifyContentCenter {
    justify-content: center;
  }

  .fvImage {
    position: relative;
    height: 500px;
    margin-top: 65px;
    width: 100%;
  }

  .opacity03 {
    opacity: 0.3;
  }

  .logo {
    height: 80px;
    object-fit: contain;
  }

  .absolute {
    position: absolute;
    width: 100%;
  }

  .contentContainer {
    padding: 35px 35px 0px 35px;
  }

  .serviceContainer {
    padding: 0px 35px 35px 35px;
  }

  #titleSection .container {
    padding: 35px;
    margin-top: 65px;
  }

  .container {
    padding: 35px;
  }

  .textAlignCenter {
    text-align: center;
  }

  .textAlignLeft {
    text-align: left;
  }

  .displayInlineBlock {
    display: inline-block;
  }

  .margin0Auto {
    margin: 0 auto;
  }

  .defaultPicture {
    width: 100%;
    height: auto;
  }

  .zIndex1 {
    z-index: 1;
  }

  .message_width {
    width:70%;
  }
  
  .inner_conclusion {
    margin-top:10px;
  }
}



/**********/
/* iPad横 */
/**********/
@media screen and (max-width: 1080px) {
  section {
    position: relative;
  }

  h1 {
    font-size: 60px;
    margin: 50px 50px 0px 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
    margin: 10px 0px 10px 0px;
  }

  pre {
    font-size: 23px;
    line-height: 1.6;
    white-space: pre-wrap;
    display: inline-block;
    text-align: left;
  }

  h4 {
    font-size: 23px;
    line-height: 1.4;
  }

  h5 {
    font-size: 16px;
    line-height: 1.3;
  }

  h5 b {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
  }

  h6 {
    font-size: 5px;
    line-height: 1.2;
  }

  .img80 {
    width: 80%;
  }

  .backgroundGray {
    background-color: #e4e4e4;
  }

  .paddingBottom30 {
    padding-bottom: 30px;
  }

  .paddingBottom50 {
    padding-bottom: 50px;
  }

  .padding10 {
    padding: 10px;
  }

  .marginLeft50 {
    margin-left: 50px;
  }

  .marginRight50 {
    margin-right: 50px;
  }

  .marginTop10 {
    margin-top: 10px;
  }

  .marginTop30 {
    margin-top: 30px;
  }

  .marginTop50 {
    margin-top: 50px;
  }

  .marginTop80 {
    margin-top: 80px;
  }

  .marginTop120 {
    margin-top: 120px;
  }

  .marginBottom50 {
    margin-bottom: 50px;
  }

  .margin35 {
    margin: 35px;
  }

  .flex {
    display: flex;
    align-items: center;
  }

  .width35 {
    width: 55%;
    height: 35%;
  }

  .width40 {
    width: 40%;
  }

  .width70 {
    width: 70%;
  }

  .width80 {
    width: 80%;
  }
  
  .width85 {
    width: 85%;
  }

  .width90 {
    width: 90%;
  }
  
  .width95 {
    width: 95%;
  }
  
  .width100 {
    width: 100%;
    height: 100%;
  }

  .justifyContentCenter {
    justify-content: center;
  }

  .fvImage {
    position: relative;
    height: 500px;
    margin-top: 65px;
    width: 100%;
  }

  .opacity03 {
    opacity: 0.3;
  }

  .logo {
    height: 80px;
    object-fit: contain;
  }

  .absolute {
    position: absolute;
    width: 100%;
  }

  .contentContainer {
    padding: 15px 15px 0px 15px;
  }

  .serviceContainer {
    padding: 0px 15px 15px 15px;
  }

  #titleSection .container {
    padding: 35px;
    margin-top: 50px;
  }

  .container {
    padding: 15px;
  }

  .textAlignCenter {
    text-align: center;
  }

  .textAlignLeft {
    text-align: left;
  }

  .displayInlineBlock {
    display: inline-block;
  }

  .margin0Auto {
    margin: 0 auto;
  }

  .defaultPicture {
    width: 100%;
    height: auto;
  }

  .zIndex1 {
    z-index: 1;
  }
  
  .message_width {
    width:100%;
  }
  
  .inner_conclusion {
    margin-top:10px;
  }
}

/**********/
/* iPad縦 */
/**********/
@media screen and (max-width: 820px) {
  .flex {
    display: block;
  }
  
  .marginLeft50 {
    margin-left: 0px;
  }

  h5 {
    font-size: 20px;
  }

  .width85 {
    width: 100%;
  }

  h1 {
    font-size: 28px;
    margin: 90px 0px 0px 0px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
    margin: 10px 0px 10px 0px;
  }

  h4 {
    font-size: 16px;
    line-height: 1.4;
  }

  .marginTop10 {
    margin-top: 10px;
  }

  .inner_conclusion {
    margin-top:10px;
  }
}

/**********/
/* iPad縦 */
/**********/
@media screen and (max-width: 820px) {
  #contactSection h2 {
    font-size: 1.6rem;
    margin: 0;
  }

  #contactSection .container {
    padding: 56px 0 40px;
  }

  #contactSection .item_wrap li {
    padding-top: 56px;
    border-right: none;
  }
  #contactSection .item_wrap p {
    font-size: 18px;
    line-height: 1.5;
  }
  #contactSection .item_wrap {
    justify-content: space-evenly;
    margin: 16px auto 48px;
  }
  .border {
    display: block;
    width: 1px;
    height: 262px;
    background: #d3d3d3;
  }
  .contactSection .btn_wrap a {
    height: 38px;
    line-height: 38px;
  }

  .inner_conclusion {
    margin-top:10px;
  }
}

/********************/
/* iPhone4以下 CSS */
/*******************/
@media screen and (max-width: 480px) {
  #contactSection h2 {
    font-size: 20px;
    line-height: 1.5;
  }

  #contactSection .item_wrap li {
    padding-top: 16px;
  }
  #contactSection .item_wrap {
    margin: 24px auto;
  }
  #contactSection .item_wrap p {
    font-size: 14px;
  }
  #contactSection .icon_wrap {
    width: 64px;
    height: 64px;
  }
  #contactSection .item_wrap li figure {
    width: 32px;
    height: 32px;
  }
  #contactSection .btn_wrap {
    padding: 0;
  }
  #contactSection .btn_wrap a {
    font-size: 12px;
    width: 100%;
    height: 36px;
    line-height: 36px;
  }
  #contactSection .btn_wrap a:after {
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    margin-left: 8px;
  }
  #contactSection .item_wrap p {
    margin: 16px 0;
  }
  .border {
    height: 240px;
  }

  .inner_conclusion {
    margin-top:10px;
  }
}
