@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
a {
  color: #e60012;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p {
  line-height: 160%;
  color: #333333;
}
h2 {
  color: #333333;
}
li {
  color: #686868;
}
:root {
  --orange: #e95404;
}
.mtop0 {
  margin-top: 0 !important;
}
.mtop5 {
  margin-top: 5px;
}
.mtop10 {
  margin-top: 10px;
}
.mtop15 {
  margin-top: 15px;
}
.mtop20 {
  margin-top: 20px;
}
.mtop25 {
  margin-top: 25px;
}
.mtop30 {
  margin-top: 30px;
}
.mtop35 {
  margin-top: 35px;
}
.mtop40 {
  margin-top: 40px;
}
.mtop50 {
  margin-top: 50px;
}
.mtop60 {
  margin-top: 60px;
}
.mtop70 {
  margin-top: 70px;
}
.mtop100 {
  margin-top: 100px;
}
.mbtm0 {
  margin-bottom: 0;
}
.mbtm5 {
  margin-bottom: 5px;
}
.mbtm10 {
  margin-bottom: 10px;
}
.mbtm15 {
  margin-bottom: 15px;
}
.mbtm20 {
  margin-bottom: 20px;
}
.mbtm25 {
  margin-bottom: 25px;
}
.mbtm30 {
  margin-bottom: 30px;
}
.mbtm35 {
  margin-bottom: 35px;
}
.mbtm40 {
  margin-bottom: 40px;
}
.mbtm50 {
  margin-bottom: 50px;
}
.mbtm60 {
  margin-bottom: 60px;
}
.mbtm70 {
  margin-bottom: 70px;
}
.mbtm100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .mtop25 {
    margin-top: 4%;
  }
  .mtop30 {
    margin-top: 5%;
  }
  .mtop40 {
    margin-top: 6%;
  }
  .mtop50 {
    margin-top: 7%;
  }
  .mtop60 {
    margin-top: 10%;
  }
  .mtop70 {
    margin-top: 12%;
  }
  .mtop100 {
    margin-top: 15%;
  }
  .mbtm15 {
    margin-bottom: 10px;
  }
  .mbtm25 {
    margin-bottom: 4%;
  }
  .mbtm30 {
    margin-bottom: 5%;
  }
  .mbtm40 {
    margin-bottom: 6%;
  }
  .mbtm50 {
    margin-bottom: 7%;
  }
  .mbtm60 {
    margin-bottom: 10%;
  }
  .mbtm70 {
    margin-bottom: 12%;
  }
  .mbtm100 {
    margin-bottom: 15%;
  }

}
/*----------------------------------------
	フォント
----------------------------------------*/
.f10 {
  font-size: 10px;
  line-height: 140%;
}
.f11 {
  font-size: 11px;
  line-height: 140%;
}
.f12 {
  font-size: 12px;
  line-height: 160%;
}
.f13 {
  font-size: 13px;
  line-height: 160%;
}
.f14 {
  font-size: 14px;
  line-height: 160%;
}
.f15 {
  font-size: 15px;
  line-height: 160%;
}
.f16 {
  font-size: 16px;
  line-height: 160%;
}
.f18 {
  font-size: 18px;
  line-height: 160%;
}
.f20 {
  font-size: 20px;
  line-height: 160%;
}
.f20_b{
      font-size: 20px;
}
.f24 {
  font-size: 24px;
  line-height: 160%;
}
.f30 {
  font-size: 30px;
  line-height: 140%;
}
@media screen and (max-width: 900px) {
  .f18 {
    font-size: 17px;
    line-height: 160%;
  }
  .f30 {
    font-size: 26px;
    line-height: 140%;
  }
    .f20_b{
      font-size: 16px;
}
}
@media screen and (max-width: 767px) {
  .f13 {
    font-size: 11px;
    line-height: 160%;
  }
  .f14 {
    font-size: 12px;
    line-height: 160%;
  }
  .f15 {
    font-size: 13px;
    line-height: 160%;
  }
  .f16 {
    font-size: 14px;
    line-height: 160%;
  }
  .f18 {
    font-size: 16px;
    line-height: 160%;
  }
  .f20 {
    font-size: 18px;
    line-height: 160%;
  }
  .f24 {
    font-size: 20px;
    line-height: 160%;
  }
  .f30 {
    font-size: 24px;
    line-height: 140%;
  }
  p {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
   
  .f30 {
    font-size: 22px;
    line-height: 140%;
  }
  p {
    font-size: 14px;
  }
}
.spbr {
  display: none;
}
@media screen and (max-width: 480px) {    
    
  .spbr {
    display: block;
  }
  
}
.sp {
  display: none;
}

.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.marker {
  background: linear-gradient(transparent 60%, #fab83b 60%);
}
.orange {
  color: #EA5404;
}
/*---------------------------
ファーストビュー
-----------------------------*/
header {
  position: relative;
}
.sp__fv-wrap {
  display: none;
}
.fv-wrap {
  width: 100%;
  position: relative;
}
.fv-bg {
  width: 100%;
}
.fv-inner {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.main-ttl {
  position: absolute;
  left: 5%;
  top: 25%;
  z-index: 3;
}
.main-ttl h1 {
  animation: fadeInUp;
  animation-duration: 1s;
  animation-delay: .1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fv_domepin {
  position: absolute;
  width: 100%;
  left: 43%;
  top: 14%;
  z-index: 2;
}
.fv_btn {
  padding: 60px 0;
  margin: 0 auto;
  max-width: 600px;
  width: 40%;
  text-align: center;
}
.hukidashi {
  width: 80%;
  max-width: 400px;
  margin-bottom: 20px;
  animation: fadeIn;
  animation-duration: .5s;
  animation-delay: .8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hover_btn img {
  filter: drop-shadow(2px 4px 2px #aaa);
}
.hover_btn:hover {
  opacity: 0.8;
  animation-duration: .8s;
}
.hover_btn:hover img {
  filter: drop-shadow(1px 1px 2px #aaa);
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
@media screen and (max-width: 1750px) {
  .fv_domepin {
    top: 12%;
    width: 80%;
  }
  .main-ttl {
    top: 25%;
    width: 35%;
  }
}
@media screen and (max-width: 1500px) {
  .fv_domepin {
    width: 65%;
    left: 40%;
    top: 10%;
  }
  .main-ttl {
    left: 5%;
    top: 25%;
  }
  .hukidashi {
    margin-bottom: 10px;
  }
}
    @media screen and (max-width: 767px) {
      .fv_btn {
    padding: 30px 0;
        }
}
@media screen and (max-width: 480px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .sp-br {
    display: block;
  }
  .fv-wrap {
    display: none;
  }
  .sp__fv-wrap .sp__fv-inner {
    position: absolute;
    bottom: 62%;
    left: 50%;
    transform: translateX(-50%);
  }
  .sp__fv-wrap {
    display: block;
    position: relative;
    width: 100vw;
    overflow: hidden;
  }
  .sp__main-ttl {
    width: 90vw;
    margin: 0 auto;
    animation: fadeInUp;
    animation-duration: 1s;
    animation-delay: .3s;
    animation-fill-mode: forwards;
    opacity: 0;
    z-index: 100;
    position: relative;
  }
  .sp_fv_domepin {
    position: absolute;
    left: -50%;
    top: 98%;
    width: 190vw;
    overflow: hidden;
    z-index: 100;
  }
  .fv_btn {
    margin: 0 auto;
      padding:50px 0 60px;
    width: 90%;
    text-align: center;
  }
  .hukidashi {
    width: 80%;
    max-width: 350px;
  }
}
/*-------------------------
speed 
--------------------------*/
.speed {
  background: url("../img/speed_bg.png");
  background-size: cover;
  background-position: center;
}
.speed_compare {
  display: flex;
  padding-bottom: 50px;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
}
.speed-txt {
  width: 80%;
  margin: 0 auto;
}
.speed-txt_p{
    margin: 40px 0;
    font-weight: bold;
    font-size: 20px;
}
.speed_dome {
  margin-right: 50px;
}
.speed_compare_title {
  background: #e95404;
  padding: 10px 80px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 26pt;
    font-weight: bold;
  position: relative;
  display: block;
}
.speed_compare_title:before {
  content: "";
  border: 13px solid transparent;
  border-top: 13px solid #e95404;
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translateX(-50%);
}
.speed_compare_title span, .speed-txt span {
  display: inline-block;
}
.speed_compare_box {
  border: 5px solid #e95404;
  background: #fff;
}
.speed_compare_box img {
  max-width: 340px;
}
.speed_compare_box span {
  display: inline-block;
  padding: 0 3px;
  margin-left: 2px;
}
.speed_normal > .speed_compare_title {
  background: #333333;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18pt;
  position: relative;
}
.speed_normal > .speed_compare_box {
  border: 5px solid #333333;
  background: #f1f1f1;
}
.speed_normal > .speed_compare_title:before {
  border-top: 13px solid #333333;
}
.speed_normal img {
  max-width: 280px;
}
@media screen and (max-width: 1500px) {
  
  .speed_compare {
    width: 60%;
    margin: 0 auto;
  }
  .speed_compare_title {
    padding: 10px 35px;
    font-size: 18pt;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
          .pcbr {
  display: none;
}
    .speed_compare_box img {
    max-width: 200px;
    width: 70%;
  }
  .speed {
    background: #fef8eb;
  }
  .speed_compare {
    width: 80%;
  }
    .speed_compare_title {
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 16pt;
  }
  .speed_normal > .speed_compare_title {
    font-size: 16pt;
    padding: 15px 20px 8px;
         margin-bottom: 22px;
  }
    .speed-txt_p{
    font-size: 16px;
}
}
@media screen and (max-width: 480px) {
  .speed_compare {
    justify-content: space-between;
    width: 100%;
    padding: 0 10px 30px;
  }
  .speed_compare_box p {
    font-size: 14pt;
  }
  .speed_compare_box {
    border: 3px solid #e95404;
  }
  .speed_normal > .speed_compare_box {
    border: 3px solid #333333;
  }
  .speed_dome {
    margin-right: 0px;
  }
  .speed_dome, .speed_normal {
    width: 48%;
  }
  .speed-txt {
    padding-top: 30px;
    width: 80%;
  }
  .speed-txt img {
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
  }
   
  .speed_compare_title {
    padding: 10px;
    font-size: 14pt;
  }
  .speed_normal > .speed_compare_title {
    font-size: 14pt;
          padding: 10px;
               margin-bottom: 20px;
  }
        .speed-txt_p{
    margin: 20px 0;
    font-weight: normal;
    font-size: 14px;
}
}


/*--------------------------------
domeP 
---------------------------------*/
.domeP {
  background: #fff3eb;
}
.domeP_column {
  padding-bottom: 80px;
}
.title_line {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 60%;
  font-size: 30px;
  padding-top: 50px;
  margin: 0px auto 50px;
  flex-wrap: nowrap;
  text-align: center;
}
.title_line:before, .title_line:after {
  content: "";
  flex: 1;
  height: 3px;
  background-color: #EA5404;
  min-width: 20px;
}
.title_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 20px;
  max-width: 80%;
}
.title_inner span {
  display: inline-block;
  white-space: nowrap;
}
.domeP_flex_a {
  display: flex;
  padding: 30px;
  flex-direction: row-reverse;

}
.domeP_flex_b {
  display: flex;
  padding: 30px;
}
.domeP_white {
  background: #fff;
  width: 80%;
  margin: 0 auto;
}
.domeP_flex_left {
  max-width: 640px;
}
.domeP_txt {
  margin: 0 100px;
  width: 45%;
}
.domeP_num {
  font-size: 80pt;
  line-height: 100%;
  margin: 50px 0 20px;
  color: #ff893d30;
  font-weight: bold;
}
.domeP_txt p:nth-child(2) {
  font-size: 32px;
  color: #EA5404;
  font-weight: bold;
}
.domeP_txt p:nth-child(3) {
  font-size: 20px;
    margin-top: 5px;
}
@media screen and (max-width: 1500px) {
  .domeP_txt {
    width: 70%;
  margin: 0 50px;
  }
  .title_line {
    width: 80%;
  }
  .domeP_num {
    margin: 20px 0 10px;
    font-size: 60pt;
  }
      .domeP_flex_a, .domeP_flex_b {
        align-items: center;
}
}
@media screen and (max-width: 1000px) {
  .title_line {
    font-size: 18pt;
  }
  .domeP_flex_left {
    max-width: 280px;
    width: 80%;
    align-content: center;
  }
  .domeP_txt p:nth-child(2) {
    font-size: 16pt;
  }
  .domeP_flex_a, .domeP_flex_b {
    padding: 20px;
}
  .domeP_txt {
    margin: 0 20px;
  }
  .domeP_num {
    font-size: 35pt;
          margin: 10px 0;
  }
    .domeP_txt p:nth-child(2) {
  font-size: 24px;
}
.domeP_txt p:nth-child(3) {
  font-size: 16px;
}
}


@media screen and (max-width: 480px) {
  .title_line:before, .title_line:after {
    display: none;
  }
  .domeP_flex_a, .domeP_flex_b {
    display: block;
    padding: 0;
  }
  .domeP_white {
    width: 90%;
  }
  .domeP_txt {
    width: 90%;
    padding: 30px 0 0;
  }
  .domeP_flex_left {
    width: 95%;
    margin: 0 auto;
    max-width: none;
  }
  .domeP_num {
    display: none;
  }
      .title_inner {
    padding: 0;
    max-width: 100%;
    display:inline-block;
  }
  .title_line {
    display: block;
    font-size: 14pt;
    width: 90%;
    margin: 0 auto 30px;
  position: relative;
/*  width: fit-content;*/
  padding-top: 80px;
  overflow: visible;
  font-weight: bold;
}
  .title_line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 5px;
  width: 50px;
  height: 5px;
  background-color: var(--orange);
  transform: translateX(-50%);
  border-radius: 2px;
  display: block;
}
  }

/*--------------------------------
pin_compare 
---------------------------------*/
.compare_table {
  width: 60%;
  margin: 0 auto;
}
.compare_table span {
  display: inline-block;
}
.hidden {
  visibility: hidden
}
.fixed {
  border-right: 10px solid #fff;
  text-align: center;
  width: 20%;
  min-width: 200px;
  padding: 30px 10px;
  line-height: 100%;
  background: #fff;
  align-content: center;
  border-top: 3px solid #fff;
  border-bottom: 5px solid #fff;
}
td {
  border-bottom: 5px solid #fff;
}
.table_tab_d, .table_tab {
  border: 3px solid #fff;
  width: 100%;
  text-align: center;
  min-width: 200px;
  padding: 30px 10px;
  border-radius: 30px 30px 0 0;
  line-height: 100%;
  background: #333;
  color: #fff;
}
.table_tab_d {
  background: var(--orange);
}
.image_td {
  text-align: center;
  padding: 20px 0;
  margin-right: 10px;
}
.image_td img {
  width: 90%;
  max-width: 360px;
}
.back_orange {
  text-align: center;
  background: #ff893d10;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  padding: 30px 0;
}
.back_black {
  background: #f1f1f1;
}
.back_white {
  text-align: center;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  padding: 20px 0;
}
.pin_compare_point {
  max-width: 700px;
  width: 80%;
  margin: 80px auto;
  text-align: center;
}
.pin_compare_business {
  width: 80%;
  margin: 0 auto;
  background-image: linear-gradient(135deg, #1e4f95, #141550);
  padding: 50px 100px;
}
.pin_compare_flex {
  display: flex;
  justify-content: center;
}
.pin_compare_flex div:first-child {
  padding-right: 60px;
}
.pin_compare_business p {
  margin-top: 30px;
  color: #fff;
  text-align: center;
}
.fsSlider {
  max-width: 80%;
  margin: 100px auto;
}
.slick-slide img {
  width: 180px !important;
  margin: 0 auto;
}
.slick-slide {
  padding-right: 30px;
}
.slick-track li:last-child {
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  .fsSlider {
    max-width: 90%;
    padding: 0;
    margin: 50px auto;
  }
  .slick-slide {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1500px) {
  .compare_table {
    width: 80%;
  }
  .back_orange {
    padding: 20px 5px;
  }
  .back_black {
    padding: 20px 5px;
  }
  .fixed {
    min-width: 150px;
    font-size: 14pt;
  }
}
@media screen and (max-width: 1000px) {
  .compare_table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
 /* .compare_table .fixed {
    position: sticky;
    left: -5px;
    top: 2px;
  }*/
  .fixed {
    min-width: 180px;
    font-size: 16px;
  }
  .hidden {
    visibility: visible;
  }
  .pin_compare_point {
    margin: 50px auto;
    max-width: 650px;
  }
  .pin_compare_business {
    width: 80%;
    padding: 30px;
  }
  .pin_compare_flex div:first-child {
    padding-right: 30px;
  }
  .pin_compare_business br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .compare_table {
    width: 90%;
      margin-top: 50px;
  }
  .pin_compare_business {
    width: 90%;
    margin-bottom: 50px;
  }
  .pin_compare_point {
    width: 90%;
  }
  .pin_compare_flex div:first-child {
    padding: 0 0 20px;
  }
  .pin_compare_flex {
    display: block;
    width: 100%;
  }
  .pin_compare_business p {
    margin-top: 10px;
    text-align: left;
  }
}
/*--------------------------------
dome_trouble
---------------------------------*/
.slash {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  color: var(--orange);
}
.slash::before, .slash::after {
  width: 2px;
  height: 28px;
  content: "";
  background-color: var(--orange);
}
.slash::before {
  margin-right: 20px;
  transform: rotate(-30deg);
}
.slash::after {
  margin-left: 20px;
  transform: rotate(30deg);
}
.dome_trouble {
  background: #fef8eb;
}
.dome_trouble_flex {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto;
}
.dome_trouble_txt {
  width: 60%;
}
.dome_trouble_img {
  max-width: 250px;
  margin: 0 30px 0 80px;
}
@media screen and (max-width: 1500px) {
  .dome_trouble_flex {
    padding-bottom: 30px;
    width: 70%;
  }
  .dome_trouble_img {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .dome_trouble_flex {
    width: 80%;
  }
  .dome_trouble_img {
    max-width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .dome_trouble_flex {
          padding-bottom: 50px;
    display: block;
    width: 90%;
  }
  .dome_trouble_img {
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
  }
  .dome_trouble_txt {
    width: 100%;
    margin-top: 30px;
  }
      .dome_trouble_txt p:first-child {
    font-size: 22px;
        line-height:160%;
  }
}
/*--------------------------------
site_point
---------------------------------*/
.site_point {
  padding-bottom: 100px;
}
.site_point_flex {
  display: flex;
  justify-content: space-between;
  width: 67%;
  margin: 50px auto 0;
  text-align: center;
}
.site_point_flex_i {
  width: 32%;
    text-align: center;
}
.site_point_flex_i p:last-child {
    margin-top: 10px;
}
.site_point span {
  display: inline-block;
}
@media screen and (max-width: 1500px) {
.site_point_flex_i p:last-child {
  text-align: left;
}
    .site_point_flex_i br {
  display: none;
}
    .site_point_flex_i {
  width: 30%;
    text-align: center;
}
    .site_point_flex {
  width: 80%;
}
}

@media screen and (max-width: 480px) {
  .site_point_flex {
    display: block;
    width: 80%;
  }

  .site_point_flex_i {
    width: 100%;
    margin-top: 30px;
  }
}
/*--------------------------------
customer
---------------------------------*/
.triangle {
  position: relative;
  background: #fff;
  height: auto;
}
.triangle::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 25px;
  border-color: #fff transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}
.customer {
  background: #fff3eb;
  padding-bottom: 80px;
}
.s_border {
  position: relative;
  display: block;
  width: fit-content;
  padding-top: 80px;
  margin: 0px auto 30px;
  overflow: visible;
  font-weight: bold;
}
.s_border::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 5px;
  width: 50px;
  height: 5px;
  background-color: var(--orange);
  transform: translateX(-50%);
  border-radius: 2px;
  display: block;
}
.customer_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 50px;
  width: 60%;
  margin: 50px auto 0;
}
.customer_comment {
  display: flex;
  flex-direction: column;
  padding: 50px 80px;
  background: #fff;
  border: 2px solid #333;
  border-radius: 0px 90px 90px 90px;
}
.customer_center {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
  .customer_grid {
    width: 80%;
  }
  .customer_comment {
    padding: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .customer_grid {
    gap: 30px;
  }
  .customer_comment {
    padding: 30px;
    border-radius: 0px 60px 60px 60px;
  }
}
@media screen and (max-width: 768px) {
  .customer_grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    width: 90%;
  }
  .customer_comment {
    padding: 30px 50px 50px;
  }
}
/*--------------------------------
overview  
---------------------------------*/
.overview {
  background: #fff;
  padding: 100px 0px 120px;
  ;
}
.overview_flex {
  display: flex;
  max-width: 920px;
  width: 70%;
  justify-content: space-between;
  margin: 0 auto;
  border: 1px solid #333;
  padding: 60px 40px;
}
.overview_right {
  width: 50%;
  margin-left: 30px;
}
.overview span {
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .overview_flex {
    width: 80%;
    padding: 30px 20px;
    align-items: center;
  }
  .overview_right {
    width: 80%;
    min-width: 180px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .overview_flex {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 60px 40px;
    text-align: center;
  }
  .overview_left img {
    width: 100%;
  }
  .overview_btn {
    max-width: 500px;
    margin: 0 auto;
  }
  .overview_right {
    width: 100%;
    margin-left: 0px;
  }
  .overview_right p, .overview_right ul {
    text-align: left;
  }
}
/*--------------------------------
footer 
---------------------------------*/
footer {
  background: #fff3eb;
}
.footer-inner {
  padding: 20px 0;
}
.footer-logo {
  width: 70%;
  margin: 0 auto;
  max-width: 400px;
}
.phone {
  margin: 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.phone span {
  display: inline-block;
  margin-left: 10px;
}
.phone:before {
  content: "";
  background-image: url("../img/phone.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.copyright {
  text-align: center;
  padding: 10px;
  line-height: 160%;
}


/* ページトップ */

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #EA5404;
  opacity: 0.7;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
     transition : all 0.3s ease;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
