@charset "UTF-8";

/*--------------------------------------
　MV
---------------------------------------*/
.mv {
  background: url("../img/mv_bg.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 1100px;
  padding: 120px 0 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.mv .mv_inner {
  max-width: 1100px;
  margin: auto;
  position: relative;
  z-index: 0;
}

.mv .mv_inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  background: url("../img/mv_img.png") left top no-repeat;
  background-size: 100% auto;
  width: 176px;
  height: 554px;
  z-index: -1;
}

.mv .mv_ttl_wrap {
  text-align: center;
}

.mv .sub {
  display: inline-block;
  background: #00a1ec;
  padding: 10px 20px;
  box-sizing: border-box;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  border-radius: 0 100px 100px 100px;
}

.mv .sub-mini {
  margin: 2rem auto;
  font-size: 23px;
  font-weight: bold;
  background: #ffff80;
  padding: 1rem 3rem;
  width: fit-content;
  border-radius: 0 100px 100px 100px;
}

.mv .logo {
  width: 710px;
  margin: 20px auto 0;
}

.mv .mv_ttl {
  margin: 20px auto 0;
  font-size: 42px;
}

.mv .mv_list {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}

.mv .mv_list li {
  width: calc(25% - 20px);
  box-sizing: border-box;
}

.mv .mv_list .icon {
  width: 96px;
  margin: auto;
}

.mv .mv_list .list_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1e468f;
  margin: -25px 0 0;
  padding: 30px 15px 15px;
  box-sizing: border-box;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 10px 10px 0 0;
}

.mv .mv_list .list_txt span {
  font-weight: bold;
}

.mv .mv_list .list_txt span.yl {
  color: #fff44d;
}

.mv .mv_list .list_txt span.fs50 {
  font-size: 50px;
}

.mv .mv_list .list_txt span.fs42 {
  font-size: 42px;
}

.mv .mv_list .list_txt span.fs28 {
  font-size: 28px;
}

.mv .mv_list .list_txt span.fs18 {
  font-size: 14px;
}

.mv .mv_list .txt_inner {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .mv {
    background: url("../img/mv_bg.jpg") center center no-repeat;
    background-size: cover;
    width: 100%;
    min-width: 100%;
    padding: 85px 15px 30px;
  }

  .mv .mv_inner {
    max-width: 100%;
  }

  .mv .mv_inner::after {
    top: -10px;
    right: -10px;
    background: url("../img/mv_img.png") left top no-repeat;
    background-size: 100% auto;
    width: 18%;
    height: 0;
    padding-top: calc(18%*554/176);
  }

  .mv .sub {
    padding: 5px 10px;
    font-size: 14px;
  }

  .mv .sub-mini {
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
    background: none;
    padding: 1rem 3rem;
  }

  .mv .logo {
    width: 80%;
    margin: 10px auto 0;
  }

  .mv .mv_ttl {
    margin: 10px auto 0;
    font-size: 14px;
  }

  .mv .mv_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 0;
  }

  .mv .mv_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #1e468f;
    width: calc(50% - 5px);
    margin: 0 0 10px;
    padding: 10px 10px 10px;
    border-radius: 5px;
  }

  .mv .mv_list li a {
    display: flex;
  }

  .mv .mv_list .icon {
    width: 30%;
    margin: 0;
  }

  .mv .mv_list .list_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    width: 70%;
    margin: 0 0 0;
    padding: 0 0 0;
    font-size: 2.2vw;
    line-height: inherit;
    border-radius: 0 0 0 0;
  }

  .mv .mv_list .list_txt span.yl {
    display: block;
    margin: 5px 0 0;
  }

  .mv .mv_list .list_txt span.fs50 {
    font-size: 8vw;
  }

  .mv .mv_list .list_txt span.fs42 {
    font-size: 5.5vw;
  }

  .mv .mv_list .list_txt span.fs28 {
    font-size: 4vw;
  }

  .mv .mv_list .list_txt span.fs18 {
    font-size: 1.4vw;
  }
}





/*--------------------------------------
　cv
---------------------------------------*/
.cv {
  background: #ffef00;
  width: 100%;
  min-width: 1100px;
  box-sizing: border-box;
  position: relative;
}

.cv p.menseki_mini {
  max-width: 1100px;
  margin: auto;
  padding: 5px;
  font-size: 11px;
}

.cv .cv_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: auto;
  box-sizing: border-box;
}

.cv .box_l {
  width: 540px;
  box-sizing: border-box;
}

.cv .box_r {
  width: 50%;
  box-sizing: border-box;
}

.cv .cv_txt {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.cv_btn a {
  background: #20b716;
  max-width: 100%;
  margin: 20px 0 0;
  padding: 20px 20px 20px 70px;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  border-radius: 8px;
  box-shadow: 0 5px 0 0 #185a13;
  position: relative;
}

.cv_btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translate(0, -50%);
  background: url("../img/icon_link_02.png") left top no-repeat;
  background-size: 100% auto;
  width: 64px;
  height: 64px;
}

.cv_btn span {
  font-size: 33px;
  font-weight: bold;
}

.cv .tel {
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
}

.cv .tel span {
  font-size: 30px;
  font-weight: bold;
}

.cv .tel a {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .cv {
    min-width: 100%;
    padding: 0 15px 30px;
  }

  .cv .cv_inner {
    display: block;
    max-width: 100%;
  }

  .cv .box_l {
    width: 100%;
  }

  .cv .img_box {
    display: none;

  }

  .cv .box_r {
    width: 100%;
  }

  .cv .cv_txt {
    width: 52%;
    margin: 0 0 0 auto;
    padding: 25px 0 15px;
    font-size: 15px;
    text-align: left;
    position: relative;
  }

  .cv .cv_txt::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 100%;
    background: url("../img/cv_img.png") left top no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 0;
    padding-top: calc(100%*330/540);
  }

  .cv_btn a {
    margin: 0 0 0;
    padding: 15px 15px 15px 21%;
    font-size: 3.3vw;
    border-radius: 4px;
    box-shadow: 0 5px 0 0 #843020;
  }

  .cv_btn a::before {
    left: 20px;
    background: url("../img/icon_link_02.png") left top no-repeat;
    background-size: contain;
    width: 13%;
    height: 0;
    padding-top: 18%;
  }

  .cv_btn span {
    font-size: 6vw;
  }

  .cv .tel {
    margin: 15px 0 0;
    font-size: 12px;
  }

  .cv .tel span {
    font-size: 23px;
  }

  .cv .tel span.teltxt {
    font-size: 18px;
  }

  .cv .tel a {
    background: #20b716;
    max-width: 100%;
    margin: 20px 0 0;
    padding: 15px 15px 15px 15px;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    border-radius: 4px;
    box-shadow: 0 5px 0 0 #185a13;
    position: relative;
    pointer-events: auto;
  }
}





/*--------------------------------------
　Title
---------------------------------------*/
.main_ttl01 .eng {
  display: inline-block;
  background: #1e468f;
  margin: 0 0 30px;
  padding: 10px 30px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 0 20px 20px 20px;
}

.main_ttl01 .m_ttl {
  font-size: 38px;
}

.main_ttl01 .m_ttl span {
  font-size: 46px;
}

@media screen and (max-width: 768px) {
  .main_ttl01 .eng {
    margin: 0 0 10px;
    padding: 8px 8px 5px;
    font-size: 13px;
    border-radius: 0 5px 5px 5px;
  }

  .main_ttl01 .m_ttl {
    font-size: 20px;
  }

  .main_ttl01 .m_ttl span {
    font-size: 22px;
  }
}




/*--------------------------------------
　txt
---------------------------------------*/
.txt {
  font-size: 16px;
  text-align: justify;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .txt {
    font-size: 14px;
  }
}




/*--------------------------------------
　table_parts
---------------------------------------*/
.table_parts table {
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #cfc9bc;
}

.table_parts table tr {
  width: 100%;
  box-sizing: border-box;
}

.table_parts thead th {
  background: #1e468f;
  color: #fff;
}

.table_parts table th {
  padding: 15px 15px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  border-left: 2px solid #cfc9bc;
  border-bottom: 2px solid #cfc9bc;
}

.table_parts table td {
  padding: 15px 15px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  border-left: 2px solid #cfc9bc;
  border-bottom: 2px solid #cfc9bc;
}

@media screen and (max-width: 768px) {
  .table_parts table {
    border: 1px solid #cfc9bc;
  }

  .table_parts table th {
    padding: 10px 10px;
    font-size: 13px;
    border-left: 1px solid #cfc9bc;
    border-bottom: 1px solid #cfc9bc;
  }

  .table_parts table td {
    padding: 10px 10px;
    font-size: 13px;
    border-left: 1px solid #cfc9bc;
    border-bottom: 1px solid #cfc9bc;
  }
}





/*--------------------------------------
　section
---------------------------------------*/
.sec {
  width: 100%;
  min-width: 1100px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}

.sec .inner {
  max-width: 1100px;
  margin: auto;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .sec {
    min-width: 100%;
  }

  .sec .inner {
    max-width: 100%;
  }
}





/*--------------------------------------
　sec01
---------------------------------------*/
.sec01 {
  background: #fff;
  padding: 50px 0 100px;
}

.sec01 .ttl_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec01 .m_ttl {
  width: calc(100% - 270px);
  font-size: 48px;
}

.sec01 .m_ttl span {
  font-size: 60px;
}

.sec01 .ttl_box .img_box {
  width: 270px;
  box-sizing: border-box;
}


.sec01_block01 {
  display: flex;
  justify-content: space-between;
  margin: -35px 0 0;
}

.sec01_block01 .item {
  background: #fff;
  width: calc(50% - 25px);
  box-sizing: border-box;
  border: 4px solid #1e468f;
  border-radius: 14px;
}

.sec01_block01 .ttl01 {
  background: #1e468f;
  padding: 20px 20px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.sec01_block01 .item_inner {
  padding: 35px 60px;
  box-sizing: border-box;
}

.sec01_block01 .list li {
  margin: 0 0 25px;
  padding: 0 0 0 24px;
  font-size: 24px;
  line-height: 1.4;
  position: relative;
}

.sec01_block01 .list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}

.sec01_block01 .list li:last-child {
  margin: 0 0 0;
}

.sec01_block01 .list li span {
  background: linear-gradient(transparent 80%, #ffef00 0%);
  padding: 0;
  font-weight: bold;
}


.sec01_block02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #dff3fc;
  margin: 50px 0 0;
  padding: 20px 60px 0;
  box-sizing: border-box;
}

.sec01_block02 .box_l {
  width: 410px;
  box-sizing: border-box;
}

.sec01_block02 .box_r {
  width: calc(100% - 410px);
  box-sizing: border-box;
}

.sec01_block02 .cc {
  font-size: 30px;
  text-align: center;
}

.sec01_block02 .logo {
  display: block;
  width: 390px;
  margin: 15px auto 15px;
}

.sec01_block02 .logo img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sec01 {
    padding: 40px 15px 50px;
  }

  .sec01 .m_ttl {
    width: 75%;
    font-size: 24px;
  }

  .sec01 .m_ttl span {
    font-size: 30px;
  }

  .sec01 .ttl_box .img_box {
    width: 25%;
    margin: -20px 0 0;
  }


  .sec01_block01 {
    display: block;
    margin: 20px 0 0;
  }

  .sec01_block01 .item {
    width: 100%;
    margin: 0 0 20px;
    border: 2px solid #1e468f;
    border-radius: 7px;
  }

  .sec01_block01 .item:last-child {
    margin: 0 0 0;
  }

  .sec01_block01 .ttl01 {
    padding: 15px 15px;
    font-size: 20px;
  }

  .sec01_block01 .item_inner {
    padding: 20px 20px;
  }

  .sec01_block01 .list li {
    margin: 0 0 15px;
    padding: 0 0 0 18px;
    font-size: 16px;
  }

  .sec01_block01 .list li span {
    padding: 0 0 2px;
  }


  .sec01_block02 {
    margin: 30px 0 0;
    padding: 10px 20px 0 0;
  }

  .sec01_block02 .box_l {
    width: 30%;
  }

  .sec01_block02 .box_r {
    width: 70%;
  }

  .sec01_block02 .cc {
    font-size: 3.5vw;
  }

  .sec01_block02 .logo {
    width: 85%;
    margin: 10px auto 10px;
  }
}





/*--------------------------------------
　sec02
---------------------------------------*/
.sec02 {
  background: #1e468f;
  padding: 60px 0 120px;
}

.sec02 .ttl_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec02 .m_ttl {
  width: calc(100% - 480px);
  color: #fff;
  font-size: 48px;
}

.sec02 .m_ttl span {
  font-size: 60px;
}

.sec02 .ttl_box .img_box {
  width: 480px;
  box-sizing: border-box;
}

.sec02_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.sec02_block .item {
  background: #fff;
  width: calc(50% - 20px);
  margin: 0 0 40px;
  padding: 40px 40px;
  box-sizing: border-box;
  border-radius: 14px;
  position: relative;
}

.sec02_block .acc_btn {
  padding: 0 50px 0 0;
  cursor: pointer;
  position: relative;
}

.sec02_block .acc_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url("../img/acc_open.png") left top no-repeat;
  background-size: 100% auto;
  width: 46px;
  height: 46px;
  transition: all 0.3s ease;
}

.sec02_block .acc_btn.open::after {
  background: url("../img/acc_close.png") left top no-repeat;
  background-size: 100% auto;
}

.sec02_block .txt_box {
  display: none;
}

.sec02_block .txt_box.show {
  display: block;
}

.sec02_block .ttl01 {
  display: flex;
  align-items: center;
  font-size: 28px;
}

.sec02_block .txt {
  margin: 30px 0 0;
}

.sec02_block .txt span {
  background: linear-gradient(transparent 80%, #ffef00 0%);
  padding: 0;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sec02 {
    padding: 40px 15px 50px;
  }

  .sec02 .ttl_box {
    display: block;
  }

  .sec02 .m_ttl {
    width: 100%;
    font-size: 24px;
  }

  .sec02 .m_ttl span {
    font-size: 30px;
  }

  .sec02 .ttl_box .img_box {
    width: 35%;
    margin: -30px 0 0 auto;
  }


  .sec02_block {
    display: block;
  }

  .sec02_block .item {
    width: 100%;
    margin: 0 0 15px;
    padding: 25px 20px;
    border-radius: 7px;
  }

  .sec02_block .item:last-child {
    margin: 0 0 0;
  }

  .sec02_block .acc_btn {
    padding: 0 30px 0 0;
  }

  .sec02_block .acc_btn::after {
    background: url("../img/acc_open.png") left top no-repeat;
    background-size: 100% auto;
    width: 24px;
    height: 24px;
  }

  .sec02_block .acc_btn.open::after {
    background: url("../img/acc_close.png") left top no-repeat;
    background-size: 100% auto;
  }

  .sec02_block .ttl01 {
    display: block;
    font-size: 16px;
  }

  .sec02_block .txt {
    margin: 15px 0 0;
  }
}





/*--------------------------------------
　sec03
---------------------------------------*/
.sec03 {
  padding: 120px 0 0;
}

.sec03 .ttl_box {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
}

.sec03 .m_ttl {
  width: calc(100% - 280px);
  padding: 60px 0 0;
  font-size: 38px;
}

.sec03 .m_ttl span {
  font-size: 55px;
}

.sec03 .ttl_box .img_box {
  width: 280px;
  margin: 0 25px 0 0;
  box-sizing: border-box;
}


.sec03_block01 {
  margin: -120px 0 0;
  padding: 0 0 100px;
}

.sec03_block01 .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec03_block01 .item {
  width: calc(33.33% - 20px);
  margin: 0 0 40px;
  box-sizing: border-box;
}

.sec03_block01 .item:nth-child(4),
.sec03_block01 .item:nth-child(5),
.sec03_block01 .item:nth-child(6) {
  width: calc(33.33% - 20px);
  margin: 0 0 0;
}

.sec03_block01 .sub {
  text-align: center;
}

.sec03_block01 .sub span {
  display: inline-block;
  background: #fff;
  width: 100%;
  padding: 20px 45px;
  box-sizing: border-box;
  font-size: 28px;
  font-weight: bold;
  border: 4px solid #1e468f;
  border-radius: 100px;
  position: relative;
}

.sec03_block01 .sub span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 18px solid #1e468f;
}

.sec03_block01 .item:nth-child(1) .sub span {
  padding: 10px 25px;
  font-size: 24px;
}

.sec03_block01 .img_box {
  margin: 25px 0 0;
}

.sec03_block01 .img_box img {
  border-radius: 14px;
}


.sec03_block02 {
  background: #dff3fc;
  padding: 80px 0 100px;
}

.sec03_block02 .case {
  margin: 0 0 50px;
}

.sec03_block02 .case:last-child {
  margin: 0 0 0;
}

.sec03_block02 .case_ttl {
  display: flex;
  align-items: center;
}

.sec03_block02 .case_tab {
  background: #1e468f;
  padding: 20px 30px;
  box-sizing: border-box;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}

.sec03_block02 .ttl01_wrap {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.sec03_block02 .ttl01 {
  margin: 0 0 0 30px;
  font-size: 38px;
  box-sizing: border-box;
}

.sec03_block02 .sub {
  background: #00a1ec;
  margin: 0 0 0 30px;
  padding: 10px 30px;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 100px;
}

.sec03_block02 .case_item {
  background: #fff;
  padding: 30px 60px 60px;
  border-radius: 0 14px 14px 14px;
}

.sec03_block02 .box_l {
  display: flex;
  justify-content: space-between;
}

.sec03_block02 .box_l .box01 {
  width: calc(50% - 20px);
  box-sizing: border-box;
  position: relative;
}

.sec03_block02 .box_l .box02 {
  width: calc(50% - 20px);
  box-sizing: border-box;
}

.sec03_block02 .mt023 {
  margin: 0 0 -5px 0;
}

.sec03_block02 .mt022 {
  margin: 0;
}

.sec03_block02 .box_l .box01::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin: 0 0 0 12px;
  border: 35px solid transparent;
  border-left: 20px solid #00a1ec;
}

.sec03_block02 .ttl02_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.sec03_block02 .ttl02_wrap .img_box {
  width: 110px;
  box-sizing: border-box;
}

.sec03_block02 .ttl02_wrap .ttl02 {
  width: calc(100% - 110px);
  padding: 0 0 0 15px;
  box-sizing: border-box;
  font-size: 28px;
}

.sec03_block02 .ttl02_wrap .ttl02 span {
  background: linear-gradient(transparent 45%, #ffff80 0%);
  padding: 0 0 3px;
}

.sec03_block02 .txt_box {
  padding: 30px 30px;
  border-radius: 10px;
}

.sec03_block02 .box01 .txt_box {
  background: #dff3fc;
}

.sec03_block02 .box02 .txt_box {
  background: #ffff80;
}

.sec03_block02 .box_r {
  margin: 45px 0 0;
  box-sizing: border-box;
}

.sec03_block02 .table_parts {
  margin: 40px 0 0;
}

.sec03_block02 .table_parts thead th:nth-child(1) {
  width: 30%;
}

.sec03_block02 .table_parts thead th:nth-child(2) {
  width: 60%;
}

.sec03_block02 .table_parts table td {
  font-size: 14px;
  text-align: right;
}

.sec03_block02 .table_parts table .large {
  font-size: 22px;
  font-weight: bold;
}


.mt01 {
  margin: -15px 0 0;
}

.mt02 {
  margin: -15px 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec03 {
    padding: 40px 0 0;
  }

  .sec03 .ttl_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 100%;
    padding: 0 15px;
  }

  .sec03 .m_ttl {
    width: 100%;
    padding: 0 0 0;
    font-size: 19px;
  }

  .sec03 .m_ttl span {
    font-size: 28px;
  }

  .sec03 .ttl_box .img_box {
    width: 15%;
    margin: 0 -10px 0 0;
    display: none;
  }


  .sec03_block01 {
    margin: 30px 0 0;
    padding: 0 15px 50px;
  }

  .sec03_block01 .inner {
    display: block;
  }

  .sec03_block01 .item {
    width: 100%;
    margin: 0 0 20px;
  }

  .sec03_block01 .item:nth-child(4),
  .sec03_block01 .item:nth-child(5),
  .sec03_block01 .item:nth-child(6) {
    width: 100%;
    margin: 0 0 20px;
  }

  .sec03_block01 .item:last-child {
    margin: 0 0 0;
  }

  .sec03_block01 .sub span {
    padding: 10px 30px;
    font-size: 18px;
    border: 2px solid #1e468f;
  }

  .sec03_block01 .sub span:after {
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 12px solid #1e468f;
  }

  .sec03_block01 .item:nth-child(1) .sub span {
    font-size: 18px;
  }

  .sec03_block01 .img_box {
    margin: 15px 0 0;
  }

  .sec03_block01 .img_box img {
    border-radius: 7px;
  }


  .sec03_block02 {
    padding: 30px 15px 50px;
  }

  .sec03_block02 .case {
    margin: 0 0 50px;
  }

  .sec03_block02 .case:last-child {
    margin: 0 0 0;
  }

  .sec03_block02 .case_ttl {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .sec03_block02 .case_tab {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    padding: 10px 5px;
    font-size: 14px;
    text-align: center;
    border-radius: 5px 5px 0 0;
  }

  .sec03_block02 .ttl01_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 70%;
    padding: 0 0 5px;
  }

  .sec03_block02 .ttl01 {
    margin: 0 0 0 0;
    font-size: 16px;
  }

  .sec03_block02 .sub {
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 5px 15px;
    font-size: 12px;
  }

  .sec03_block02 .case_item {
    padding: 15px 15px 20px;
    border-radius: 0 7px 7px 7px;
  }

  .sec03_block02 .box_l {
    display: block;
  }

  .sec03_block02 .box_l .box01 {
    width: 100%;
    margin: 0 0 20px;
  }

  .sec03_block02 .box_l .box02 {
    width: 100%;
  }

  .sec03_block02 .box_l .box01::after {
    top: 100%;
    left: 50%;
    margin: 10px 0 0 -30px;
    border: 30px solid transparent;
    border-top: 20px solid #00a1ec;
  }

  .sec03_block02 .ttl02_wrap .img_box {
    width: 25%;
  }

  .sec03_block02 .ttl02_wrap .ttl02 {
    width: 75%;
    padding: 0 0 0 10px;
    font-size: 18px;
  }

  .sec03_block02 .ttl02_wrap .ttl02 span {
    padding: 0 0 2px;
  }

  .sec03_block02 .txt_box {
    padding: 20px 20px;
    border-radius: 5px;
  }

  .sec03_block02 .box_r {
    width: 100%;
    margin: 30px 0 0;
  }

  .sec03_block02 .table_parts {
    margin: 30px 0 0;
  }

  .sec03_block02 .table_parts thead th:nth-child(1) {
    width: 30%;
  }

  .sec03_block02 .table_parts thead th:nth-child(2) {
    width: 60%;
  }

  .sec03_block02 .table_parts table td {
    font-size: 12px;
  }

  .sec03_block02 .table_parts table .large {
    font-size: 18px;
  }


  .mt01 {
    margin: -10px 0 0;
  }

  .mt02 {
    margin: -3px 0 0;
  }
}





/*--------------------------------------
　sec04
---------------------------------------*/
.sec04 {
  background: #fff;
  padding: 60px 0 60px;
}


.sec04_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px 0 60px;
}

.sec04_block .box_l {
  width: 280px;
  box-sizing: border-box;
}

.sec04_block .box_r {
  width: calc(100% - 280px);
  padding: 0 0 0 40px;
  box-sizing: border-box;
}

.sec04_block .txt {
  margin: 30px 0 0;
}

.sec04_block .cv_btn {
  width: 540px;
}

.sec04_block .cv_btn a {
  margin: 40px 0 0;
}

@media screen and (max-width: 768px) {
  .sec04 {
    padding: 40px 15px 50px;
  }


  .sec04_block {
    display: block;
    padding: 0 0 0 0;
  }

  .sec04_block .box_l {
    width: 100%;
  }

  .sec04_block .box_r {
    width: 100%;
    padding: 0 0 0 0;
  }

  .sec04_block .main_ttl01_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sec04_block .img_box {
    width: 25%;
    box-sizing: border-box;
  }

  .sec04_block .main_ttl01 {
    width: 70%;
    box-sizing: border-box;
  }

  .sec04_block .txt {
    margin: 15px 0 0;
  }

  .sec04_block .cv_btn {
    width: 100%;
  }

  .sec04_block .cv_btn a {
    margin: 20px 0 0;
  }
}





/*--------------------------------------
　sec05
---------------------------------------*/
.sec05 {
  background: url("../img/sec05_bg.jpg") center bottom no-repeat;
  background-size: cover;
  width: 100%;
  padding: 80px 0 80px;
}


.sec05_block01 {
  display: flex;
  justify-content: space-between;
  background: #fff;
  max-width: 980px;
  margin: auto;
  padding: 50px 50px 0 20px;
  box-sizing: border-box;
  border-radius: 10px;
}

.sec05_block01 .box_l {
  width: 230px;
  box-sizing: border-box;
}

.sec05_block01 .box_r {
  width: calc(100% - 230px);
  padding: 0 0 0 30px;
  box-sizing: border-box;
}

.sec05_block01 .sb {
  background: #1e468f;
  padding: 20px 20px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  border-radius: 10px;
  position: relative;
}

.sec05_block01 .sb::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 15px solid #1e468f;
}

.sec05_block01 .cc {
  margin: 40px 0 0;
  font-size: 30px;
  text-align: center;
}


.sec05_block02 {
  max-width: 980px;
  margin: 50px auto 0;
}

.sec05_block02 .ttl_box {
  text-align: center;
}

.sec05_block02 .m_ttl {
  display: inline-block;
  padding: 0 110px;
  color: #222;
  font-size: 38px;
  position: relative;
}

.sec05_block02 .m_ttl:before,
.sec05_block02 .m_ttl:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  background: #222;
  width: 12%;
  height: 4px;
  border-radius: 5px;
}

.sec05_block02 .m_ttl:before {
  left: 0;
  -moz-transform: rotate(70deg);
  -webkit-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  transform: rotate(70deg);
}

.sec05_block02 .m_ttl:after {
  right: 0;
  -moz-transform: rotate(-70deg);
  -webkit-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  transform: rotate(-70deg);
}

.sec05_block02 .m_ttl span {
  font-size: 50px;
}

.sec05_block02 .table_parts {
  margin: 30px 0 0;
  color: #222;
}

.sec05_block02 .table_parts thead th {
  width: 16%;
}

.sec05_block02 .table_parts thead th:nth-child(1) {
  width: 20%;
}

.sec05_block02 .table_parts tbody tr:nth-child(1) {
  background: #fffd62;
}

.sec05_block02 .table_parts table .logo {
  width: 140px;
  margin: auto;
}

.sec05_block02 .table_parts table td {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sec05 {
    padding: 40px 0 50px;
  }


  .sec05_block01 {
    display: block;
    max-width: 100%;
    padding: 20px 20px 0 20px;
    border-radius: 5px;
  }

  .sec05_block01 .box_l {
    width: 100%;
  }

  .sec05_block01 .box_r {
    width: 100%;
    padding: 0 0 0 0;
  }

  .sec05_block01 .sb {
    padding: 15px 15px;
    font-size: 15px;
    border-radius: 5px;
  }

  .sec05_block01 .sb::after {
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 12px solid #1e468f;
  }

  .sec05_block01 .cc_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0;
  }

  .sec05_block01 .img_box {
    width: 30%;
    box-sizing: border-box;
  }

  .sec05_block01 .cc {
    width: 65%;
    margin: 0 0 0;
    padding: 0 0 15px;
    font-size: 16px;
    text-align: left;
  }

  .sec05_block01 .cctxt {
    font-size: 20px;
    color: #e94c0f;
  }

  .sec05_block02 {
    max-width: 100%;
    margin: 30px auto 0;
    padding: 0 0 0 15px;
  }

  .sec05_block02 .ttl_box {
    padding: 0 15px 0 0;
  }

  .sec05_block02 .m_ttl {
    display: block;
    padding: 0 0;
    font-size: 4vw;
  }

  .sec05_block02 .m_ttl:before,
  .sec05_block02 .m_ttl:after {
    width: 12%;
    height: 2px;
    border-radius: 3px;
  }

  .sec05_block02 .m_ttl:before {
    left: -15px;
  }

  .sec05_block02 .m_ttl:after {
    right: -15px;
  }

  .sec05_block02 .m_ttl span {
    font-size: 5.5vw;
  }

  .sec05_block02 .table_parts {
    margin: 15px 0 0;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .sec05_block02 .table_parts::-webkit-scrollbar {
    display: none;
  }

  .sec05_block02 .table_parts table {
    min-width: 768px;
  }

  .sec05_block02 .table_parts thead th {
    width: 16%;
  }

  .sec05_block02 .table_parts thead th:nth-child(1) {
    width: 20%;
  }

  .sec05_block02 .table_parts table .logo {
    width: 100%;
  }
}


/*--------------------------------------
　sec005
---------------------------------------*/

.ttl_wrap{
  text-align: center;
}

.sec005 {
  padding: 80px 0 80px;
}


.sec005_block {
  background: #f0f0f0;
  padding: 50px 50px;
}

.sec005 .ttl {
  display: inline-block;
  font-size: 40px;
}
.sec005 .ttl:before,
.sec005 .ttl:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #1e468f;
  width: 70px;
  height: 4px;
  border-radius: 5px;
}
.sec005 .ttl:before {
  margin-right: 30px;
}
.sec005 .ttl:after {
  margin-left: 30px;
}

.sec005_block .box01 {
  display: flex;
  align-items: center;
  margin: 40px 0 0;
  padding: 0 80px;
}

.sec005_block .box01 .img_box {
  width: 124px;
  box-sizing: border-box;
}

.sec005_block .box01 .txt_box {
  background: #fff;
  width: calc(100% - 170px);
  margin: 0 0 0 auto;
  padding: 25px 70px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
}
.sec005_block .box01 .txt_box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -18px;
  border: 18px solid transparent;
  border-right: 25px solid #fff;
}

.sec005_block .box01 .txt {
  font-size: 24px;
  font-weight: bold;
}

.sec005_block .box02 {
  margin: 40px 0 0;
}

.sec005_block .box02 table {
  width: 100%;
  box-sizing: border-box;
}
.sec005_block .box02 table tr {
  width: 100%;
  box-sizing: border-box;
}
.sec005_block .box02 table th {
  padding: 15px 15px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  border-right: 8px solid #f0f0f0;
}
.sec005_block .box02 table th:last-child {
  border-right: none;
}
.sec005_block .box02 thead th {
  background: #e94c0f;
  width: 50%;
  font-size: 20px;
  border-bottom: 8px solid #f0f0f0;
}
.sec005_block .box02 tbody th {
  background: #1e468f;
  font-size: 18px;
}
.sec005_block .box02 tbody td {
  background: #fff;
  vertical-align: top;
  width: 25%;
  padding: 15px 15px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  border-right: 8px solid #f0f0f0;
}
.sec005_block .box02 tbody td:last-child {
  border-right: none;
}

.sec005_block .note {
  margin: 20px 0 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec005 {
    padding: 40px 15px 40px;
  }


.sec005_block {
  padding: 20px 20px;
}

  .sec005 .ttl {
    font-size: 24px;
  }
  .sec005 .ttl:before,
  .sec005 .ttl:after {
    width: 30px;
    height: 2px;
    border-radius: 3px;
  }
  .sec005 .ttl:before {
    margin-right: 15px;
  }
  .sec005 .ttl:after {
    margin-left: 15px;
  }

  .sec005_block .box01 {
    display: flex;
    align-items: flex-start;
    margin: 20px 0 0;
    padding: 0 0;
  }

  .sec005_block .box01 .img_box {
    width: 20%;
  }

  .sec005_block .box01 .txt_box {
    width: 80%;
    margin: 0 0 0 20px;
    padding: 15px 15px;
    border-radius: 5px;
  }
  .sec005_block .box01 .txt_box:after {
    top: 30px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-right: 12px solid #fff;
  }

  .sec005_block .box01 .txt {
    font-size: 14px;
  }

  .sec005_block .box02 {
    margin: 20px 0 0;
  }

  .sec005_block .box02 .sp_only table {
    margin:  0 0 10px;
  }

  .sec005_block .box02 table th {
    padding: 10px 10px;
    line-height: 1.4;
    border-right: 4px solid #f0f0f0;
  }
  .sec005_block .box02 thead th {
    width: 100%;
    font-size: 15px;
    border-bottom: 4px solid #f0f0f0;
  }
  .sec005_block .box02 tbody th {
    font-size: 13px;
  }
  .sec005_block .box02 tbody td {
    width: 50%;
    padding: 10px 10px;
    font-size: 13px;
    line-height: 1.4;
    border-right: 4px solid #f0f0f0;
  }

  .sec005_block .note {
    margin: 15px 0 0;
    text-align: left;
  }
}


/*--------------------------------------
　sec06
---------------------------------------*/
.sec06 {
  background: #fff;
  padding: 100px 0 100px;
}


.sec06_block .txt {
  margin: 20px 0 0;
}

.sec06_block .name {
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  line-height: 1.4;
}

.sec06_block .name span {
  margin: 0 0 0 20px;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sec06 {
    padding: 40px 15px 50px;
  }


  .sec06_block .txt {
    margin: 15px 0 0;
  }

  .sec06_block .name {
    margin: 10px 0 0;
    font-size: 16px;
  }

  .sec06_block .name span {
    margin: 0 0 0 10px;
    font-size: 20px;
  }
}




/*--------------------------------------
　sec07
---------------------------------------*/
.sec07 {
  background: #dff3fc;
  padding: 50px 0 80px;
}

.sec07 .main_ttl01_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec07 .main_ttl01 {
  width: calc(100% - 360px);
  box-sizing: border-box;
}

.sec07 .main_ttl01_wrap .img_box {
  width: 360px;
  box-sizing: border-box;
}


.sec07_block .item {
  background: #fff;
  margin: 0 0 40px;
  padding: 40px 60px;
  box-sizing: border-box;
  border-radius: 0 40px 40px 40px;
}

.sec07_block .item:last-child {
  margin: 0 0 0;
}

.sec07_block .acc_btn {
  padding: 0 60px 0 0;
  position: relative;
  cursor: pointer;
}

.sec07_block .acc_btn:before,
.sec07_block .acc_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: #1e468f;
  width: 40px;
  height: 4px;
  margin-top: -2px;
  border-radius: 5px;
  transition: all 0.4s;
}

.sec07_block .acc_btn:after {
  transform: rotate(90deg);
}

.sec07_block .acc_btn.open:after {
  opacity: 0;
}

.sec07_block .q_txt {
  padding: 5px 0 0 70px;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}

.sec07_block .q_txt::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  background: #3b3b89;
  width: 52px;
  height: 52px;
  line-height: 52px;
  box-sizing: border-box;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.sec07_block .a_txt {
  margin: 30px 0 0;
  padding: 5px 0 0 70px;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
}

.sec07_block .a_txt::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  background: #00a1ec;
  width: 52px;
  height: 52px;
  line-height: 52px;
  box-sizing: border-box;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.sec07_block .txt_box {
  display: none;
}

@media screen and (max-width: 768px) {
  .sec07 {
    padding: 30px 15px 50px;
  }

  .sec07 .main_ttl01_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .sec07 .main_ttl01 {
    width: 60%;
    padding: 0 0 15px;
  }

  .sec07 .main_ttl01_wrap .img_box {
    width: 35%;
  }


  .sec07_block .item {
    margin: 0 0 15px;
    padding: 20px 15px;
    border-radius: 0 10px 10px 10px;
  }

  .sec07_block .acc_btn {
    padding: 0 30px 0 0;
  }

  .sec07_block .acc_btn:before,
  .sec07_block .acc_btn:after {
    width: 20px;
    height: 2px;
    margin-top: -1px;
  }

  .sec07_block .q_txt {
    padding: 3px 0 0 40px;
    font-size: 16px;
  }

  .sec07_block .q_txt::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }

  .sec07_block .a_txt {
    margin: 20px 0 0;
    padding: 3px 0 0 40px;
    font-size: 14px;
  }

  .sec07_block .a_txt::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}





/*--------------------------------------
　sec08
---------------------------------------*/
.sec08 {
  padding: 100px 0 0;
}

.sec08 .main_ttl01 {
  text-align: center;
}


.sec08_block01 {
  max-width: 840px;
  margin: 40px auto 0;
}

.sec08_block01 .table_parts table {
  border: 2px solid #bccbcf;
}

.sec08_block01 .table_parts table th {
  background: #f4f7f8;
  width: 30%;
  border-left: 2px solid #bccbcf;
  border-bottom: 2px solid #bccbcf;
}

.sec08_block01 .table_parts table td {
  width: 70%;
  font-size: 15px;
  text-align: left;
  border-left: 2px solid #bccbcf;
  border-bottom: 2px solid #bccbcf;
}


.sec08_block02 {
  margin: 100px 0 0;
}

.sec08_block02 .ttl01 {
  display: flex;
  align-items: center;
  font-size: 30px;
}

.sec08_block02 .ttl01:before,
.sec08_block02 .ttl01:after {
  content: "";
  display: block;
  flex: 1;
  border-top: 1px solid #000;
}

.sec08_block02 .ttl01:before {
  margin-right: 50px;
}

.sec08_block02 .ttl01:after {
  margin-left: 50px;
}

.sec08_block02 .block_inner {
  justify-content: space-between;
  margin: 50px 0 0;
}

.sec08_block02 .item {
  width: 100%;
  box-sizing: border-box;
  margin: 3rem 0 5px 0;
}

.sec08_block02 .ttl02 {
  font-size: 20px;
}

.sec08_block02 .table_parts {
  margin: 15px 0 0;
}

.sec08_block02 .table_parts table {
  border: 2px solid #bccbcf;
}

.sec08_block02 .table_parts table thead th {
  width: 15%;
  padding: 8px 8px;
  font-size: 14px;
  text-align: right;
}

.sec08_block02 .table_parts table th {
  padding: 8px 8px;
  font-size: 14px;
  border-left: 2px solid #bccbcf;
  border-bottom: 2px solid #bccbcf;
}

.sec08_block02 .table_parts table td {
  padding: 8px 8px;
  font-size: 14px;
  text-align: right;
  border-left: 2px solid #bccbcf;
  border-bottom: 2px solid #bccbcf;
}

@media screen and (max-width: 768px) {
  .sec08 {
    padding: 40px 15px 0;
  }


  .sec08_block01 {
    max-width: 100%;
    margin: 20px auto 0;
  }

  .sec08_block01 .table_parts table {
    border: 1px solid #bccbcf;
  }

  .sec08_block01 .table_parts table th {
    width: 35%;
    border-left: 1px solid #bccbcf;
    border-bottom: 1px solid #bccbcf;
  }

  .sec08_block01 .table_parts table td {
    width: 65%;
    font-size: 13px;
    border-left: 1px solid #bccbcf;
    border-bottom: 1px solid #bccbcf;
  }


  .sec08_block02 {
    margin: 50px 0 0;
  }

  .sec08_block02 .ttl01 {
    font-size: 18px;
  }

  .sec08_block02 .ttl01:before {
    margin-right: 20px;
  }

  .sec08_block02 .ttl01:after {
    margin-left: 20px;
  }

  .sec08_block02 .block_inner {
    display: block;
    margin: 20px 0 0;
  }

  .sec08_block02 .item {
    width: 100%;
    margin: 0 0 30px;
  }

  .sec08_block02 .item:last-child {
    margin: 0 0 5px;
  }

  .sec08_block02 .ttl02 {
    font-size: 15px;
  }

  .sec08_block02 .table_parts {
    margin: 10px 0 0;
  }

  .sec08_block02 .table_parts table {
    border: 1px solid #bccbcf;
  }

  .sec08_block02 .table_parts table thead th {
    width: 15%;
    padding: 10px 3px;
    font-size: 10px;
  }

  .sec08_block02 .table_parts table th {
    padding: 5px 0;
    font-size: 10px;
    border-left: 1px solid #bccbcf;
    border-bottom: 1px solid #bccbcf;
  }

  .sec08_block02 .table_parts table td {
    padding: 5px 5px;
    font-size: 10px;
    border-left: 1px solid #bccbcf;
    border-bottom: 1px solid #bccbcf;
  }
}





/*--------------------------------------
　sec09
---------------------------------------*/
.sec09 {
  padding: 140px 0 120px;
}

.sec09 .main_ttl01 {
  text-align: center;
}


.sec09_block .flow {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 50px;
}

.sec09_block .flow_item {
  width: calc(25% - 40px);
  padding: 20px 30px;
  box-sizing: border-box;
  border: 4px solid #1e468f;
  border-radius: 10px;
  position: relative;
}

.sec09_block .flow_item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -30px 0 0 20px;
  border: 30px solid transparent;
  border-left: 20px solid #90d0ee;
}

.sec09_block .flow_item:last-child::after {
  display: none;
}

.sec09_block .icon {
  width: 80px;
  margin: auto;
}

.sec09_block .flow_item:nth-child(2) .icon {
  position: relative;
  left: 5px;
}

.sec09_block .flow_item:nth-child(3) .icon {
  position: relative;
  left: 12px;
}

.sec09_block .f_txt {
  margin: 10px 0 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec09 {
    padding: 80px 15px 50px;
  }


  .sec09_block .flow {
    margin: 20px 0 30px;
  }

  .sec09_block .flow_item {
    width: calc(25% - 10px);
    padding: 8px 5px;
    border: 2px solid #1e468f;
    border-radius: 5px;
  }

  .sec09_block .flow_item::after {
    margin: -10px 0 0 5px;
    border: 10px solid transparent;
    border-left: 8px solid #90d0ee;
  }

  .sec09_block .icon {
    width: 50%;
  }

  .sec09_block .flow_item:nth-child(2) .icon {
    position: relative;
    left: 3px;
  }

  .sec09_block .flow_item:nth-child(3) .icon {
    position: relative;
    left: 5px;
  }

  .sec09_block .f_txt {
    margin: 5px 0 0;
    font-size: 2.3vw;
  }
}





/*--------------------------------------
　fixed_btn
---------------------------------------*/
.fixed_btn {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.fixed_btn .cv_btn a {
  max-width: inherit;
  margin: 0 0 0;
  padding: 60px 15px 15px 15px;
  font-size: 20px;
  border-radius: 8px 0 0 8px;
  box-shadow: none;
  height: 255px;
}

.fixed_btn .cv_btn a::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%, 0);
  background: url("../img/icon_link_01.png") left top no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  margin: auto;
}

.fixed_btn .cv_btn span {
  font-size: 20px;
}


@media screen and (max-width: 768px) {
  .fixed_btn {
    top: inherit;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-writing-mode: inherit;
    -moz-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    box-sizing: border-box;
  }

  .fixed_btn .fixed_btn_inner {
    display: flex;
    justify-content: space-between;
  }

  .fixed_btn .cv_btn {
    width: 50%;
    box-sizing: border-box;
  }

  .fixed_btn .cv_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    height: 100%;
    padding: 8px 10px 8px 22%;
    font-size: 1.8vw;
    border-radius: 0 0 0 0;
    box-shadow: none;
  }

  .fixed_btn .cv_btn a::before {
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    background: url("../img/icon_link_01.png") left top no-repeat;
    background-size: contain;
    width: 18%;
    height: 0;
    padding-top: 18%;
  }

  .fixed_btn .cv_btn span {
    display: block;
    width: 100%;
    font-size: 3vw;
  }

  .fixed_btn .tel_btn {
    width: 50%;
    box-sizing: border-box;
  }

  .fixed_btn .tel_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #7edc39;
    max-width: 100%;
    height: 100%;
    padding: 8px 10px 8px 10px;
    box-sizing: border-box;
    font-size: 2.5vw;
    text-align: center;
    line-height: 1.4;
  }

  .fixed_btn .tel_btn span {
    display: block;
    width: 100%;
    font-size: 3.5vw;
    font-weight: bold;
  }

  .fixed_btn .tel_btn span.teltxt {
    /* font-size: */
  }

}
