@charset "UTF-8";

/*------- fonts -------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900|Open+Sans:400,700&display=swap');

.notosans{
  font-family: 'Noto Sans JP', sans-serif;
}
.opensans{
  font-family: 'Open Sans', sans-serif;
}

/*------- common -------*/
html {
  width: 100%;
  height: 100%;
}
body{
  font-family: "Noto Sans JP", "Open Sans", "Apple TP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
  font-weight: 400;
  color: #3e3a39;
  font-size: 16px;
  line-height: 2.19;
  letter-spacing: .5px;
  width: 100%;
  height: 100%;
}

.container{
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

section{
  overflow-x: hidden;
}

a, button{
  color: #3e3a39;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
h2{
  padding: 48px 0;
  font-size: 50px;
  line-height: 1.4;
  color: #fff;
  background-color: #009144;
  position: relative;
  text-align: center;
  margin-bottom: 31px;
}
h2::after{
  content: "";
  width: 0;
  height: 0;
  border-top: 31px solid #009144;
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
  position: absolute;
  right: 0;
  left: 0;
  top: calc(100% - 1px);
  margin: 0 auto;
}
h2 small{
  font-size: .8em;
  display: block;
}


@media all and (min-width: 769px) {
  a:hover, button:hover{
    opacity: .8;
  }
}



@media all and (max-width: 768px) {
  body{
    font-size: 12px;
    line-height: 2;
  }
  h2{
    font-size: 30px;
    padding: 38px 5%;
    margin-bottom: 21px;
  }
  h2 small{
    font-size: 20px;
  }
  h2::after{
    border-top-width: 21px;
    border-left-width: 25px;
    border-right-width: 25px;
  }
}


@media all and (max-width: 350px) {
}




/*------- responsive -------*/

@media all and (min-width: 769px) {
  .sp{
    display: none !important;
  }
}

@media all and (max-width: 768px) {
  .pc{
    display: none !important;
  }
}


/*------- contents -------*/

header{
  height: 80px;
  overflow-x: hidden;
}
header .container{
  display: flex;
  justify-content: space-between;
  height: 100%;
}
header .logo{
  display: flex;
  align-items: center;
}
header .logo span{
  height: 50px;
  font-size: 0;
}
header .logo span img{
  height: 100%;
  width: auto;
}
header .btn_box{
  display: flex;
}
header .btn_box a{
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .btn_box a:nth-child(1){
  width: 200px;
  background-color: #ff8b00;
}
header .btn_box a:nth-child(2){
  width: 160px;
  background-color: #ffa233;
}
header .btn_box a:nth-child(3){
  width: 210px;
  font-size: 14px;
  line-height: 1.57;
  background-color: #ff8b00;
}
header .btn_box a:nth-child(3)::before{
  content: "";
  width: 24px;
  height: 30px;
  background: url('../images/icon_doc.svg') center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-right: 15px;
}
header .anchor_campaign{
  background-color: #ff8b00;
  color: #fff;
  display: block;
  position: fixed;
  right: 0;
  bottom: 100px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  font-weight: bold;
  z-index: 99;
  box-shadow: 0 8px 6px -6px rgba(0,0,0,.3);
  -webkit-transition: all .5s cubic-bezier(0, 0, 0, 1);
  -o-transition: all .5s cubic-bezier(0, 0, 0, 1);
  transition: all .5s cubic-bezier(0, 0, 0, 1);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  opacity: 0;
}
header .anchor_campaign.active{
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
header .anchor_campaign:hover{
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  box-shadow: 0 4px 3px -3px rgba(0,0,0,.3);
  background-color: #ffa233;
}



@media all and (max-width: 999px) {
  header .logo span{
    height: 40px;
  }
  header .btn_box a{
    font-size: 14px;
  }
  header .btn_box a:nth-child(1){
    width: 180px;
  }
  header .btn_box a:nth-child(2){
    width: 140px;
  }
  header .btn_box a:nth-child(3){
    width: 190px;
  }
}






@media all and (max-width: 768px) {
  header{
    height: 80px;
  }
  header .container{
    justify-content: center;
  }
  header .logo span{
    height: 50px;
  }
  header .btn_box{
    display: none;
  }
  header .anchor_campaign{
    bottom: 40px;
  }
}

@media all and (max-width: 480px) {
  header .container{
    align-items: center;
  }
}




/*----------------- mv -----------------*/
#mv{
  background: repeating-linear-gradient(45deg, rgba(0, 145, 68, 1), rgba(0, 145, 68, 1) 6px, rgba(0, 145, 68, .95) 6px, rgba(0, 145, 68, .95) 12px);
  padding: 70px 0 80px;
}
#mv .container{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
#mv .sub{
  width: 270px;
  flex-shrink: 0;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
}
#mv .sub .text{
  font-weight: bold;
  color: #cce9da;
  border-bottom: 1px dashed #fff;
  text-align: center;
}
#mv .sub .text1{
  font-size: 32px;
  border-top: 1px dashed #fff;
  padding-bottom: 20px;
}
#mv .sub .text1 .rb{
  position: relative;
  display: inline-block;
}
#mv .sub .text1 .rb small{
  position: absolute;
  top: calc(100% - 16px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 20px;
  line-height: 1;
}
#mv .sub .text2{
  font-size: 52px;
}
#mv .main{
  width: 71.3%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#mv .main .comment{
  font-size: 26px;
  color: #ff8b00;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
}
#mv .main .comment::before{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: calc(100% + 10px);
  bottom: -4px;
  border-top: 32px solid #ff8b00;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
#mv .main .comment::after{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: calc(100% + 10px);
  bottom: -4px;
  border-top: 32px solid #ff8b00;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
#mv .main h1{
  font-size: 84px;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0;
}
#mv .main .share{
  border-radius: 3px;
  background-color: #e5f4ec;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mv .main .share p{
  margin-right: 30px;
  font-weight: bold;
  color: #009144;
  display: flex;
  align-items: center;
}
#mv .main .share p::before{
  content: "";
  margin-right: 5px;
  width: 21px;
  height: 17px;
  background: url('../images/icon_share.svg') center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
#mv .main .share .sns{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
#mv .main .share .sns > *:first-child{
  margin-right: 20px;
}



@media all and (max-width: 1199px) {
  #mv .main h1{
    font-size: 66px;
  }
}


@media all and (min-width: 1000px) {
  #mv .main h1 br{
    display: none;
  }
}


@media all and (max-width: 999px) {
  #mv .main h1{
    font-size: 80px;
    text-align: center;
  }
}






@media all and (max-width: 768px) {
  #mv{
    padding: 30px 0;
  }
  #mv .container{
    flex-direction: column;
  }
  #mv .sub{
    width: 100%;
    flex-direction: row;
    justify-content: center;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
  }
  #mv .sub .text{
    font-size: 24px;
    border: none;
  }
  #mv .sub .text1 {
    border: none;
    margin-right: 5px;
  }
  #mv .sub .text1 .rb small{
    font-size: 16px;
    top: calc(100% - 9px);
  }
  #mv .main{
    width: 100%;
    margin-top: 25px;
  }
  #mv .main .comment{
    font-size: 20px;
  }
  #mv .main .comment::before {
    right: calc(100% + 8px);
    bottom: -2px;
    border-top: 24px solid #ff8b00;
  }
  #mv .main .comment::after {
    left: calc(100% + 8px);
    bottom: -2px;
    border-top: 24px solid #ff8b00;
  }
  #mv .main h1{
    font-size: 60px;
    line-height: 1.1;
    margin-top: 10px;
  }
  #mv .main .share{
    flex-direction: column;
    height: auto;
    padding: 5px 0 10px;
  }
  #mv .main .share p{
    margin-right: 0;
    font-size: 16px;
  }
  #mv .main .share .sns{
    margin-top: 5px;
  }
}


@media all and (max-width: 350px) {
  #mv .sub .text{
    font-size: 22px;
  }
  #mv .main h1{
    font-size: 57px;
  }
}









/*----------------- notice -----------------*/
#notice{}
#update{
  padding: 50px 0 70px;
  background-color: #fffae5;
}
#update .container{
  padding-left: 23%;
}
#update .title{
  position: relative;
}
#update .title .badge{
  width: 160px;
  height: 160px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1.55;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #009144;
  position: absolute;
  top: 0;
  left: -180px;
}
#update .title p{
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  color: #00491f;
}
#update .title p small{
  font-size: 16px;
  font-weight: 400;
}
#update .body{
  margin-top: 10px;
}
#update .body > p{
  /* font-weight: 300; */
}
#update .body .follow{
  margin-top: 20px;
  display: flex;
  align-items: center;
}
#update .body .follow .push{
  font-size: 14px;
  height: 28px;
  border-radius: 3px;
  margin-right: 15px;
  line-height: 1;
  padding: 0 10px;
  text-decoration: none;
  color: #fff;
  background-color: #ff8b00;
  display: flex;
  align-items: center;
}
#update .body .follow .push::before{
  content: "";
  width: 8px;
  height: 14px;
  margin-right: 7px;
  background: url('../images/icon_mobile.svg') center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}











@media all and (max-width: 768px) {
  #update{
    padding: 40px 0;
  }
  #update .container{
    padding-left: 0;
  }
  #update .title{
    display: flex;
    align-items: center;
  }
  #update .title .badge{
    font-size: 14px;
    width: 82px;
    height: 82px;
    position: relative;
    left: auto;
    flex-shrink: 0;
    margin-right: 10px;
  }
  #update .title p{
    font-size: 18px;
  }
  #update .title p small{
    font-size: 14px;
    display: block;
  }
  #update .body > p{
    font-size: 14px;
    line-height: 26px;
  }
  #update .body .follow{
    flex-direction: column;
    align-items: center;
  }
  #update .body .follow .push{
    margin-right: 0;
    margin-bottom: 10px;
    width: 212px;
    justify-content: center;
  }
}









#news{
  padding: 60px 0 120px;
}
#news .container{
  max-width: 980px;
}
#news .news_list{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#news .news_list h3{
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
#news .news_list h3 span{
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  color: #009144;
}
#news .news_list h3 small{
  font-size: 14px;
  font-weight: 500;
  color: #00491f;
}
#news .news_list ul{
  width: 800px;
}
#news .news_list ul li{
  padding: 12px 0;
  line-height: 1.5;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px dashed rgba(0, 145, 68, .3);
}
#news .news_list ul li:first-child{
  border-top: 1px dashed rgba(0, 145, 68, .3);
}
#news .news_list ul li time{
  width: 100px;
  flex-shrink: 0;
}

#news .questionnaire{
  padding: 40px;
  margin-top: 60px;
  border: 1px dashed #009144;
  background-color: #e5f4ec;
}
#news .questionnaire dt{
  font-size: 24px;
  line-height: 1;
  color: #009144;
}
#news .questionnaire dt::before{
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background: url('../images/icon_pen.svg') center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
#news .questionnaire dd{
  margin-top: 10px;
}
#news .questionnaire dd p{
  /* font-weight: 300; */
}
#news .questionnaire dd a{
  width: 280px;
  border-radius: 4px;
  margin: 20px auto 0;
  padding: 8px 0;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #ff8b00;
  display: block;
}




@media all and (max-width: 768px) {
  #news{
    padding: 40px 0 50px;
  }
  #news .news_list{
    flex-direction: column;
  }
  #news .news_list h3{
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  #news .news_list h3 span{
    font-size: 40px;
  }
  #news .news_list ul{
    width: 100%;
    margin-top: 17px;
  }
  #news .news_list ul li{
    padding: 10px 0;
    font-size: 14px;
  }
  #news .news_list ul li time{
    width: 90px;
    padding-left: 3px;
  }
  #news .questionnaire{
    margin-top: 40px;
    padding: 20px;
  }
  #news .questionnaire dt{
    font-size: 20px;
    padding-bottom: 7px;
    margin-bottom: 25px;
    border-bottom: 1px dashed rgba(0, 145, 68, .3);
  }
  #news .questionnaire dt::before{
    width: 20px;
    height: 20px;
  }
  #news .questionnaire dd{
    margin-top: 0;
  }
  #news .questionnaire dd p{
    font-size: 14px;
    line-height: 2;
  }
  #news .questionnaire dd a{
    font-size: 16px;
    margin-top: 30px;
    padding-bottom: 6px;
  }
}








/*----------------- comment -----------------*/
#comment{}
#comment h3{
  text-align: center;
}
#comment h3 span{
  font-size: 40px;
  font-weight: bold;
  color: #009144;
  padding: 0 10px;
  display: inline-block;
  position: relative;
}
#comment h3 span::before,
#comment h3 span::after{
  content: "";
  width: 50px;
  height: 1px;
  background-color: #009144;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#comment h3 span::before{
  left: 100%;
}
#comment h3 span::after{
  right: 100%;
}
#comment #accounting{
  padding: 40px 0 100px;
}
#comment #taxlaw{
  padding: 100px 0;
  background-color: #fffdf2;
}






#comment #taxlaw .note{
  padding: 35px 40px;
  background-color: #fff;
  margin-top: 60px;
}
#comment #taxlaw .note .title{
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  color: #009144;
}
#comment #taxlaw .note ul li{
  font-size: 14px;
  line-height: 1.7;
  /* font-weight: 300; */
  padding-left: 20px;
  position: relative;
}
#comment #taxlaw .note ul li{
  margin-top: 10px;
}
#comment #taxlaw .note ul li::before{
  content: "";
  width: 15px;
  height: 12px;
  background: url('../images/icon_check.svg') center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: 0;
}






#comment .table_wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#comment .table_wrapper .table{
  width: 46.3%;
  max-width: 500px;
  margin-top: 40px;
  background-color: #fff;
}
#comment .table_wrapper .table .thead{
  padding: 20px;
}
#comment .table_wrapper .table .thead h4{
  font-size: 24px;
  line-height: 1;
  padding-bottom: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-bottom: 1px dashed #fff;
}
#comment .table_wrapper .table .thead .progress{
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#comment .table_wrapper .table .thead .progress span.title{
  color: #fff;
  flex-shrink: 0;
  margin-right: 10px;
}
#comment .table_wrapper .table .thead .progress .bar{
  width: 320px;
  height: 30px;
  border-radius: 15px;
  background-color: #eee;
  border: 1px solid #fff;
  overflow: hidden;
  position: relative;
}
#comment .table_wrapper .table .thead .progress .bar .data{
  display: block;
  height: 100%;
  background-color: #ffd200;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#comment .table_wrapper .table .thead .progress .bar .per{
  /* font-weight: 300; */
  display: block;
  line-height: 28px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
}
#comment .table_wrapper .table .tbody{
  display: table;
  width: 100%;
}
#comment .table_wrapper .table .tbody .tr{
  display: table-row;
}
#comment .table_wrapper .table .tbody .th{
  display: table-cell;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  width: 34%;
  vertical-align: middle;
  text-align: center;
  padding: 20px 10px;
}
#comment .table_wrapper .table .tbody .td{
  padding: 20px 10px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#comment .table_wrapper .table .tbody .td .btn{
  height: 40px;
  width: 100%;
  max-width: 260px;
  background-color: #ff8b00;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  border-radius: 4px;
  margin: 0 auto;
  cursor: pointer;
}
#comment .table_wrapper .table .tbody .td .btn + .btn{
  margin-top: 10px;
}
#comment .table_wrapper .table .tbody .td p{
  font-size: 15px;
  /* font-weight: 300; */
}
#comment .table_wrapper .table .tbody .td .howto{
  font-size: 14px;
  font-weight: 500;
  border: none;
  background: none;
  text-decoration: underline;
  color: #009144;
  display: flex;
  align-items: center;
  text-align: left;
  margin: 0 auto;
  cursor: pointer;
}
.ico_pdf::before{
  content: "";
  width: 18px;
  height: 22px;
  background: url('../images/icon_pdf.svg') center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-right: 10px;
}
.ico_mov::before{
  content: "";
  width: 22px;
  height: 20px;
  background: url('../images/icon_movie.svg') center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-right: 10px;
}
.ico_howto::before{
  content: "";
  width: 14px;
  height: 12px;
  background: url('../images/icon_howto.svg') center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-right: 8px;
}

#comment #accounting .table_wrapper .table:nth-child(1) .thead{
  background-color: #3aa91f;
}
#comment #accounting .table_wrapper .table:nth-child(1) .tbody .th{
  border-right: 1px solid #b0dda5;
  color: #3aa91f;
}
#comment #accounting .table_wrapper .table:nth-child(1) .tbody .th,
#comment #accounting .table_wrapper .table:nth-child(1) .tbody .td{
  border-bottom: 1px solid #b0dda5;
}
#comment #accounting .table_wrapper .table:nth-child(1) .tbody{
  border-top: 1px solid #b0dda5;
}
#comment #accounting .table_wrapper .table:nth-child(1) .tbody .tr:nth-child(even) .th,
#comment #accounting .table_wrapper .table:nth-child(1) .tbody .tr:nth-child(even) .td{
  background-color: #ebf6e9;
}
#comment #accounting .table_wrapper .table:nth-child(1) .thead .progress .bar .per{
  color: #009144;
}

#comment #accounting .table_wrapper .table:nth-child(2) .thead{
  background-color: #bb4284;
}
#comment #accounting .table_wrapper .table:nth-child(2) .tbody .th{
  border-right: 1px solid #e4b3ce;
  color: #bb4284;
}
#comment #accounting .table_wrapper .table:nth-child(2) .tbody .th,
#comment #accounting .table_wrapper .table:nth-child(2) .tbody .td{
  border-bottom: 1px solid #e4b3ce;
}
#comment #accounting .table_wrapper .table:nth-child(2) .tbody{
  border-top: 1px solid #e4b3ce;
}
#comment #accounting .table_wrapper .table:nth-child(2) .tbody .tr:nth-child(even) .th,
#comment #accounting .table_wrapper .table:nth-child(2) .tbody .tr:nth-child(even) .td{
  background-color: #f8ecf3;
}
#comment #accounting .table_wrapper .table:nth-child(2) .thead .progress .bar .per{
  color: #bb4284;
}

#comment #taxlaw .table_wrapper .table:nth-child(1) .thead{
  background-color: #dc6a00;
}
#comment #taxlaw .table_wrapper .table:nth-child(1) .tbody .th{
  border-right: 1px solid #f1c399;
  color: #dc6a00;
}
#comment #taxlaw .table_wrapper .table:nth-child(1) .tbody .th,
#comment #taxlaw .table_wrapper .table:nth-child(1) .tbody .td{
  border-bottom: 1px solid #f1c399;
}
#comment #taxlaw .table_wrapper .table:nth-child(1) .tbody{
  border-top: 1px solid #f1c399;
}
#comment #taxlaw .table_wrapper .table:nth-child(1) .tbody .tr:nth-child(even) .th,
#comment #taxlaw .table_wrapper .table:nth-child(1) .tbody .tr:nth-child(even) .td{
  background-color: #fbf0e5;
}
#comment #taxlaw .table_wrapper .table:nth-child(1) .thead .progress .bar .per{
  color: #dc6a00;
}

#comment #taxlaw .table_wrapper .table:nth-child(2) .thead{
  background-color: #3060a5;
}
#comment #taxlaw .table_wrapper .table:nth-child(2) .tbody .th{
  border-right: 1px solid #acbfdb;
  color: #3060a5;
}
#comment #taxlaw .table_wrapper .table:nth-child(2) .tbody .th,
#comment #taxlaw .table_wrapper .table:nth-child(2) .tbody .td{
  border-bottom: 1px solid #acbfdb;
}
#comment #taxlaw .table_wrapper .table:nth-child(2) .tbody{
  border-top: 1px solid #acbfdb;
}
#comment #taxlaw .table_wrapper .table:nth-child(2) .tbody .tr:nth-child(even) .th,
#comment #taxlaw .table_wrapper .table:nth-child(2) .tbody .tr:nth-child(even) .td{
  background-color: #eaeff6;
}
#comment #taxlaw .table_wrapper .table:nth-child(2) .thead .progress .bar .per{
  color: #3060a5;
}

#comment #taxlaw .table_wrapper .table:nth-child(3) .thead{
  background-color: #893b8b;
}
#comment #taxlaw .table_wrapper .table:nth-child(3) .tbody .th{
  border-right: 1px solid #d0b1d1;
  color: #893b8b;
}
#comment #taxlaw .table_wrapper .table:nth-child(3) .tbody .th,
#comment #taxlaw .table_wrapper .table:nth-child(3) .tbody .td{
  border-bottom: 1px solid #d0b1d1;
}
#comment #taxlaw .table_wrapper .table:nth-child(3) .tbody{
  border-top: 1px solid #d0b1d1;
}
#comment #taxlaw .table_wrapper .table:nth-child(3) .tbody .tr:nth-child(even) .th,
#comment #taxlaw .table_wrapper .table:nth-child(3) .tbody .tr:nth-child(even) .td{
  background-color: #f3ebf3;
}
#comment #taxlaw .table_wrapper .table:nth-child(3) .thead .progress .bar .per{
  color: #893b8b;
}

#comment #taxlaw .table_wrapper .table:nth-child(4) .thead{
  background-color: #2681a5;
}
#comment #taxlaw .table_wrapper .table:nth-child(4) .tbody .th{
  border-right: 1px solid #a8cddb;
  color: #2681a5;
}
#comment #taxlaw .table_wrapper .table:nth-child(4) .tbody .th,
#comment #taxlaw .table_wrapper .table:nth-child(4) .tbody .td{
  border-bottom: 1px solid #a8cddb;
}
#comment #taxlaw .table_wrapper .table:nth-child(4) .tbody{
  border-top: 1px solid #a8cddb;
}
#comment #taxlaw .table_wrapper .table:nth-child(4) .tbody .tr:nth-child(even) .th,
#comment #taxlaw .table_wrapper .table:nth-child(4) .tbody .tr:nth-child(even) .td{
  background-color: #e9f2f6;
}
#comment #taxlaw .table_wrapper .table:nth-child(4) .thead .progress .bar .per{
  color: #2681a5;
}




@media all and (max-width: 768px) {
  #comment h3 span{
    font-size: 30px;
  }
  #comment #accounting{
    padding: 40px 0;
  }
  #comment #taxlaw{
    padding: 40px 0;
  }
  #comment #taxlaw .note{
    /* padding: 0;
    overflow-x: scroll;
    background-color: transparent; */
    margin-top: 30px;
    background-color: #fff;
    padding: 17px 20px;
  }
  #comment #taxlaw .note ul li{
    /* white-space: nowrap; */
    font-size: 13px;
    line-height: 1.5;
  }
  #comment #taxlaw .note ul li::before{
    top: 3px;
  }

  #comment #taxlaw .note .mCustomScrollBox{
    padding-top: 20px;
  }
  #comment #taxlaw .note .mCSB_scrollTools{
    bottom: auto;
    top: 0;
    height: 10px;
  }
  #comment #taxlaw .note .mCSB_horizontal.mCSB_inside > .mCSB_container{
    margin-bottom: 0;
    background-color: #fff;
    padding: 17px 20px;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    margin: 0;
    height: 10px;
    border-radius: 0;
    background-color: #cce9da;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    height: 10px;
    background-color: #009144;
    border-radius: 0;
    margin: 0;
  }


  #comment .table_wrapper{
    flex-direction: column;
  }
  #comment .table_wrapper .table{
    width: 100%;
    margin: 20px auto 0;
  }
  #comment .table_wrapper .table .thead .progress{
    flex-direction: column;
  }
  #comment .table_wrapper .table .thead .progress span.title{
    margin-right: 0;
    font-size: 16px;
    line-height: 1.2;
  }
  #comment .table_wrapper .table .thead .progress .bar{
    width: 100%;
    margin-top: 10px;
  }
  #comment .table_wrapper .table .thead .progress .bar .per{
    font-size: 16px;
  }
  #comment .table_wrapper .table .tbody .th{
    font-size: 16px;
    white-space: nowrap;
    width: auto;
  }
  #comment .table_wrapper .table .tbody .td .btn{
    font-size: 16px;
  }
  #comment .table_wrapper .table .tbody .td .btn.ico_pdf,
  #comment .table_wrapper .table .tbody .td .btn.ico_mov{
    height: 60px;
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
  }
  .ico_howto::before{
    width: 22px;
    height: 20px;
  }
}






.modal_area{
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}
.modal_area .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  z-index: 1;
  cursor: pointer;
}
.modal_box{
  max-width: 1000px;
  width: 92.6%;
  max-height: 90%;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.modal_wrapper{
  width: 100%;
  height: 100%;
}
.modal_wrapper.scroll{
  overflow: scroll;
}
.modal_inner{
  padding: 50px;
}
.modal_box h4{
  text-align: center;
}
.modal_box h4 span{
  font-size: 24px;
  line-height: 1.4;
  color: #009144;
  position: relative;
  padding: 0 10px;
  display: inline-block;
}
.modal_box h4 span::before{
  content: "";
  width: 50px;
  height: 1px;
  background-color: #009144;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  margin: auto 0;
}
.modal_box h4 span::after{
  content: "";
  width: 50px;
  height: 1px;
  background-color: #009144;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto 0;
}
.modal_area[data-type="howto"] .modal_inner > p{
  text-align: center;
  /* font-weight: 300; */
  margin-top: 10px;
}
.modal_area[data-type="howto"] .modal_box .method{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 30px;
}
.modal_area[data-type="howto"] .modal_box .method .box{
  width: 28.9%;
}
.modal_area[data-type="howto"] .modal_box .method .box .photo{
  font-size: 0;
  text-align: center;
}
.modal_area[data-type="howto"] .modal_box .method .box .photo img{
  width: 100%;
  height: auto;
}
.modal_area[data-type="howto"] .modal_box .method .box h5{
  font-size: 18px;
  font-weight: 500;
  color: #009144;
  text-align: center;
}
.modal_area[data-type="howto"] .modal_box .method .box p{
  font-size: 14px;
  /* font-weight: 300; */
  line-height: 1.85;
  margin-top: 5px;
}
.modal_area[data-type="howto"] .modal_box .method .box p a{
  display: block;
  color: #009144;
  position: relative;
  padding-left: 15px;
}
.modal_area[data-type="howto"] .modal_box .method .box p a::before{
  content: ">";
  position: absolute;
  top: 0;
  left: 0;
}
.modal_area[data-type="howto"] .modal_box .method .box p b{
  font-weight: bold;
}
.modal_area[data-type="howto"] .modal_box .close{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -10px;
  z-index: 3;
  background-color: #ff8b00;
  cursor: pointer;
}
.modal_area[data-type="howto"] .modal_box .close::before{
  content: "";
  width: 12px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal_area[data-type="howto"] .modal_box .close::after{
  content: "";
  width: 12px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal_area[data-type="howto"] .modal_box .red{
  color: #bb4284;
}
.modal_area[data-type="howto"] .modal_box .ul{
  text-decoration: underline;
}

.modal_area[data-type="bulletin"] .modal_inner > ul{
  counter-reset: item;
  margin-top: 30px;
}
.modal_area[data-type="bulletin"] .modal_inner > ul > li:nth-child(n+2){
  margin-top: 30px;
}
.modal_area[data-type="bulletin"] ul li h5{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  color: #009144;
  margin-bottom: 20px;
}
.modal_area[data-type="bulletin"] ul li h5::before{
  counter-increment: item;
  content: counter(item);
  line-height: 24px;
  display: inline-block;
  width: 24px;
  color: #fff;
  background-color: #009144;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}
.modal_area[data-type="bulletin"] ul li h5 small{
  font-size: 16px;
  color: #3e3a39;
  margin-left: 10px;
  /* font-weight: 300; */
}
.modal_area[data-type="bulletin"] ul li .photo{
  font-size: 0;
  text-align: center;
}
.modal_area[data-type="bulletin"] ul li .photo img{
  max-width: 700px;
  width: 100%;
  height: auto;
}
.modal_area[data-type="bulletin"] ul li .comment{
  font-size: 16px;
  line-height: 1.6;
  /* font-weight: 300; */
  color: #009144;
  background-color: #e5f4ec;
  margin: 20px 0;
  padding: 18px 10px;
  text-align: center;
}
.modal_area[data-type="bulletin"] ul.note_list{
  padding: 0 10px;
}
.modal_area[data-type="bulletin"] ul.note_list > li{
  font-size: 14px;
  line-height: 1.7;
  /* font-weight: 300; */
  padding-left: 20px;
  position: relative;
}
.modal_area[data-type="bulletin"] ul.note_list > li:nth-child(n+2){
  margin-top: 10px;
}
.modal_area[data-type="bulletin"] ul.note_list > li::before {
  content: "";
  width: 15px;
  height: 12px;
  background: url('../images/icon_check.svg') center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: 0;
}
.modal_area[data-type="bulletin"] ul.note_list > li.em{
  margin-top: 20px;
}
.modal_area[data-type="bulletin"] ul.note_list > li.em::before{
  background-image: url('../images/icon_check_orange.svg');
}
.modal_area[data-type="bulletin"] .btn_box{
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_area[data-type="bulletin"] .btn_box .btn{
  min-width: 240px;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
  background-color: #ff8b00;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}
.modal_area[data-type="bulletin"] .btn_box .btn:nth-child(n+2){
  margin-left: 20px;
}
.modal_area[data-type="bulletin"] .btn_box .btn.close{
  background: #009144;
}

/* ボタン グレーアウト */
#comment .table_wrapper .table .tbody .td a.btn[data-active="false"],
.modal_area[data-type="bulletin"] .btn_box .btn.disabled{
  background-color: #b3b3b3;
  color: #848484;
  cursor: default;
  pointer-events: none;
}
#comment .table_wrapper .table .tbody .td a.btn[data-active="false"]:hover,
.modal_area[data-type="bulletin"] .btn_box .btn.disabled:hover{
  opacity: 1;
}
.ico_pdf[data-active="false"]::before{
  background-image: url('../images/icon_pdf_gray.svg');
}
.ico_mov[data-active="false"]::before{
  background-image: url('../images/icon_movie_gray.svg');
}





@media all and (max-width: 768px) {
  .modal_inner{
    padding: 25px;
  }
  .modal_box h4 span{
    font-size: 20px;
  }
  .modal_box h4 span::before,
  .modal_box h4 span::after{
    width: 30px;
  }
  .modal_area[data-type="howto"] .modal_box .method{
    flex-direction: column;
    margin-top: 20px;
  }
  .modal_area[data-type="howto"] .modal_box .method .box{
    width: 100%;
  }
  .modal_area[data-type="howto"] .modal_box .method .box:nth-child(n+2){
    margin-top: 20px;
  }
  .modal_area[data-type="howto"] .modal_box .method .box .photo img{
    max-width: 260px;
  }
  .modal_area[data-type="howto"] .modal_box .method .box h5{
    font-size: 16px;
  }
  .modal_area[data-type="howto"] .modal_box .method .box p{
    font-size: 12px;
  }
  .modal_area[data-type="bulletin"] .modal_box h4 span{
    font-size: 17px;
    padding: 0 5px;
  }
  .modal_area[data-type="bulletin"] .modal_inner > ul{
    margin-top: 10px;
  }
  .modal_area[data-type="bulletin"] ul li h5{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .modal_area[data-type="bulletin"] ul li h5::before {
    line-height: 20px;
    width: 20px;
    margin-right: 5px;
  }
  .modal_area[data-type="bulletin"] ul li h5 small {
    display: block;
    font-size: 12px;
    margin-left: 0;
  }
  .modal_area[data-type="bulletin"] ul li .comment {
    font-size: 13px;
    margin: 10px 0;
    padding: 10px 5%;
  }
  .modal_area[data-type="bulletin"] ul.note_list {
    padding: 0 5px;
  }
  .modal_area[data-type="bulletin"] .btn_box {
    margin-top: 20px;
    flex-direction: column;
  }
  .modal_area[data-type="bulletin"] .btn_box .btn:nth-child(n+2){
    margin-left: 0;
  }
  .modal_area[data-type="bulletin"] .btn_box .btn:nth-child(2){
    order: 1;
  }
  .modal_area[data-type="bulletin"] .btn_box .btn:nth-child(1){
    order: 2;
    margin-top: 5px;
  }
}





#campaign{
  padding-bottom: 50px;
}
#campaign .container{
  background-color: #fff6cc;
  margin-top: 80px;
  padding: 40px 20px 35px;
  border: 1px dashed #ff8b00;
}
#campaign .container + .container{
  margin-top: 20px;
}
#campaign .title{
  display: flex;
  justify-content: center;
  align-items: center;
}
#campaign .title .bubble{
  margin-right: 30px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: bold;
  background-color: #009144;
  color: #fff;
  text-align: left;
  border-radius: 5px;
  padding: 15px 10px 15px 18px;
  position: relative;
}
#campaign .title .bubble::after{
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #009144;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto 0;
}
#campaign .title .bubble .ul{
  position: relative;
  z-index: 1;
}
#campaign .title .bubble .ul::before{
  content: "";
  width: 100%;
  height: 10px;
  background-color: #33a769;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#campaign .detail{
  margin-top: 20px;
}
#campaign p{
  /* font-weight: 300; */
  text-align: center;
}
#campaign .term{
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  color: #009144;
  border-top: 1px solid #009144;
  border-bottom: 1px solid #009144;
  padding: 13px 0;
}
#campaign a{
  width: 400px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff8b00;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  margin: 30px auto 0;
}





@media all and (max-width: 768px) {
  #campaign{
    padding-bottom: 30px;
  }
  #campaign .container{
    margin-top: 50px;
    padding: 20px 5% 15px;
  }
  #campaign .title{
    flex-direction: column;
    align-items: center;
  }
  #campaign .title .bubble{
    font-size: 16px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
    padding: 5px 0;
    max-width: 300px;
  }
  #campaign .title .bubble::after{
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #009144;
    border-bottom: none;
    right: 0;
    left: 0;
    top: 100%;
    bottom: auto;
    margin: 0 auto;
  }
  #campaign .title h3{
    font-size: 22px;
    text-align: center;
  }
  #campaign p{
    font-size: 14px;
  }
  #campaign .term{
    font-size: 16px;
  }
  #campaign a{
    width: 100%;
    max-width: 310px;
    margin-top: 20px;
  }
}







/*----------------- reason -----------------*/
#reason{}
#reason #points{
  padding-bottom: 90px;
}
#reason h3{
  text-align: center;
  margin-bottom: 50px;
}
#reason h3 span.dot_line{
  display: inline-block;
  border-bottom: 1px dashed #009144;
  padding-bottom: 20px;
  font-size: 50px;
  line-height: 1.4;
  color: #009144;
  text-align: center;
}
#reason h3 span.dot_line small{
  font-size: .8em;
  display: block;
}
#reason #points .container{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#reason #points .box{
  width: 23%;
}
#reason #points .box .photo{
  font-size: 0;
  text-align: center;
}
#reason #points .box .photo img{
  width: 100%;
  max-width: 480px;
  height: auto;
}
#reason #points .box .text{
  position: relative;
  padding-top: 40px;
}
#reason #points .box .text .badge{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1.33;
  text-align: center;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #009144;
}
#reason #points .box .text h4{
  font-size: 17px;
  line-height: 1.7;
  font-weight: bold;
  color: #009144;
  text-align: center;
  border-bottom: 1px dashed #009144;
  padding-bottom: 7px;
  margin-bottom: 10px;
  letter-spacing: 0;
}
#reason #points .box .text p{
  font-size: 15px;
  line-height: 2;
  /* font-weight: 300; */
}






#session{
  padding: 90px 0 100px;
}
#session .container{
  max-width: 980px;
}
#session h3{
  text-align: center;
  margin-bottom: 10px;
}
#session h3 span{
  color: #009144;
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
#session h3 span::before{
  content: "";
  width: 50px;
  height: 1px;
  background-color: #009144;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  margin: auto 0;
}
#session h3 span::after{
  content: "";
  width: 50px;
  height: 1px;
  background-color: #009144;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto 0;
}
#session p{
  /* font-weight: 300; */
  text-align: center;
}

#session .table_wrapper{
  margin: 30px 0 40px;
}
#session table{
  width: 100%;
  background-color: #fff;
  table-layout: fixed;
}
#session table th,
#session table td{
  font-size: 16px;
  /* font-weight: 300; */
  text-align: center;
  line-height: 30px;
  padding: 5px 0;
}
#session table thead tr{
  background-color: #33a769;
}
#session thead tr th:nth-child(n+2){
  border-left: 1px solid #99d3b4;
}
#session table thead th{
  color: #fff;
  border-bottom: 1px solid #66bd8f;
}
#session table tbody th{
  color: #009144;
  background-color: #cce9da;
}
#session table tbody th,
#session table tbody td{
  border-bottom: 1px solid #99d3b4;
}
#session table tbody td{
  border-left: 1px solid #99d3b4;
}
#session table tr th:first-child{
  width: 30%;
}
#session table tr td:nth-child(2){
  width: 25%;
}
#session table tr td:nth-child(3){
  width: 20%;
}
#session table tr td:nth-child(4){
  width: 25%;
}

#session a.btn {
  width: 400px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff8b00;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  margin: 30px auto 0;
}











@media all and (max-width: 768px) {
  #reason h2{
    font-size: 24px;
    padding: 28px 0;
  }
  #reason h3{
    margin-bottom: 30px;
  }
  #reason h3 span.dot_line{
    padding-bottom: 10px;
    font-size: 24px;
  }
  #reason #points .container{
    flex-direction: column;
  }
  #reason #points .box{
    width: 100%;
  }
  #reason #points .box:nth-child(n+2){
    margin-top: 40px;
  }
  #reason #points .box .text h4{
    font-size: 20px;
  }
  #reason #points .box .text p{
    font-size: 14px;
  }



  #session{
    padding: 30px 0 40px;
  }
  #session h3 span{
    font-size: 20px;
  }
  #session p{
    font-size: 14px;
  }

  #session .table_wrapper{
    overflow: scroll;
    margin: 20px 0 30px;
  }
  #session table{
    width: 700px;
  }
  #session table th,
  #session table td{
    font-size: 14px;
    white-space: nowrap;
  }

  #session .mCSB_horizontal.mCSB_inside > .mCSB_container{
    margin-bottom: 0;
    padding-top: 30px;
  }
  #session .mCSB_scrollTools.mCSB_scrollTools_horizontal{
    height: 10px;
    top: 0;
    bottom: auto;
  }

  #session a.btn {
    width: 100%;
    max-width: 310px;
    font-size: 16px;
    height: 40px;
  }
}













/*----------------- voice -----------------*/
#voice{
  background-color: #e5f4ec;
  padding: 100px 0;
}
#voice .container > p{
  text-align: center;
  /* font-weight: 300; */
}
#voice  ul{
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#voice  ul li{
  width: 47%;
  position: relative;
  padding: 15px 0 40px;
}
#voice  ul li:not(:last-child){
  margin-bottom: 5px;
}
#voice  ul li .badge{
  font-size: 12px;
  line-height: 1.67;
  font-weight: 500;
  color: #fff;
  background-color: #009144;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 3;
  text-align: center;
  font-weight: 500;
}
#voice  ul li .badge span{
  font-weight: bold;
  display: block;
}
#voice  ul li p{
  line-height: 1.9;
  /* font-weight: 300; */
  position: relative;
  background: url('../images/voice_bubble_md.png') center top repeat-y;
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
  width: 90%;
  max-width: 455px;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 10px 40px;
  display: flex;
  align-items: center;
}
#voice  ul li p::before{
  content: "";
  width: 100%;
  height: 15px;
  background: url('../images/voice_bubble_top.png') center bottom no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: -15px;
  z-index: 2;
}
#voice  ul li p::after{
  content: "";
  width: 100%;
  height: 40px;
  background: url('../images/voice_bubble_btm.png') center top no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: -40px;
  z-index: 2;
}

@media all and (min-width: 769px) {
  #voice  ul li.wide{
    width: 100%;
  }
  #voice  ul li.wide p{
    max-width: none;
    width: 95.3%;
    background-image: url('../images/voice_wide_bubble_md.png');
  }
  #voice  ul li.wide p::before{
    height: 20px;
    top: -20px;
    background-image: url('../images/voice_wide_bubble_top.png');
  }
  #voice  ul li.wide p::after{
    height: 45px;
    bottom: -45px;
    background-image: url('../images/voice_wide_bubble_btm.png');
  }
}

#voice  ul li.wide p{
  align-items: flex-start;
}
#voice  ul li.wide p .img{
  width: 20%;
  max-width: 150px;
  flex-shrink: 0;
}
#voice  ul li.wide p .img img{
  display: block;
  width: 100%;
  height: auto;
}
#voice  ul li.wide p .txt{
  width: 100%;
  padding-left: 25px;
}
#voice  ul li.wide p .txt .ttl{
  display: block;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
  margin-left: -10px;
  color: #009144;
}
#voice  ul li.wide p .txt .body{
  display: none;
}
#voice  ul li.wide p .txt button{
  display: inline-flex;
  align-items: center;
  border: none;
  background: none;
  cursor: pointer;
  color: #009144;
  text-decoration: underline;
}
#voice  ul li.wide p .txt button:hover::after{
  text-decoration: none;
}
#voice  ul li.wide p .txt .open_btn::before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #009144;
  border-width: 7px 0 7px 11px;
  display: block;
  margin-right: 5px;
}
#voice  ul li.wide p .txt .close_btn,
#voice  ul li.wide p .txt.open .open_btn{
  display: none;
}
#voice  ul li.wide p .txt.open .close_btn{
  display: flex;
  margin: 10px 0 0 auto;
}
#voice  ul li.wide p .txt.open .close_btn::after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #009144 transparent;
  border-width: 0 7px 11px 7px;
  display: block;
  margin-left: 5px;
}
#voice a.btn {
  width: 400px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff8b00;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  margin: 30px auto 0;
}








@media all and (max-width: 768px) {
  #voice{
    padding: 50px 0;
  }
  #voice h2{
    font-size: 26px;
  }
  #voice .container > p{
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }
  #voice ul{
    flex-direction: column;
  }
  #voice ul li{
    width: 100%;
  }
  #voice ul li .badge{
    font-size: 11px;
    width: 80px;
    height: 80px;
  }
  #voice ul li p{
    font-size: 14px;
    line-height: 1.7;
    padding: 10px 24px 10px 20px;
    max-width: none;
  }
  #voice ul li:last-child{
    margin-bottom: 0;
  }

  #voice ul li.wide p{
    display: block;
  }
  #voice ul li.wide p .img{
    display: block;
    width: 30%;
    max-width: 100px;
    float: left;
    margin-right: 3%;
  }
  #voice ul li.wide p .txt{
    padding-left: 0;
  }
  #voice ul li.wide p .txt .ttl{
    font-size: 16px;
    margin-left: 0;
  }
  #voice ul li.wide p .txt .opening{
    clear: both;
    display: inline-block;
    margin-top: 10px;
  }
  #voice ul li.wide p .txt button{
    display: flex;
    margin: 0 0 0 auto;
  }
  #voice ul li.wide p .txt .open_btn::before{
    border-width: 5px 0 5px 9px;
  }
  #voice ul li.wide p .txt.open .close_btn::after{
    border-width: 0 5px 9px 5px;
  }
  #voice a.btn {
    width: 100%;
    max-width: 310px;
    font-size: 16px;
    height: 40px;
  }
}










/*----------------- cv -----------------*/
#cv{
  background-color: #fff6cc;
  padding: 60px 0;
}
#cv .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cv a{
  width: 29.6%;
  height: 120px;
  border-radius: 4px;
  font-size: 20px;
  line-height: 1.5;
  padding: 0 10px;
  color: #fff;
  background-color: #ff8b00;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: left;
}

#cv a.double{
  width: 47%;
  height: 120px;
  border-radius: 4px;
  font-size: 20px;
  line-height: 1.5;
  padding: 0 10px;
  color: #fff;
  background-color: #ff8b00;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: left;
}

#cv a::before{
  content: "";
  margin-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
#cv a:nth-child(1)::before{
  width: 38px;
  height: 36px;
  background-image: url('../images/icon_apply.svg');
}
#cv a:nth-child(2)::before{
  width: 36px;
  height: 40px;
  /*background-image: url('../images/icon_exp.svg');*/
  background-image: url('../images/icon_resume.svg');
}
#cv a:nth-child(3)::before{
  width: 29px;
  height: 36px;
  background-image: url('../images/icon_doc.svg');
}




@media all and (max-width: 768px) {
  #cv .container{
    flex-direction: column;
  }
  #cv a{
    width: 100%;
    height: 60px;
    font-size: 16px;
    line-height: 1.375;
  }
  #cv a.double{
    width: 100%;
    height: 60px;
    font-size: 16px;
    line-height: 1.375;
  }
  #cv a:nth-child(n+2){
    margin-top: 20px;
  }
  #cv a:nth-child(1)::before{
    width: 26px;
    height: 24px;
  }
  #cv a:nth-child(2)::before{
    width: 24px;
    height: 27px;
  }
  #cv a:nth-child(3)::before{
    width: 19px;
    height: 24px;
  }
}


@media all and (max-width: 999px) {
  #cv a{
    font-size: 16px;
  }
}


@media all and (max-width: 768px) and (min-width: 351px) {
  #cv a:nth-child(1) br{
    display: none;
  }
}





/*----------------- footer -----------------*/
footer{
  padding: 60px 0;
  background-color: #009144;
}
footer .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .nav{
  display: flex;
}
footer .nav a{
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  padding-right: 10px;
  display: inline-block;
}
footer .nav a:nth-child(n+2){
  padding-left: 10px;
  border-left: 1px solid #fff;
}
footer small{
  font-size: 12px;
  color: #fff;
  /* font-weight: 300; */
}



@media all and (max-width: 768px) {
  footer{
    padding: 30px 0;
  }
  footer .container{
    flex-direction: column;
  }
  footer .nav {
    margin-bottom: 10px;
  }
  footer .nav a{
    font-size: 12px;
    padding-right: 7px;
  }
  footer .nav a:nth-child(n+2){
    padding-left: 7px;
  }
  footer small{
    font-size: 10px;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}


#voice .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px; /* 上下のパディングを詰める */
  background-color: #f9f9f9;
  text-align: center;
}

#voice .video-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#voice .video-item {
  width: 48%;
  margin-bottom: 10px; /* コンテンツ間の上下幅を縮小 */
}

#voice .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 アスペクト比 */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* シャドウの強さを調整 */
}

#voice .video-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer; /* サムネイルがクリックできることを示す */
}

#voice .video-description {
  background-color: #ffefc1; /* 色味のある背景色に変更 */
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* シャドウの強さを調整 */
  margin-bottom: 5px; /* 上下幅をさらに縮小 */
  font-size: 16px;
  font-weight: bold;
  color: #333; /* フォントカラーを調整 */
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer; /* video-descriptionがクリックできることを示す */
}

#voice .subject-name {
  font-size: 18px; /* 科目名のフォントを強調 */
  color: #d9534f; /* 科目名のフォントカラーを調整 */
  text-align: left;
}

#voice .person-name {
  font-size: 16px;
  color: #333; /* お名前のフォントカラーを黒に戻す */
  text-align: right;
}

.video-link {
  text-decoration: none;
  color: inherit;
}

/* スマートフォン向けのスタイル */
@media (max-width: 768px) {
  #voice .video-item {
    width: 100%;
  }

  #voice .video-description {
    flex-direction: column;
    align-items: flex-start;
    padding: 5px 10px;
  }

  #voice .subject-name,
  #voice .person-name {
    text-align: left;
  }

  #voice .person-name {
    margin-top: 0px;
  }
}


#video-section {
  padding: 20px 0;
  background-color: #f9f9f9;
}

#video-section .container {
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 0 10px;
  box-sizing: border-box;
}

#video-section h2 {
  font-size: 20px;
  color: #333;
  text-align: center;
}

.video-buttons {
  text-align: center;
  margin-bottom: 4px;
}

.video-buttons.bokiron button {
  background-color: #3aa91f;
}

.video-buttons.bokiron button:disabled {
  background-color: #2d7d15;
}

.video-buttons.zaimushohyoron button {
  background-color: #bb4284;
}

.video-buttons.zaimushohyoron button:disabled {
  background-color: #8a3262;
}

.video-buttons.houjinzeihou button {
  background-color: #dc6a00;
}

.video-buttons.houjinzeihou button:disabled {
  background-color: #a65100;
}

.video-buttons.souzokuzeihou button {
  background-color: #3060a5;
}

.video-buttons.souzokuzeihou button:disabled {
  background-color: #24477b;
}

.video-buttons.shouhizeihou button {
  background-color: #893b8b;
}

.video-buttons.shouhizeihou button:disabled {
  background-color: #632a64;
}

.video-buttons.kokuzeichoushuhou button {
  background-color: #2681a5;
}

.video-buttons.kokuzeichoushuhou button:disabled {
  background-color: #1d647b;
}

.video-buttons button {
  color: white;
  border: none;
  padding: 5px 10px;
  margin: 3px;
  cursor: pointer;
  opacity: 1;
}

.video-buttons button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.video-buttons button:hover:enabled {
  filter: brightness(0.9);
}

.video-info {
  text-align: center;
  margin-bottom: 4px;
}

.video-container {
  text-align: center;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie_title{
  font-weight:600;
}
