@charset "UTF-8";
.service_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.service_btn a {
  text-align: center;
  background-color: #f7a42d;
  width: 100%;
  max-width: 528.5px;
  padding: 30px 0;
  display: block;
  color: #fff;
  border-radius: 20px;
  font-size: 26px;
  position: relative;
  -webkit-box-shadow: 2px 3px 13px 0px #a39c9c;
  box-shadow: 2px 3px 13px 0px #a39c9c;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .service_btn a {
    margin: 0 auto 20px;
    font-size: 18px;
    border-radius: 15px;
    max-width: 390px;
    width: 100%;
    padding: 28px 0;
  }
}

@media screen and (max-width: 414px) {
  .service_btn a {
    max-width: 350px;
    width: 100%;
    font-size: 17px;
  }
}

@media screen and (max-width: 320px) {
  .service_btn a {
    max-width: 300px;
    font-size: 15px;
  }
}

.service_btn a .icn_free {
  position: absolute;
  left: 30px;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media screen and (max-width: 768px) {
  .service_btn a .icn_free {
    left: 20px;
  }
}

.service_btn a .icn_free::before {
  content: "無料";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: auto;
  padding: 6px 0 2px;
  background-color: #fff;
  color: #f7a42d;
  font-size: 26px;
  font-weight: bold;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .service_btn a .icn_free::before {
    font-size: 18px;
    width: 60px;
  }
}

@media screen and (max-width: 414px) {
  .service_btn a .icn_free::before {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .service_btn a .icn_free::before {
    font-size: 14px;
    width: 50px;
  }
}

.service_btn a .icn_arrow {
  position: absolute;
  right: 50px;
}

.service_btn a .icn_arrow::before {
  content: "";
  position: absolute;
  left: 3px;
  width: 15px;
  height: 15px;
  top: 0;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.service_btn a:hover {
  background-color: rgba(220, 34, 40, 0.7);
}

@-webkit-keyframes slide {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -3770px 0;
  }
}

@keyframes slide {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -3770px 0;
  }
}

#wrapper {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

main {
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  top: 0 !important;
}

#logo {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  #logo {
    width: 92%;
    padding-right: 4%;
    padding-left: 4%;
  }
}

#logo h1 {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #logo h1 {
    top: 20px;
    left: 4%;
  }
}

@media screen and (max-width: 414px) {
  #logo h1 {
    top: 12px;
  }
}

#logo h1 a {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../img/logo-color.png) no-repeat;
  background-size: 100%;
  width: 213px;
  height: 60px;
  display: block;
}

@media screen and (max-width: 414px) {
  #logo h1 a {
    width: 120px;
  }
}

.kv {
  background-image: url(../img/kv_bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 50vw;
  padding-top: 110px;
}

@media screen and (max-width: 768px) {
  .kv {
    background: none;
    padding: 0;
  }
}

@media screen and (max-width: 414px) {
  .kv {
    margin-bottom: 60px;
  }
}

.kv picture {
  margin: 30px auto 34px;
  text-align: center;
  display: block;
}

.kv picture img {
  max-width: 90%;
}

@media screen and (max-width: 768px) {
  .kv picture img {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .kv picture {
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (min-width: 1360px) {
  .kv img {
    max-width: 100%;
  }
}

.catch {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  width: 90%;
  max-width: 1160px;
}
.catch2 { 
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  width: 90%;
  max-width: 1160px;
  padding:0 0 60px 0;
}

@media screen and (max-width: 768px) {
  .catch {
    width: 92%;
    padding-right: 4%;
    padding-left: 4%;
  }
}

@media screen and (max-width: 768px) {
  .catch {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 414px) {
  .catch {
    margin-top: 20px;
  }
}


@media screen and (max-width: 768px) {
  .catch2 {
    width: 92%;
    padding-right: 4%;
    padding-left: 4%;
    padding:0 0 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .catch2 {
    padding:0 0 40px 0;
  }
}

@media screen and (max-width: 414px) {
  .catch2 {
    padding:0 0 40px 0;
  }
}

.catch__slid {
  width: calc(90% - 10px);
  margin: 2em auto;
  padding: 0.5em;
  border-radius: 20px;
  position: relative;
}

.catch__slid__ttl {
  font-size: 26px;
  color: #2f6087;
  text-align: center;
}

.catch__slid__box {
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding: 20px 0;
}

.catch__slid__box .sliding {
  background: url(../img/logo.png) repeat-x 50%;
  height: 70px;
  width: 100%;
  -webkit-animation: slide 30s linear infinite;
  animation: slide 30s linear infinite;
}

.catch__cont {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .catch__cont {
    width: 100%;
    padding-right: 4%;
  }
}

.catch__cont__ttl {
  color: #026abe;
  font-size: 35px;
  line-height: 1.35em;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .catch__cont__ttl {
    font-size: 36px;
  }
}

@media screen and (max-width: 414px) {
  .catch__cont__ttl {
    font-size: 28px;
  }
}

.catch__cont__txt {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 30px;
}

@media screen and (max-width: 414px) {
  .catch__cont__txt {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .catch__cont__txt br {
    display: none;
  }
}

.catch__cont__txt02 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5em;
  padding: 10px 0;
}
.catch__more__box{
  clear: both;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.catch__more__box__item{
  float: left;
  height: 110px;
  width:100%;
  border: solid 2px #026abe;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  margin: 15px;
  padding: 30px 15px;
}
.catch__more__box__item__txt{
  font-size: 16px;
  text-align: center;
  line-height: 2.0em;
}
.catch__more__box__item__txt span{ 
  text-align:center;
  font-size: 20x;
  line-height:2.5em;
  color: #026abe;
  font-weight: bolder;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff100));
  background: -webkit-linear-gradient(transparent 60%, #fff100 60%);
  background: -o-linear-gradient(transparent 60%, #fff100 60%);
  background: linear-gradient(transparent 60%, #fff100 60%);
}


@media screen and (max-width: 768px) {
  .catch__cont__add02 {
    padding: 10px 0 10px 0;
  }
  .catch__more__box{
    height: auto;
    width: 100%;
  }
  .catch__more__box__item{
    width:96%;
    height: auto;
    float: none;
  }
  .catch__more__box__item__txt{
    font-size: 13px;
  }
  .catch__more__box__item__txt span{ 
    text-align:center;
    font-size: 15px;
    line-height:2.3em;
    color: #026abe;
    font-weight: bolder;
  }
}

@media screen and (max-width: 414px) {
  .catch__cont__add02 {
    padding: 10px 0 10px 0;
    clear: both;
  }
  .catch__more__box{
    display: block;
    height: auto;
    width: 100%;
    clear: none;
  }
  .catch__more__box__item{
    height: 70px;
    float:none;
    width: 90%;
    padding-right: 4%;
    padding-left: 4%;
    margin: 0 10px 20px 0;
  }
  .catch__more__box__item__txt{
    font-size: 16px;
  }
  .catch__more__box__item__txt span{ 
    text-align:center;
    font-size: 20px;
    line-height:1.3em;
    color: #026abe;
    font-weight: bolder;
  }
}

.catch__cont__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 134px;
}

@media screen and (max-width: 768px) {
  .catch__cont__box {
    width: 100%;
  }
}

@media screen and (max-width: 414px) {
  .catch__cont__box {
    display: block;
    margin-bottom: 0;
  }
}

.catch__cont__box::before {
  content: "";
  position: absolute;
  background: url(../img/arw_g.png) no-repeat;
  width: 170px;
  height: 55px;
  bottom: -90px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

@media screen and (max-width: 414px) {
  .catch__cont__box::before {
    background-size: 100%;
    width: 120px;
    height: 40px;
  }
}

.catch__cont__box__item {
  max-width: 300px;
  width: 100%;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .catch__cont__box__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 414px) {
  .catch__cont__box__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 414px) {
  .catch__cont__box__item {
    margin-bottom: 20px;
  }
}

.catch__cont__box__item:nth-child(3) {
  margin-right: 0;
}

.catch__cont__box__item figure {
  margin-bottom: 30px;
  height: 273px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .catch__cont__box__item figure {
    height: 182px;
  }
}

@media screen and (max-width: 414px) {
  .catch__cont__box__item figure {
    height: auto;
  }
}

@media screen and (max-width: 414px) {
  .catch__cont__box__item figure img {
    width: 70%;
    margin: 0 auto;
  }
}

.catch__cont__box__item__ttl {
  text-align: center;
  font-size: 28px;
  color: #2f6087;
  font-weight: 600;
  margin-bottom: 10px;
  max-width: 300px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .catch__cont__box__item__ttl {
    width: 100%;
  }
}

@media screen and (max-width: 414px) {
  .catch__cont__box__item__ttl {
    font-size: 22px;
  }
}

.catch__cont__box__item__ttl span {
  font-size: 42px;
  color: #2f6087;
}

@media screen and (max-width: 414px) {
  .catch__cont__box__item__ttl span {
    font-size: 36px;
  }
}

.catch__cont__box__item__txt {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  .catch__cont__box__item__txt {
    font-size: 16px;
  }
}

.catch__cont__box__item__txt span {
  color: #026abe;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .catch__cont__box__item__txt span {
    font-size: 16px;
  }
}

.catch__cont__answer {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
  position: relative;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .catch__cont__answer {
    width: 92%;
    padding-right: 4%;
    padding-left: 4%;
  }
}

@media screen and (max-width: 768px) {
  .catch__cont__answer {
    padding-bottom: 50px;
  }
}

.catch__cont__answer03 {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .catch__cont__answer03 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .catch__cont__answer03 {
    padding-bottom: 50px;
  }
}

.catch__cont__answer.answer_01 {
  position: relative;
}

@media screen and (max-width: 768px) {
  .catch__cont__answer.answer_01 {
    padding-top: 184px;
  }
}

@media screen and (max-width: 414px) {
  .catch__cont__answer.answer_01 {
    padding-top: 300px;
  }
}

.catch__cont__answer.answer_01::after {
  content: "";
  position: absolute;
  background: url(../img/catch_04_img.png);
  width: 196px;
  height: 254px;
  bottom: 0;
  right: 2%;
}

@media screen and (max-width: 768px) {
  .catch__cont__answer.answer_01::after {
    background-size: 77%;
    background-repeat: no-repeat;
    top: -14px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}

@media screen and (max-width: 414px) {
  .catch__cont__answer.answer_01::after {
    width: 180px;
    top: 100px;
    left: 50%;
  }
}

@media screen and (min-width: 1360px) {
  .catch__cont__answer.answer_01::after {
    right: 215px;
  }
}

.catch__cont__answer.answer_01::before {
  content: "";
  position: absolute;
  background: url(../img/arw_g.png) no-repeat;
  width: 170px;
  height: 55px;
  left: 50%;
  bottom: -46px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

@media screen and (max-width: 414px) {
  .catch__cont__answer.answer_01::before {
    background-size: 100%;
    width: 120px;
    height: 40px;
  }
}

.catch__cont__answer.answer_02 {
  padding-bottom: 0;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .catch__cont__answer.answer_02 {
    padding-top: 162px;
  }
}

@media screen and (max-width: 414px) {
  .catch__cont__answer.answer_02 {
    padding-top: 200px;
  }
}

.catch__cont__answer.answer_02::after {
  content: "";
  position: absolute;
  background: url(../img/catch_05_img.png);
  width: 219px;
  height: 223px;
  bottom: -80px;
  left: 2%;
}

@media screen and (max-width: 768px) {
  .catch__cont__answer.answer_02::after {
    background-size: 100%;
    background-repeat: no-repeat;
    width: 165px;
    height: 215px;
    top: -20px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}

@media screen and (max-width: 414px) {
  .catch__cont__answer.answer_02::after {
    font-size: 22px;
    top: 0;
  }
}

@media screen and (min-width: 1360px) {
  .catch__cont__answer.answer_02::after {
    left: 150px;
  }
}


.catch__cont__add {
}

.catch__cont__add02 {
  padding: 10px 0 50px 0;
  clear: both;
}

.caption_box {
  height: 140px;
  border: solid 2px #026abe;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  margin: 40px 0px;
  padding: 25px;
}


.caption_box .catch__caption{
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 20px;
  padding: 10px 20px;
  margin: 0;
  background-color: #026abe;
  color: #FFF;
  border-radius: 5px;
  transform: translateY(-50%) translateX(1em);
}

@media screen and (max-width: 768px) {
  .caption_box {
  height: 160px;
}
}
@media screen and (max-width: 414px) {
  .caption_box {
    height: 300px;
  }
}  

@media screen and (min-width: 1360px) {
  .caption_box {
    height: auto;
  }
}  
.catch__cont__answer__ttl03 {
  padding: 15px 10px 0 0;
}
.catch__cont__answer__txt03 {
  font-size: 16px;
  line-height: 2.2em;
  font-weight: normal;
}
.catch__cont__answer__txt03 span {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff100));
  background: -webkit-linear-gradient(transparent 60%, #fff100 60%);
  background: -o-linear-gradient(transparent 60%, #fff100 60%);
  background: linear-gradient(transparent 60%, #fff100 60%);
}

@media screen and (max-width: 768px) {
  .catch__cont__answer03.answer_03::after {
    background-image: none;
  }
}

@media screen and (max-width: 414px) {
  .catch__cont__answer03.answer_03::after {
    font-size: 22px;
    top: 0;
    background-image: none;
  }
}

@media screen and (min-width: 1360px) {
  .catch__cont__answer03.answer_03::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 126px;
    bottom: 12px;
    right: 4%;
  }
}

@media screen and (max-width: 768px) {
  .catch__cont__answer03.answer_04::after {
    background-image: none;
  }
}

@media screen and (max-width: 414px) {
  .catch__cont__answer03.answer_04::after {
    font-size: 22px;
    top: 0;
    background-image: none;
  }
}

@media screen and (min-width: 1360px) {
  .catch__cont__answer03.answer_04::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 111px;
    bottom: 30px;
    right: 4%;
  }
}

@media screen and (max-width: 768px) {
  .catch__cont__answer03.answer_05::after {
    background-image: none;
  }
}

@media screen and (max-width: 414px) {
  .catch__cont__answer03.answer_05::after {
    font-size: 22px;
    top: 0;
    background-image: none;
  }
}

@media screen and (min-width: 1360px) {
  .catch__cont__answer03.answer_05::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 119px;
    bottom: 12px;
    right: 4%;
  }
}
.catch__cont__answer__ttl03 {
  font-size: 26px;
  color: #026abe;
  text-align: left;
  line-height: 1.6em;
  margin-bottom: 10px;
}

@media screen and (max-width: 414px) {
  .catch__cont__answer__ttl03 {
    font-size: 26px;
  }
}


.catch__cont__answer__ttl {
  font-size: 30px;
  color: #026abe;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 10px;
}

@media screen and (max-width: 414px) {
  .catch__cont__answer__ttl {
    font-size: 26px;
  }
}

.catch__cont__answer__txt {
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
}

@media screen and (max-width: 414px) {
  .catch__cont__answer__txt {
    font-size: 16px;
  }
}

.bnr_area {
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .bnr_area {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.feature {
  position: relative;
  z-index: 1;
  background: url(../img/feature_bg.png) no-repeat;
  padding: 40px 0;
  background-size: 100% 100%;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .feature {
    background-size: cover;
  }
}

.feature__cont {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .feature__cont {
    width: 92%;
    padding-right: 4%;
    padding-left: 4%;
  }
}

.feature__cont__ttl {
  font-size: 30px;
  color: #026abe;
  color: #fff;
  margin-bottom: 50px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .feature__cont__ttl {
    font-size: 30px;
  }
}

@media screen and (max-width: 414px) {
  .feature__cont__ttl {
    font-size: 27px;
  }
}

/* @media screen and (max-width: 414px) {
  .feature__cont__ttl {
    margin-top: 50px;
    margin-bottom: 150px;
  }
} */

.feature__cont__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 414px) {
  .feature__cont__box {
    display: block;
  }
}

.feature__cont__box__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .feature__cont__box__item {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .feature__cont__box__item {
    width: 100%;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 414px) {
  .feature__cont__box__item {
    margin-right: 0;
  }
}

.feature__cont__box__item figure {
  width: 15%;
  margin-right: 3%;
}
@media screen and (max-width: 960px) {
  .feature__cont__box__item figure {
    width: 30%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .feature__cont__box__item figure {
    margin-bottom: 15px;
  }
}

/* .feature__cont__box__item:nth-child(3) {
  margin-right: 0;
} */

.feature__cont__box__item__txt {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

@media screen and (max-width: 960px) {
  .feature__cont__box__item__txt {
    width: 100%;
    font-size: 16px;
    flex-direction: column;
  }
}

.feature__cont__box__item__txt__inr {
  width: calc(100% - 127px);
}
@media screen and (max-width: 768px) {
  .feature__cont__box__item__txt__inr {
    width: 100%;
  }
}

.feature__cont__box__item__txt::before {
  content: "";
  display: block;
  width: 87px;
  height: 97px;
}
@media screen and (max-width: 960px) {
  .feature__cont__box__item__txt::before {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .feature__cont__box__item__txt::before {
    width: 67px;
    height: 75px;
    background-size: 67px 75px !important;
    display: none;
  }
}

.feature__cont__box__item:first-of-type .feature__cont__box__item__txt::before {
  background: url(../img/ico_1.png) no-repeat;
}

.feature__cont__box__item:nth-of-type(2) .feature__cont__box__item__txt::before {
  background: url(../img/ico_2.png) no-repeat;
}

.feature__cont__box__item:nth-of-type(3) .feature__cont__box__item__txt::before {
  background: url(../img/ico_3.png) no-repeat;
}

.feature__cont__box__item:nth-of-type(4) .feature__cont__box__item__txt::before {
  background: url(../img/ico_4.png) no-repeat;
}

.feature__cont__box__item__txt h3 {
  color: #fff;
  font-size: 24.4px;
  line-height: 2.0em;
}
@media screen and (max-width: 768px) {
  .feature__cont__box__item__txt h3 {
    font-size: 18px;
  }
}

.feature__cont__box__item__txt p {
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .feature__cont__box__item__txt p {
    font-size: 16px;
  }
}

.feature__cont__box__item__txt span {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .feature__cont__box__item__txt span {
    font-size: 22px;
  }
}

@media screen and (max-width: 414px) {
  .feature__cont__box__item__txt span {
    margin-bottom: 16px;
  }
}

/* .feature__cont__box__item__txt::after {
  content: "";
  position: absolute;
  width: 87px;
  height: 97px;
  top: -130px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
} */

/* .feature__cont__box__item__txt.num_01::after {
  background: url(../img/ico_1.png) no-repeat;
} */

/* @media screen and (max-width: 414px) {
  .feature__cont__box__item__txt.num_01::after {
    background-size: 100%;
    width: 66px;
    height: 74px;
    top: -96px;
  }
} */

/* .feature__cont__box__item__txt.num_02::after {
  background: url(../img/ico_2.png) no-repeat;
}

@media screen and (max-width: 414px) {
  .feature__cont__box__item__txt.num_02::after {
    background-size: 100%;
    width: 66px;
    height: 74px;
    top: -96px;
  }
}

.feature__cont__box__item__txt.num_03::after {
  background: url(../img/ico_3.png) no-repeat;
}

@media screen and (max-width: 414px) {
  .feature__cont__box__item__txt.num_03::after {
    background-size: 100%;
    width: 66px;
    height: 74px;
    top: -96px;
  }
} */

.case {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  width: 90%;
  max-width: 1160px;
}

@media screen and (max-width: 768px) {
  .case {
    width: 92%;
    padding-right: 4%;
    padding-left: 4%;
  }
}

@media screen and (max-width: 768px) {
  .case {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 414px) {
  .case {
    margin-top: 20px;
  }
}

.case__ttl {
  font-size: 30px;
  color: #2f6087;
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .case__ttl {
    font-size: 30px;
  }
}

@media screen and (max-width: 414px) {
  .case__ttl {
    font-size: 27px;
  }
}

.case__cont {
  border: solid 2px #026abe;
  padding: 5px 10px 20px 20px;
  border-radius: 10px;
  margin-bottom: 50px;
}

.case__cont__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #026abe;
  padding: 6px 0 10px;
}

@media screen and (max-width: 414px) {
  .case__cont__ttl {
    display: block;
  }
}

.case__cont__ttl figure {
  padding: 10px 30px 10px 30px;
  border-right: solid 1px #026abe;
  margin-right: 40px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .case__cont__ttl figure {
    margin-right: 20px;
    padding: 10px 24px 10px 24px;
  }
}

@media screen and (max-width: 414px) {
  .case__cont__ttl figure {
    border-right: none;
    margin-right: 0;
    margin-bottom: 6px;
  }
}

.case__cont__ttl figure img {
  width: 114px;
  max-height: 60px;
}

@media screen and (max-width: 768px) {
  .case__cont__ttl figure img {
    max-height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .case__cont__ttl figure img {
    text-align: center;
    margin: 0 auto;
  }
}

.case__cont__ttl h3 {
  font-size: 23px;
  color: #026abe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .case__cont__ttl h3 {
    font-size: 22px;
    line-height: 1.35em;
  }
}

@media screen and (max-width: 414px) {
  .case__cont__ttl h3 {
    font-size: 20px;
    text-align: center;
  }
}

.case__cont__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  border-bottom: solid 1px #026abe;
  margin-bottom: 20px;
}

@media screen and (max-width: 414px) {
  .case__cont__list {
    display: block;
  }
}

.case__cont__list__item {
  font-size: 14px;
  letter-spacing: 0.03em;
  background-color: #2f6087;
  border-radius: 14px;
  color: #fff;
  padding: 2px 10px;
  margin-right: 14px;
}

@media screen and (max-width: 768px) {
  .case__cont__list__item {
    font-size: 13px;
    margin-right: 4px;
  }
}

@media screen and (max-width: 414px) {
  .case__cont__list__item {
    text-align: center;
    margin: 4px 0;
  }
}

.case__cont__list__item.ttl {
  margin-right: 30px;
  color: #333;
  background-color: transparent;
}

@media screen and (max-width: 414px) {
  .case__cont__list__item.ttl {
    margin-right: 0;
  }
}

.case__cont__answer__ttl {
  font-size: 18px;
  color: #2f6087;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .case__cont__answer__ttl {
    font-size: 21px;
  }
}

@media screen and (max-width: 414px) {
  .case__cont__answer__ttl {
    font-size: 19px;
    line-height: 1.35em;
  }
}

.case__cont__answer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .case__cont__answer__box {
    display: block;
  }
}

.case__cont__answer__box__l {
  width: 40%;
  margin-right: 10%;
  position: relative;
  font-size: 14px;
  line-height: 2.0em;
}

@media screen and (max-width: 768px) {
  .case__cont__answer__box__l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 70px;
  }
}

.case__cont__answer__box__l::after {
  content: "";
  position: absolute;
  background: url(../img/arw02_g.png) top center/contain no-repeat;
  width: 40px;
  height: 80%;
  top: 30px;
  left: 105%;
}

@media screen and (max-width: 768px) {
  .case__cont__answer__box__l::after {
    background: url(../img/arw_g.png) top center/contain no-repeat;
    width: 107px;
    height: 80%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 120px;
    left: 50%;
  }
}

@media screen and (max-width: 414px) {
  .case__cont__answer__box__l::after {
    top: auto;
  }
}

.case__cont__answer__box__l__item.ttl {
  color: #026abe;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 6px;
}

.case__cont__answer__box__l__item.number {
  margin-bottom: 10px;
  line-height: 1.5em;
  text-indent: -1em;
  margin-left: 1em;
}

.case__cont__answer__box__l__item.number::before {
  content: "①";
  color: #026abe;
  font-weight: 600;
}

.case__cont__answer__box__l__item.number02 {
  margin-bottom: 10px;
  line-height: 1.5em;
  text-indent: -1em;
  margin-left: 1em;
}

.case__cont__answer__box__l__item.number02::before {
  content: "②";
  color: #026abe;
  font-weight: 600;
}

.case__cont__answer__box__r {
  width: 40%;
  font-size: 14px;
  line-height: 2.0em;
}

@media screen and (max-width: 768px) {
  .case__cont__answer__box__r {
    width: 100%;
  }
}

.case__cont__answer__box__r__item.ttl {
  color: #026abe;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 6px;
}

.case__cont__answer__box__r__item.number {
  margin-bottom: 10px;
  line-height: 1.5em;
  text-indent: -1em;
  margin-left: 1em;
}

.case__cont__answer__box__r__item.number::before {
  content: "①";
  color: #026abe;
  font-weight: 600;
}

.case__cont__answer__box__r__item.number02 {
  margin-bottom: 10px;
  line-height: 1.5em;
  text-indent: -1em;
  margin-left: 1em;
}

.case__cont__answer__box__r__item.number02::before {
  content: "②";
  color: #026abe;
  font-weight: 600;
}

.function {
  background: url(../img/function_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 20vh 0;
}

@media screen and (max-width: 768px) {
  .function {
    padding: 16vh 0 30vh;
    background-size: cover;
    margin-top: -80px;
  }
}

@media screen and (max-width: 414px) {
  .function {
    padding: 16vh 0 3vh;
    background-size: cover;
    margin-top: -48px;
  }
}

.function__cont {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .function__cont {
    width: 92%;
    padding-right: 4%;
    padding-left: 4%;
  }
}

.function__cont__ttl {
  font-size: 30px;
  color: #2f6087;
  text-align: center;
  color: #fff;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .function__cont__ttl {
    font-size: 30px;
  }
}

@media screen and (max-width: 414px) {
  .function__cont__ttl {
    font-size: 27px;
  }
}

.function__cont__modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  width: 100%;
  margin: 0 auto 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

@media screen and (max-width: 768px) {
  .function__cont__modal {
    width: 100%;
  }
}

@media screen and (min-width: 1360px) {
  .function__cont__modal {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.function__cont__modal__area {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .function__cont__modal__area {
    width: 100%;
  }
}

.function__cont__modal__area__box {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.function__cont__modal__area__box__item {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 14px;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .function__cont__modal__area__box__item {
    width: 44%;
    height: 200px;
    padding: 1% 1%;
    margin: 0  2%;
  }
}

@media screen and (max-width: 414px) {
  .function__cont__modal__area__box__item {
    width: 40%;
    padding: 3% 3%;
    height: 140px;
  }
}

.function__cont__modal__area__box__item::before {
  content: "";
  position: absolute;
  background: url(../img/modal_ico.png) no-repeat;
  background-size: 100%;
  width: 36px;
  height: 36px;
  bottom: 10px;
  right: 10px;
  pointer-events: none;
}

@media screen and (max-width: 414px) {
  .function__cont__modal__area__box__item::before {
    width: 26px;
    height: 26px;
  }
}

.function__cont__modal__area__box__item:nth-child(2) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .function__cont__modal__area__box__item:nth-child(2) {
    margin: 0 2%;
  }
}

@media screen and (max-width: 768px) {
  .function__cont__modal__area__box__item {
    width: 100%;
    height: 200px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 414px) {
  .function__cont__modal__area__box__item {
    height: 140px;
  }
}

.function__cont__modal__area__box__item a {
  display: block;
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .function__cont__modal__area__box__item a {
    width: auto;
  }
}

@media screen and (max-width: 414px) {
  .function__cont__modal__area__box__item a {
    height: 140px;
  }
  .function__cont__modal__area__box__item a:focus {
    border: none;
    outline: none;
  }
}

.function__cont__modal__area__box__item.large {
  width: 435px;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .function__cont__modal__area__box__item.large {
    width: 94%;
  }
}

@media screen and (max-width: 768px) {
  .function__cont__modal__area__box__item.large {
    width: 90%;
  }
}

.function__cont__modal__area__box__item.large a {
  width: 435px;
}

@media screen and (max-width: 768px) {
  .function__cont__modal__area__box__item.large a {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .function__cont__modal__area__box__item.large a figure img {
    width: 100%;
  }
}

.function__cont__modal__area__box__ttl {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
  width: 455px;
}

@media screen and (max-width: 768px) {
  .function__cont__modal__area__box__ttl {
    width: 98%;
    margin-left: 2%;
  }
}

@media screen and (max-width: 414px) {
  .function__cont__modal__area__box__ttl {
    font-size: 21px;
  }
}
.function__float{
  float: left;
}
.function__clear{
  clear: left;
}
.function__cont__modal__area__box__ttl02 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
  width: 225px;
}

@media screen and (max-width: 768px) {
  .function__cont__modal__area__box__ttl02 {
    width: 98%;
    margin-left: 2%;
  }
}

@media screen and (max-width: 414px) {
  .function__cont__modal__area__box__ttl02 {
    font-size: 21px;
  }
}

.function__cont__modal__area__box__txt {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  width: 455px;
}

@media screen and (max-width: 768px) {
  .function__cont__modal__area__box__txt {
    width: 100%;
    margin-left: 2%;
  }
}

@media screen and (max-width: 414px) {
  .function__cont__modal__area__box__txt {
    font-size: 16px;
  }
  .function__cont__modal__area__box__txt br {
    display: none;
  }
}
.function__cont__modal__area__box__txt02 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  width: 225px;
}
.function__float{
margin-right:10px;
float: left;
}
.function__float02{
  margin-right:10px;
  float: left;
  }
.function__clear{
clear: both;
}
@media screen and (max-width: 768px) {
  .function__cont__modal__area__box__txt02 {
    width: 100%;
    margin-left: 2%;
  }
  .function__float{
    margin-right:10px;
    width: 270px;
    float: left;
    }
  .function__clear{
    clear: both;
    }
  .function__float02{
    text-align: left;
    width: 270px;
    float: right;
    }
  .function__clear{
    clear: both;
    }
}

@media screen and (max-width: 414px) {
  .function__cont__modal__area__box__txt02 {
    font-size: 16px;
  }
  .function__cont__modal__area__box__txt02 br {
    display: none;
  }
  .function__float{
    width: 45%;
    margin-right:10px;
    float: left;
    }
  .function__float02{
      text-align: left;
      width: 45%;
      float: right;
      }
  .function__clear{
    clear: both;
    }
}

@media screen and (max-width: 768px) {
  .support {
    margin-top: -166px;
  }
}

.support__ttl {
  font-size: 35px;
  color: #2f6087;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .support__ttl {
    font-size: 30px;
  }
}

@media screen and (max-width: 414px) {
  .support__ttl {
    font-size: 27px;
  }
}

@media screen and (max-width: 768px) {
  .support__ttl {
    padding: 0 4%;
  }
}

.support__catch {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 1.6em;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .support__catch {
    padding: 0 4%;
  }
}

@media screen and (max-width: 414px) {
  .support__catch {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .support__catch br {
    display: none;
  }
}

.support__txt {
  font-size: 18px;
  text-align: center;
  line-height: 1.6em;
  width: 920px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 768px) {
  .support__txt {
    width: 92%;
    padding: 0 4%;
  }
}

@media screen and (max-width: 414px) {
  .support__txt {
    font-size: 16px;
  }
}

.support figure {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .support figure {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .support figure img {
    width: 70%;
    max-width: 280px;
  }
}

@media screen and (max-width: 414px) {
  .support figure img {
    width: 60%;
  }
}

.support__consult {
}

@media screen and (max-width: 768px) {
  .support__consult {
  }
}

@media screen and (max-width: 768px) {
  .support__consult {
  }
}

.support__consult__ttl {
  font-size: 29px;
  background-color: #96c6f9;
  display: block;
  color: #fff;
  padding: 1.1em 0;
  text-align: center;
  font-weight: nomal;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .support__consult__ttl {
    font-size: 25px;
  }
}

@media screen and (max-width: 414px) {
  .support__consult__ttl {
    font-size: 21px;
    margin-bottom: 40px;
  }
}

.support__consult__txt {
  font-size: 29px;
  color: #2f6087;
  text-align: center;
  font-weight: 600;
  margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
  .support__consult__txt {
    font-size: 25px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 414px) {
  .support__consult__txt {
    font-size: 21px;
    line-height: 1.35em;
    padding: 0 5%;
  }
}

.support__consult__tel {
  text-align: center;
  margin-bottom: 38px;
}

.support__consult__tel a {
  font-size: 29px;
  color: #2f6087;
  text-align: center;
  font-style: normal;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .support__consult__tel a {
    font-size: 25px;
  }
}

.support__consult__tel a[href^="tel:"] {
  pointer-events: none;
}

.support__consult__tel span {
  font-style: normal;
}

.support__consult__btn a {
  padding: 0px;
  background-color: #ed9100;
  background-image: url(../img/new_contact_arrow.png);
  background-repeat: no-repeat;
  background-position-x: 60px;
  background-position-y: center;
  margin: auto;
  text-align: center;
  -webkit-border-radius: 265px;
  -moz-border-radius: 265px;
  -ms-border-radius: 265px;
  border-radius: 265px;
  display: block;
  width: 530px;
  height: 90px;
}

.support__consult__btn a:hover {
  background-color: #ffc56f;
}

@media screen and (max-width: 768px) {
  .support__consult__btn a {
    width: 94%;
    background-image: none;
    max-width: 500px;
  }
}

.support__consult__btn a h4 {
  font-size: 1.7em;
  padding-top: 15px;
  padding-left: 10px;
  padding-bottom: 10px;
  color: #fff;
}

@media screen and (max-width: 414px) {
  .support__consult__btn a h4 {
    font-size: 1.4em;
  }
}

.support__consult__btn a p {
  font-size: 0.95em;
  line-height: 1.25em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 414px) {
  .support__consult__btn a p {
    font-size: 0.9em;
    line-height: 1.2em;
  }
}

.form {
  background-color: #fafafa;
  padding-top: 140px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .form {
    padding-top: 100px;
  }
}

@media screen and (max-width: 414px) {
  .form {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

.form .contents_inside h2 {
  font-size: 2.65em;
  font-weight: 200;
  line-height: 1.55em;
  padding-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .form .contents_inside h2 {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 414px) {
  .form .contents_inside h2 {
    font-size: 2em;
  }
}

.form .contents_inside p {
  text-align: center;
}

.form .contents_inside .contact-form {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .form .contents_inside .contact-form {
    width: 100%;
    overflow-x: hidden;
  }
}

/* モーダル内フォント調整 */
.modaal-inline figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .modaal-inline figure {
    display: block;
    text-align: center;
  }
}

.modaal-inline figure img {
  width: 100%;
  max-width: 500px;
}

@media screen and (max-width: 768px) {
  .modaal-inline figure img {
    width: 60%;
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .modaal-inline figure.large img {
    width: 100%;
    height: auto;
  }
}

.modal_pop__txt_area__ttl {
  font-size: 26px;
  color: #2f6087;
  margin-bottom: 1em;
  line-height: 1.4em;
}

@media screen and (max-width: 768px) {
  .modal_pop__txt_area__ttl {
    font-size: 22px;
    margin-bottom: 0.8em;
  }
}

@media screen and (max-width: 414px) {
  .modal_pop__txt_area__ttl {
    font-size: 19px;
    margin-bottom: 0.6em;
  }
}

.modal_pop__txt_area__txt {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.4em;
}

@media screen and (max-width: 768px) {
  .modal_pop__txt_area__txt {
    font-size: 15px;
  }
}

@media screen and (max-width: 414px) {
  .modal_pop__txt_area__txt {
    font-size: 14px;
  }
}

.modal_pop__txt_area__list__item {
  list-style-type: disc;
  text-indent: 1em;
  margin-left: 1em;
}

.modal_pop__txt_area__list__item span {
  font-weight: bold;
}

#wrapper {
  width: 77%;
}

@media screen and (max-width: 768px) {
  #wrapper {
    width: 100%;
  }
}

#wrapper .page_top {
  bottom: 20px;
  right: 5px;
}

#wrapper .plan--2col__form {
  background: #fff;
  width: 23%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  overflow: auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 768px) {
  #wrapper .plan--2col__form {
    width: 100%;
    position: relative;
    padding-bottom: 60px;
  }
}

#wrapper .plan--2col__form h2 {
  background: #2f6087;
  color: #fff;
  text-align: center;
  padding: 8px 5px;
  font-size: 1.0em;
  margin-bottom: 15px;
}

#wrapper .plan--2col__form .form__inr {
  width: 100%;
  padding: 0px 0px 0px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper .plan--2col__form .form__inr p {
  text-align: center;
  font-size: 14px;
}

#wrapper .plan--2col__form .form__inr a {
  display: block;
  background: #78a014;
  color: #FFF;
  border-radius: 300px;
  text-align: center;
  width: 85%;
  margin: 0px 15px;
  padding: 0.7em 1em !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

#fixed_link {
  width: 77%;
}

.sp_show {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_show {
    display: none;
  }
  .sp_show {
    display: block;
  }
}

.flow__add {
  max-width: 1366px;
  padding:20px 10px 100px 0;
  width: 100%;
  margin: 0 auto;
  width: 90%;
  max-width: 1160px;
}

@media screen and (max-width: 768px) {
  .flow__add {
    width: 92%;
    padding-right: 4%;
    padding-left: 4%;
  }
}

@media screen and (max-width: 768px) {
  .flow__add {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 414px) {
  .flow__add {
    margin-top: 20px;
  }
}

.flow__add__ttl {
  font-size: 30px;
  color: #2f6087;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .flow__add__ttl {
    font-size: 30px;
  }
}

@media screen and (max-width: 414px) {
  .flow__add__ttl {
    font-size: 27px;
  }
}

.flow__add__box{
  clear:both;
}

.flow__add__image{
  width: 65%;
  float: left;
}
.flow__add__image img{
  width: 95%;
  float: left;
}


@media screen and (max-width: 768px) {
.flow__add__image{
  width: 100%;
}
.flow__add__image img{
    width: 100%;
}
  
.flow__add__txt{
  width: 100%;
}
}

@media screen and (max-width: 414px) {
.flow__add__image{
    width: 100%;
}
.flow__add__image img{
    width: 100%;
}
.flow__add__txt{
  width: 100%;
}
}