@charset "UTF-8";
/*==============================================================================================

    common css

    ※※※※※ブラウザ対応※※※※※

    safari:9以上
    chrome:63以上
    firefox:43以上
    opera:43以上
    edge:12以上
    IE:10以上


    ※※※※※ベンダープレフィックスを付けるプロパティ※※※※※

    -moz-transform
    -webkit-transform
    transform

    -moz-transition
    -webkit-transition
    transition
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -moz-animation
    -webkit-animation
    animation

    display: -webkit-flex;
    display: flex;
    

==============================================================================================*/

/*==============================================================================================

	body要素

==============================================================================================*/

body {
  position: relative;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}

/*==========================================================
==========================================================*/

.contents_contain {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

.btn {
  position: relative;
  background: #7e2400;
}

.btn span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  background: #d83f1f;
  background: -moz-linear-gradient(top, #d83f1f 0%, #d83f1f 50%, #c02400 50%, #c02400 100%);
  background: -webkit-linear-gradient(top, #d83f1f 0%, #d83f1f 50%, #c02400 50%, #c02400 100%);
  background: linear-gradient(to bottom, #d83f1f 0%, #d83f1f 50%, #c02400 50%, #c02400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d83f1f', endColorstr='#c02400', GradientType=0);
}

.btn:hover span {
  width: 100%;
  height: 100%;
}

.sec_title {
  font-size: 30px;
  color: #0f3250;
  letter-spacing: 3px;
  font-weight: bold;
  text-align: center;
}


.sec_title p {
  display: inline-block;
  background: #d83f1f;
  color: #FFFFFF;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 20px;
}

.sec_title span {
  font-size: 50px;
}

.title_border::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #0f3250;
  margin: 20px auto;
}

.spb {
  display: none;
}

.download_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 20px 60px;
}

.download_btn .btn {
  width: 100%;
  max-width: 464px;
  height: 80px;
}

@media screen and (max-width: 980px) {
  .sec_title {
    font-size: 26px;
  }

  .btn span {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .sec_title {
    font-size: 20px;
  }

  .btn span {
    font-size: 16px;
  }

  .pcb {
    display: none;
  }

  .spb {
    display: block;
  }

  .download_btn {
    padding: 30px 20px 40px;
  }

  .download_btn .btn {
    height: 60px;
  }
}

/*==============================================================================================

	header要素

==============================================================================================*/
header {
  background: #ffffff;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  padding: 10px 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

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

.head_jpx {
  width: 70px;
  margin-right: 30px;
}

.head_logo {
  width: 134px;
}

header .btn {
  width: 263px;
  height: 80px;
}

@media screen and (max-width: 980px) {
  .head_jpx {
    width: 60px;
    margin-right: 20px;
  }

  .head_logo {
    width: 120px;
  }

  header .btn {
    width: 220px;
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .head_jpx {
    width: 40px;
    margin-right: 10px;
  }

  .head_logo {
    width: 100px;
  }

  header .btn {
    width: 180px;
    height: 50px;
  }
}

/*==============================================================================================

	main要素

==============================================================================================*/
#main_sec {
  background: url(../img/main_bg.png) center center;
  background-size: cover;
  position: relative;
}

#main_sec::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: .9;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,0054a3+3,0054a3+50,e83828+50,e83828+100 */
  background: #1e5799;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1e5799 0%, #0054a3 3%, #0054a3 50%, #e83828 50%, #e83828 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1e5799 0%, #0054a3 3%, #0054a3 50%, #e83828 50%, #e83828 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1e5799 0%, #0054a3 3%, #0054a3 50%, #e83828 50%, #e83828 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#e83828', GradientType=1);
  /* IE6-9 */

}

#main_sec::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../img/main_effect.png) center center;
  background-size: cover;
}

.main_contain {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px 40px;
  position: relative;
  z-index: 3;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main_contain h1 {
  width: calc(100% - 430px);
}

.main_left,
.main_right {
  width: 200px;
}

.main_left img:nth-child(1) {
  margin-bottom: 20px;
  position: relative;
  left: -14%;
}

.main_right img:nth-child(1) {
  margin-bottom: 20px;
  position: relative;
  right: -10%;
}


.main_comment {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 60px;
  background: #040000;
  color: #FFFFFF;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 980px) {
  .main_contain h1 {
    width: calc(100% - 320px);
    max-width: 460px;
  }

  .main_left,
  .main_right {
    width: 160px;
  }

  .main_comment {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .main_contain {
    padding: 240px 20px 40px;
    max-width: 500px;
  }

  .main_contain h1 {
    width: 360px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }

  .main_left,
  .main_right {
    width: 50%;
    padding: 10px;
  }

  .main_left img:nth-child(1) {
    margin-bottom: 40px;
    position: relative;
    left: -30%;
  }

  .main_right img:nth-child(1) {
    margin-bottom: 40px;
    position: relative;
    right: -24%;
  }


  .main_comment {
    position: absolute;
    bottom: 32%;
    left: 50%;
    z-index: 4;
    width: 120%;
    height: 40px;
    font-size: 26px;
    transform: translateX(-50%) rotate(-2deg);
  }
}


/*==============================================================================================

	worry要素

==============================================================================================*/
#worry_sec {
  padding: 60px 0;
}

.worry_title {
  font-size: 34px;
  color: #0f3250;
  letter-spacing: 3px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.worry_text {
  font-size: 20px;
  text-align: center;
}

.worry_wrap {
  padding-top: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.worry_wrap>div {
  width: calc(50% - 15px);
  border: 1px solid #333;
}

.worry_client {
  width: 100%;
  height: 60px;
  color: #FFFFFF;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
  background: #0b59bb;
}

.worry_wrap>div img {
  width: 100%;
  max-width: 200px;
  margin: 20px auto 0;
}

.worry_wrap p {
  padding: 20px;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}



@media screen and (max-width: 768px) {
  #worry_sec {
    padding: 40px 0;
  }

  .worry_title {
    font-size: 20px;
  }


  .worry_text {
    font-size: 14px;
  }

  .worry_wrap {
    padding-top: 20px;
    display: block;
  }

  .worry_wrap>div {
    width: 100%;
  }

  .worry_wrap>div+div {
    margin-top: 20px;
  }

  .worry_client {
    height: 50px;
    font-size: 18px;
  }

  .worry_wrap p {
    font-size: 20px;
  }
}

/*==============================================================================================

	influence要素

==============================================================================================*/
#influence_sec {
  padding: 60px 0;
}

.influence_title {
  font-size: 34px;
  color: #0f3250;
  letter-spacing: 3px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.stand_tips {
  font-size: 28px;
  color: #0f3250;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.stand_tips:after {
  content: '';
  display: block;
  width: 300px;
  height: 2px;
  background: #0f3250;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

#influence_sec p {
  font-size: 20px;
  text-align: center;
}

.stand {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.stand>div {
  width: 50%;
  padding: 10px;
}

.stand-title {
  padding: 5px 0;
  background: #0f3250;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.influence_push {
  font-size: 26px;
  text-align: center;
}

.influence_push:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 200px 0 200px;
  border-color: #0f3250 transparent transparent transparent;
  margin: 30px auto;

}

.influence_push .push_text {
  color: #d83f1f;
  font-size: 52px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #influence_sec {
    padding: 40px 0;
  }

  .influence_title {
    font-size: 20px;
  }

  .stand_tips {
    font-size: 18px;
  }

  .stand_tips:after {
    content: '';
    display: block;
    width: 200px;
    height: 2px;
    background: #0f3250;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }

  #influence_sec p {
    font-size: 14px;
  }

  .stand {
    display: block;
  }

  .stand>div {
    width: 100%;
    padding: 10px;
  }

  .stand-title {
    font-size: 14px;
  }

  .influence_push {
    font-size: 20px;
    text-align: center;
  }

  .influence_push:before {
    border-width: 60px 150px 0 150px;
    margin: 30px auto;
  }

  .influence_push .push_text {
    color: #d83f1f;
    font-size: 32px;
    font-weight: bold;
  }
}


/*==============================================================================================

	plan要素

==============================================================================================*/
#plan_sec {
  padding: 30px 0;
}

.plan_title {
  background: url(../img/main_bg.png) center center;
  background-size: cover;
  position: relative;
}

.plan_title:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: .9;
  background: #1e5799;
  background: -moz-linear-gradient(left, #1e5799 0%, #0054a3 3%, #0054a3 50%, #e83828 50%, #e83828 100%);
  background: -webkit-linear-gradient(left, #1e5799 0%, #0054a3 3%, #0054a3 50%, #e83828 50%, #e83828 100%);
  background: linear-gradient(to right, #1e5799 0%, #0054a3 3%, #0054a3 50%, #e83828 50%, #e83828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#e83828', GradientType=1);
}

.plan_title:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../img/main_effect.png) center center;
  background-size: cover;
}

.plan_title p {
  position: relative;
  z-index: 3;
  padding: 30px 20px;
  font-size: 34px;
  color: #ffffff;
  letter-spacing: 3px;
  font-weight: bold;
  text-align: center;
}

.plan_name {
  margin: 20px 0;
  position: relative;
  background-image: linear-gradient(0deg, #d83f1f 30%, rgba(255, 255, 255, 0) 30%);
}

.name_light {
  background-image: linear-gradient(0deg, #184c8b 30%, rgba(255, 255, 255, 0) 30%);
}

.plan_name p {
  font-size: 46px;
  font-weight: bold;
  color: #0f3250;
  position: absolute;
  top: calc(50% + 10px);
  left: 20px;
  transform: translateY(-50%);
  text-shadow: -1px -1px 0 #FFF, -1px 0 0 #FFF, -1px 1px 0 #FFF,
    0 -1px 0 #FFF, 0 1px 0 #FFF,
    1px -1px 0 #FFF, 1px 0 0 #FFF, 1px 1px 0 #FFF;
}

.plan_name img {
  width: 100px;
  margin-left: auto;
}

.name_light img {
  margin-right: 20px;
}

.plan_name+p {
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}


.plan_name+p span {
  display: block;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}


.plan_item {
  width: 100%;
  max-width: 820px;
  margin: 30px auto 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #0f3250;
}

.plan_item>div {
  width: calc(25% - 14px);
  margin-bottom: 20px;
  height: 190px;
  background: #ffffff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: 2px 2px 4px 1px rgba(131, 130, 130, 0.6);
  position: relative;
}

.plan_item>div::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 22px 0 0;
  border-color: #0f3250 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.plan_item span {
  display: block;
  padding-bottom: 10px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}

.plan_item span span {
  display: inline-block;
  color: #d83f1f;
}

.plan_item span span span {
  color: #d83f1f;
  font-size: 22px;
}

.plan_item>div:last-child span {
  padding-bottom: 0;
}

.plan_item img {
  width: 90px;
  margin: 0 auto;
}

.plan_light_wrap {
  background: #f5f7f7;
  padding: 30px 20px;
  margin-top: 30px;
}

.plan_light_wrap>p {
  text-align: center;
  letter-spacing: 2px;
  color: #0f3250;
  padding-top: 20px;
}

.plan_light_img {
  width: 100%;
  max-width: 820px;
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .plan_title {
    font-size: 25px;
  }

  .plan_wrap+.plan_wrap {
    margin-top: 40px;
  }

  .plan_name {
    font-size: 20px;
  }

  .plan_name p {
    font-size: 34px;
  }

  .plan_name+p {
    font-size: 16px;
  }


  .plan_item {
    width: 100%;
    max-width: 820px;
    margin: 30px auto 10px;
  }

  .plan_item>div {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    height: 160px;
  }



  .plan_item span span span {
    font-size: 20px;
  }

  .plan_item img {
    width: 76px;
  }


  .plan_item span {
    display: block;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .plan_item span span {
    display: inline-block;
    color: #d83f1f;
  }

  .plan_item span span span {
    color: #d83f1f;
    font-size: 22px;
  }

  .plan_item img {
    width: 90px;
    margin: 0 auto;
  }

  .plan_light_wrap {
    padding: 20px;
  }
}




















/*==============================================================================================

	cover要素

==============================================================================================*/
#cover_sec {
  padding: 30px 0;
}

.cover_title {
  background: #e83828;
  position: relative;
  margin-bottom: 30px;
}

.cover_title:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../img/main_effect.png) center center;
  background-size: cover;
}

.cover_title p {
  position: relative;
  z-index: 3;
  padding: 60px 20px;
  font-size: 34px;
  color: #ffffff;
  letter-spacing: 3px;
  font-weight: bold;
  text-align: center;
}

.cover_wrap .sec_title{
    color: #d83f1f;
}

.cover_wrap .sec_title:nth-child(n+2){
  margin-top: 60px;
}

.cover_img{
  margin-top: 30px;
}

.cover_text{
  font-size: 26px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #0f3250;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #cover_sec {
    padding: 20px 0;
  }

  .cover_title {
    font-size: 25px;
  }

  .cover_text{
    font-size: 20px;
  }
}

/*==============================================================================================

	belive要素

==============================================================================================*/
.belive_contain {
  width: 100%;
  max-width: 860px;
  padding: 0 20px;
  margin: 60px auto 0;
}

.belive_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 60px;
}

.belive_wrap>div {
  width: calc(100% - 300px);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 22px;
  letter-spacing: 2px;
  color: #0f3250;
}

.belive_wrap>div span {
  color: #d83f1f;
}

.belive_wrap>div span span {
  font-weight: bold;
  font-size: 42px;
}

.belive_wrap>div .belive_info {
  font-size: 14px;
  color: #0f3250;
  margin-left: 10px;
}

.belive_icon {
  width: 120px;
  margin-right: 20px;
}

.belive_jpx {
  width: 80px;
  margin-left: auto;
}

.belive_img {
  width: 280px;
}

@media screen and (max-width: 980px) {
  .belive_wrap {
    padding-bottom: 40px;
  }

  .belive_wrap>div {
    width: calc(100% - 260px);
    font-size: 20px;
  }

  .belive_wrap>div span span {
    font-size: 38px;
  }

  .belive_icon {
    width: 100px;
  }

  .belive_jpx {
    width: 60px;
  }

  .belive_img {
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .belive_wrap {
    display: block;
    padding-bottom: 40px;
  }

  .belive_wrap>div {
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .belive_wrap>div div {
    width: calc(100% - 100px);
  }

  .belive_wrap>div span span {
    font-size: 38px;
  }

  .belive_wrap>div .belive_info {
    font-size: 12px;
  }

  .belive_icon {
    width: 80px;
  }

  .belive_jpx {
    width: 60px;
    margin: 20px auto 0;
  }

  .belive_img {
    width: 280px;
    margin: 0 auto;
  }
}

/*==============================================================================================

	foot要素

==============================================================================================*/
.foot_btn {
  background: #0f3250;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 40px 20px 40px;
}

.foot_btn .btn {
  width: 100%;
  max-width: 464px;
  height: 80px;
}

footer {
  padding: 40px 0;
  text-align: center;
}

footer .contents_contain {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.foot_logo {
  width: 240px;
}

.foot_jpx {
  width: 86px;
}

.cpr {
  padding-top: 40px;
  letter-spacing: 3px;
}

@media screen and (max-width: 980px) {
  .foot_btn .btn {
    height: 70px;
  }

  footer {
    padding: 30px 0;
  }

  .foot_logo {
    width: 240px;
  }

  .foot_jpx {
    width: 72px;
  }
}

@media screen and (max-width: 768px) {
  .foot_btn {
    padding: 30px 20px;
  }

  .foot_btn .btn {
    height: 60px;
  }

  footer {
    padding: 20px 0;
    text-align: center;
  }

  footer .contents_contain {
    display: block;
  }

  .foot_logo {
    width: 240px;
    margin: 0 auto 30px;
  }

  .foot_jpx {
    width: 58px;
    margin: 0 auto;
  }

  .cpr {
    font-size: 10px;
    letter-spacing: 2px;
  }
}

/*==============================================================================================

	form要素

==============================================================================================*/
#main_form_sec {
  padding-top: 60px;
  padding: 60px 20px 0;
}

.main_form_contain {
  width: 100%;
  max-width: 1080px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 50px;
}

.form_main_img,
.main_form_contain>section {
  width: calc(70% - 20px);
  margin: 0 auto;
}

#main_form_sec .btn {
  width: 100%;
  max-width: 464px;
  height: 80px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  #main_form_sec {
    padding-top: 40px;
  }

  .main_form_contain {
    display: block;
    padding-top: 30px;
  }

  .form_main_img,
  .main_form_contain>section {
    width: 100%;
    margin-bottom: 30px;
  }

}

/*==============================================================================================

	youtube要素

==============================================================================================*/

#youtube {
  width: 80%;
  margin: 80px auto 100px;
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
}

iframe {
  width: 100%;
  height: 100%;
}



@media screen and (max-width: 768px) {
  #youtube {
    width: 100%;
    margin: 30px auto 50px;
    aspect-ratio: 5 / 4;
  }

}