@charset "utf-8";
/* CSS Document */
.section-top {
  height: 300px;
}
.section-top__main-image {
  width: 100%;
  height: 100%;
  background-image: url("../image/image_about.jpg");
  background-position: center bottom 13%;
  background-repeat: no-repeat;
}
.section-top__h2 {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #FFF;
  margin: 0 auto;
  line-height: 300px;
  width: 100%;
}
.section-bg {
  background: linear-gradient(to top right, #008ACB, #FFF);
}
.section-bg__container {
  background-color: #F0F8FF;
  width: 100%;
  max-width: 327px;
  padding: 50px 10px 40px;
  margin: 0 auto;
}
.section-bg__icon {
    display: flex;
  align-items:center;
  flex-wrap: wrap;
  margin:0 auto 20px;
}
.section-bg__icon h2 {
  text-align: center;
}

.section-bg img {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 20px 0 40px;
}
.section-bg p {
  font-size: 2.0rem;
  text-align: center;
}

@media (min-width:1080px) {
  .section-top {
  height: 600px;
}
.section-top__main-image {
  width: 100%;
  height: 100%;
  background-image: url("../image/image_about.jpg");
  background-repeat: no-repeat;
}
.section-top__h2 {
font-size: 3.0rem;
  line-height: 600px;
}
  .section-bg {
  background: linear-gradient(to top right, #008ACB, #58BAE9 30%, #FFF);
}
  .section-bg__container {
  max-width: 1080px;
    padding: 100px 0 150px;
}
  .section-bg__icon {
  margin:0 auto 100px;
}
  .section-bg__icon h2 {
  font-size: 5.4rem;
}
  .section-bg img {
  width: 100px;
  height: 100px;
  margin: 0 100px 0 200px;
}
.section-bg p {
  font-size: 2.4rem;
  line-height: 4.8rem;
}
}

.section-tax {
  width: 100%;
  max-width: 327px;
  padding: 40px 0 20px;
  margin: 0 auto;
  position: relative;
}


.section-tax__container {
  padding: 0 10px;
}
.section-tax__container a:hover {
  opacity: 0.5;
}
.section-tax__icon {
      display: flex;
  align-items:center;
  flex-wrap: wrap;
  margin:0 auto 20px;
}

.section-tax img {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 20px 0 40px;
}

.section-tax p {
  font-size: 2.0rem;
  text-align: center;
}

.section-tax__sarvices {
  padding-top: 20px;
}
.section-tax__sarvices span {
  color: #1C2469;
}
.section-tax__sarvices a {
   color: #5999E8;
  display: inline-block;
  margin-bottom: 20px;
}


@media (min-width:1080px) {
  

.section-tax {
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 0 110px;
}
.section-tax__icon {
margin:0 auto 100px;
}
 
.section-tax h2 {
  font-size: 5.4rem;
}
.section-tax img {
  width: 100px;
  height: 100px;
  margin: 0 100px 0 200px;
}
  .section-tax p {
      font-size: 2.4rem;
  line-height: 4.8rem;
  } 
.section-tax__sarvices {
  padding-top: 100px;
  font-size: 2.0rem;
}
  .section-tax__sarvices a {
  margin-bottom: 40px;
}
  }
