@charset "UTF-8";
/* メディアクエリの設定 */
/* 基本設定
------------------------------------------------------------*/
html {
  letter-spacing: 1.5px;
}

body {
  font-family: "Inter", "Noto Sans JP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif, "Noto Sans JP", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #000;
}

section.top_pt {
  padding-top: 60px;
}

.ttlf {
  font-family: "Inter", "Noto Sans JP", serif;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

.orenge {
  color: #eb5e00;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #cdcdcd;
  transition: all 0.3s ease;
}

a.orenge {
  text-decoration: none;
  color: #eb5e00;
}

a.orenge:hover {
  color: hwb(24 56% 9%/0.651);
  transition: all 0.3s ease;
}

.ssp {
  display: none;
}
@media only screen and (max-width: 400px) {
  .ssp {
    display: inline-block;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 600px) {
  .sp {
    display: inline-block;
  }
}

.tab {
  display: none;
}
@media only screen and (max-width: 900px) {
  .tab {
    display: inline-block;
  }
}

.pc {
  display: block;
}
@media only screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}

.pc_tab {
  display: block;
}
@media only screen and (max-width: 900px) {
  .pc_tab {
    display: none;
  }
}

.spc {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .spc {
    display: none;
  }
}

body {
  line-height: 1.2;
}

dl,
dt,
dd,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
blockquote,
th,
td {
  line-height: 1.2;
  box-sizing: border-box;
  letter-spacing: 1.5px;
}

.t_center {
  text-align: center;
}

.fw {
  font-weight: bold;
}

figure {
  margin: 0;
}
figure img {
  width: 100%;
}

p,
h2,
h3 {
  line-height: 1.8;
  letter-spacing: 0;
}

section .w_full {
  width: 100%;
}

section .w_1500 {
  width: min(1500px, 98%);
  margin: 0 auto;
}

section .w_1200 {
  width: min(1200px, 98%);
  margin: 0 auto;
  padding: 3% 0 0 0;
}

section .w_900 {
  width: min(990px, 98%);
  margin: 0 auto;
}

section .w_700 {
  width: min(700px, 98%);
  margin: 0 auto;
}

.p16 {
  font-size: clamp(0.875rem, 0.841rem + 0.17vw, 1rem);
}
@media only screen and (max-width: 600px) {
  .p16 {
    line-height: 1.2;
  }
}

.p16b {
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  .p16b {
    font-size: 14px;
  }
}

.p18 {
  font-size: clamp(1rem, 0.909rem + 0.18vw, 1.125rem);
}
@media only screen and (max-width: 600px) {
  .p18 {
    line-height: 1.2;
  }
}

.p18b {
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
  .p18b {
    font-size: 16px;
  }
}

.p20 {
  font-size: clamp(1.125rem, 1.034rem + 0.18vw, 1.25rem);
}
@media only screen and (max-width: 600px) {
  .p20 {
    line-height: 1.2;
  }
}

.p20b {
  font-size: clamp(1.125rem, 1.034rem + 0.18vw, 1.25rem);
}
@media only screen and (max-width: 600px) {
  .p20b {
    font-size: clamp(1rem, 0.857rem + 0.71vw, 1.125rem);
  }
}

.p22 {
  font-size: clamp(1.125rem, 0.943rem + 0.36vw, 1.375rem);
}
@media only screen and (max-width: 600px) {
  .p22 {
    line-height: 1.2;
  }
}

.p22b {
  font-size: clamp(1.125rem, 0.943rem + 0.36vw, 1.375rem);
}
@media only screen and (max-width: 600px) {
  .p22b {
    font-size: clamp(0.75rem, 0.321rem + 2.14vw, 1.125rem);
  }
}

.p24 {
  font-size: clamp(1.25rem, 1.068rem + 0.36vw, 1.5rem);
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .p24 {
    line-height: 1.2;
  }
}

.p24b {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .p24b {
    font-size: clamp(1rem, 0.429rem + 2.86vw, 1.5rem);
  }
}

.p28 {
  font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.75rem);
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .p28 {
    line-height: 1.2;
  }
}

.p32 {
  font-size: clamp(1.375rem, 0.92rem + 0.91vw, 2rem);
}

.p34 {
  font-size: clamp(1.375rem, 1.172rem + 1.02vw, 2.125rem);
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .p34 {
    line-height: 1.2;
  }
}

.p40,
.fvtxt {
  font-size: clamp(1.5rem, 0.773rem + 1.45vw, 2.5rem);
  line-height: 1.2;
}

.p40,
.h2 {
  font-size: clamp(1.875rem, 1.42rem + 0.91vw, 2.5rem);
}

.p40b {
  font-size: 40px;
}
@media only screen and (max-width: 600px) {
  .p40b {
    font-size: clamp(1.5rem, 0.357rem + 5.71vw, 2.5rem);
  }
}

.p56 {
  font-size: clamp(1.875rem, 1.434rem + 2.2vw, 3.5rem);
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .p56 {
    line-height: 1.4;
  }
}

.p110 {
  font-size: clamp(3.125rem, 2.108rem + 5.08vw, 6.875rem);
  font-weight: bold;
  font-family: Montserrat;
  line-height: 1.3;
}
@media only screen and (max-width: 600px) {
  .p110 {
    line-height: 1.4;
  }
}

.p140 {
  font-size: clamp(3.25rem, 1.758rem + 7.46vw, 8.75rem);
  font-weight: lighter;
  color: #ececec;
  font-family: Montserrat;
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  .p140 {
    line-height: 1.6;
  }
}

.pbtn {
  font-size: clamp(1.5rem, 1.409rem + 0.18vw, 1.625rem);
}
@media only screen and (max-width: 600px) {
  .pbtn {
    font-size: clamp(1rem, 0.429rem + 2.86vw, 1.5rem);
  }
}

.h3b {
  font-size: clamp(1.375rem, 0.92rem + 0.91vw, 2rem);
}
@media only screen and (max-width: 600px) {
  .h3b {
    font-size: clamp(1rem, 0.571rem + 2.14vw, 1.375rem);
  }
}

.h3a {
  font-size: clamp(1.5rem, 1.136rem + 0.73vw, 2rem);
}
@media only screen and (max-width: 600px) {
  .h3a {
    font-size: clamp(1.25rem, 0.964rem + 1.43vw, 1.5rem);
  }
}

.h2a {
  font-size: 40px;
}
@media only screen and (max-width: 600px) {
  .h2a {
    font-size: clamp(1.625rem, 0.625rem + 5vw, 2.5rem);
  }
}

.line_12 {
  line-height: 1.2;
}

.line_14 {
  line-height: 1.4;
}

.line_16 {
  line-height: 1.6;
}

.line_18 {
  line-height: 1.8;
}

@media only screen and (max-width: 600px) {
  .line_18_sp {
    line-height: 1.8;
  }
}

@media only screen and (max-width: 600px) {
  .line_16_sp {
    line-height: 1.6;
  }
}

@media only screen and (max-width: 600px) {
  .line_14_sp {
    line-height: 1.4;
  }
}

.pb1 {
  padding-bottom: 1%;
}

.pb2 {
  padding-bottom: 2%;
}

.pb4 {
  padding-bottom: 4%;
}

.pb6 {
  padding-bottom: 6%;
}

.pb8 {
  padding-bottom: 8%;
}

.pb10 {
  padding-bottom: 10%;
}

.pb2_sp {
  padding-bottom: 2%;
}
@media only screen and (max-width: 600px) {
  .pb2_sp {
    padding-bottom: 2%;
  }
}

@media only screen and (max-width: 600px) {
  .pb4_sp {
    padding-bottom: 4%;
  }
}

@media only screen and (max-width: 600px) {
  .pb6_sp {
    padding-bottom: 6%;
  }
}

@media only screen and (max-width: 600px) {
  .pb8_sp {
    padding-bottom: 8%;
  }
}

@media only screen and (max-width: 600px) {
  .pb10_sp {
    padding-bottom: 10%;
  }
}

@media only screen and (max-width: 600px) {
  .pb12_sp {
    padding-bottom: 12%;
  }
}

@media only screen and (max-width: 600px) {
  .pb14_sp {
    padding-bottom: 14%;
  }
}

.fw_400 {
  font-weight: 400;
}

.line_12 {
  line-height: 1.2;
}

.line_14 {
  line-height: 1.4;
}

.line_16 {
  line-height: 1.6;
}

.line_18 {
  line-height: 1.8;
}

@media only screen and (max-width: 600px) {
  .line_18_sp {
    line-height: 1.8;
  }
}

@media only screen and (max-width: 600px) {
  .line_16_sp {
    line-height: 1.6;
  }
}

@media only screen and (max-width: 600px) {
  .line_14_sp {
    line-height: 1.4;
  }
}

.pb1 {
  padding-bottom: 1%;
}

.pb2 {
  padding-bottom: 2%;
}

.pb4 {
  padding-bottom: 4%;
}

.pb6 {
  padding-bottom: 6%;
}

.pb8 {
  padding-bottom: 8%;
}

.pb10 {
  padding-bottom: 10%;
}

.pb2_sp {
  padding-bottom: 2%;
}
@media only screen and (max-width: 600px) {
  .pb2_sp {
    padding-bottom: 2%;
  }
}

@media only screen and (max-width: 600px) {
  .pb4_sp {
    padding-bottom: 4%;
  }
}

@media only screen and (max-width: 600px) {
  .pb6_sp {
    padding-bottom: 6%;
  }
}

@media only screen and (max-width: 600px) {
  .pb8_sp {
    padding-bottom: 8%;
  }
}

@media only screen and (max-width: 600px) {
  .pb10_sp {
    padding-bottom: 10%;
  }
}

@media only screen and (max-width: 600px) {
  .pb12_sp {
    padding-bottom: 12%;
  }
}

@media only screen and (max-width: 600px) {
  .pb14_sp {
    padding-bottom: 14%;
  }
}

.fukidasi figure {
  width: 85px;
  margin: 0 auto;
}

.fukidasi2 figure {
  width: 31px;
  height: 27px;
  margin: 0 auto;
}

a:hover {
  transition: all 0.3s ease;
  opacity: 0.5;
}

.linka {
  color: #548235;
  text-decoration: underline;
}

header {
  position: fixed;
  width: 100%;
  box-shadow: rgb(202, 202, 202) 1px 2px 3px 0px;
  z-index: 100;
}
header .area_header {
  border-bottom: 1px solid #dfdfdf;
  background-color: #fff;
}
header .area_header .in_area_header {
  display: flex;
  align-items: center;
}
header .area_header .in_area_header .col_left {
  width: 10%;
}
header .area_header .in_area_header .col_left figure {
  padding-left: 10%;
}
header .area_header .in_area_header .col_left figure img {
  width: 70px;
}
@media only screen and (max-width: 1500px) {
  header .area_header .in_area_header .col_left figure img {
    height: auto;
  }
}
header .area_header .in_area_header .col_right {
  width: 90%;
}
header .area_header .in_area_header .col_right .in_col_right {
  display: flex;
  justify-content: end;
  align-items: center;
}
header .area_header .in_area_header .col_right .in_col_right .navi.ptn1 {
  padding-right: 2%;
  width: auto;
}
@media only screen and (max-width: 900px) {
  header .area_header .in_area_header .col_right .in_col_right .navi.ptn1 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  header .area_header .in_area_header .col_right .in_col_right .navi.ptn1 {
    display: none;
  }
}
header .area_header .in_area_header .col_right .in_col_right .lastnavi {
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  color: #fff;
  font-weight: bold;
  background-color: #285c00;
  justify-content: center;
  width: 120px;
}
@media only screen and (max-width: 600px) {
  header .area_header .in_area_header .col_right .in_col_right .lastnavi {
    width: 100px;
  }
}
header .area_header .in_area_header .col_right .in_col_right .lastnavi.ptn2 {
  background-color: #595959;
  width: 180px;
}
@media only screen and (max-width: 600px) {
  header .area_header .in_area_header .col_right .in_col_right .lastnavi.ptn2 {
    width: 120px;
  }
}
header .area_header .in_area_header .col_right .in_col_right .lastnavi.ptn2 p {
  line-height: 1.2;
}

#fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.82); /* 白(255,255,255)で透明度30% */
  z-index: 0;
}

#fv {
  background: url(../img/fv_bgimg.jpg) no-repeat top center;
  padding-top: 85px;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  #fv {
    padding-top: 85px;
    background-size: cover;
  }
}
@media only screen and (max-width: 400px) {
  #fv {
    padding-top: 60px;
    background-size: cover;
  }
}
#fv .area_fv {
  padding: 4rem 0;
  z-index: 10;
}
@media only screen and (max-width: 900px) {
  #fv .area_fv {
    padding-top: 2rem;
  }
}
#fv .area_fv .in_area_fv {
  display: flex;
  align-items: center;
  z-index: 10;
}
#fv .area_fv .in_area_fv .box_col_left {
  width: 50%;
  z-index: 10;
}
@media only screen and (max-width: 900px) {
  #fv .area_fv .in_area_fv .box_col_left {
    width: 100%;
  }
}
#fv .area_fv .in_area_fv .box_col_left h1 {
  font-size: clamp(1.5rem, 0.773rem + 1.45vw, 2.5rem);
  line-height: 1.2;
}
#fv .area_fv .in_area_fv .box_col_left h1 span {
  font-size: clamp(2.188rem, 1.42rem + 1.36vw, 3.125rem);
  font-weight: bold;
  font-weight: bolder;
  letter-spacing: -4px;
}
@media only screen and (max-width: 900px) {
  #fv .area_fv .in_area_fv .box_col_left h1 span {
    font-size: 6vw;
  }
}
@media only screen and (max-width: 600px) {
  #fv .area_fv .in_area_fv .box_col_left h1 span {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 900px) {
  #fv .area_fv .in_area_fv .box_col_left h1 {
    text-align: center;
    font-size: 5vw;
  }
}
#fv .area_fv .in_area_fv .box_col_left .subtxt {
  line-height: 1.2;
  font-size: clamp(1.125rem, 0.852rem + 0.55vw, 1.5rem);
}
@media only screen and (max-width: 900px) {
  #fv .area_fv .in_area_fv .box_col_left .subtxt {
    text-align: center;
  }
}
#fv .area_fv .in_area_fv .box_col_left .tab_img {
  width: 100%;
  padding: 0 4% 4%;
}
#fv .area_fv .in_area_fv .box_col_left .bl_btn .in_bl_btn {
  display: flex;
  gap: 4%;
}
@media only screen and (max-width: 900px) {
  #fv .area_fv .in_area_fv .box_col_left .bl_btn .in_bl_btn {
    justify-content: center;
  }
}
@media only screen and (max-width: 400px) {
  #fv .area_fv .in_area_fv .box_col_left .bl_btn .in_bl_btn {
    flex-wrap: wrap;
  }
}
#fv .area_fv .in_area_fv .box_col_left .bl_btn .in_bl_btn .btn {
  background-color: #285c00;
  width: 40%;
  border-radius: 30px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 400px) {
  #fv .area_fv .in_area_fv .box_col_left .bl_btn .in_bl_btn .btn {
    width: 90%;
    margin-bottom: 4%;
  }
}
#fv .area_fv .in_area_fv .box_col_left .bl_btn .in_bl_btn .btn .in_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2%;
}
#fv .area_fv .in_area_fv .box_col_left .bl_btn .in_bl_btn .btn .in_btn .right_txt {
  color: #fff;
  padding: 3% 0;
}
#fv .area_fv .in_area_fv .box_col_left .bl_btn .in_bl_btn .btn .in_btn .right_txt p {
  font-size: clamp(1rem, 0.818rem + 0.36vw, 1.25rem);
}
#fv .area_fv .in_area_fv .box_col_left .bl_btn .in_bl_btn .btn:hover {
  color: #fff;
  background-color: #398000;
}
#fv .area_fv .in_area_fv .box_col_left .bl_btn .in_bl_btn .btn2 {
  background-color: #525252;
  width: 40%;
  border-radius: 30px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 400px) {
  #fv .area_fv .in_area_fv .box_col_left .bl_btn .in_bl_btn .btn2 {
    width: 90%;
  }
}
#fv .area_fv .in_area_fv .box_col_left .bl_btn .in_bl_btn .btn2 .in_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
#fv .area_fv .in_area_fv .box_col_left .bl_btn .in_bl_btn .btn2 .in_btn .right_txt {
  color: #fff;
  padding: 3% 0;
}
#fv .area_fv .in_area_fv .box_col_left .bl_btn .in_bl_btn .btn2 .in_btn .right_txt p {
  font-size: clamp(1rem, 0.818rem + 0.36vw, 1.25rem);
}
#fv .area_fv .in_area_fv .box_col_left .bl_btn .in_bl_btn .btn2:hover {
  color: #fff;
  background-color: #303030;
}
#fv .area_fv .in_area_fv .box_col_left .bl_btn .in_bl_btn .btn3 {
  background-color: #eb5e00;
  width: 40%;
  border-radius: 30px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 400px) {
  #fv .area_fv .in_area_fv .box_col_left .bl_btn .in_bl_btn .btn3 {
    width: 90%;
  }
}
#fv .area_fv .in_area_fv .box_col_left .bl_btn .in_bl_btn .btn3 .in_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
#fv .area_fv .in_area_fv .box_col_left .bl_btn .in_bl_btn .btn3 .in_btn .right_txt {
  color: #fff;
  padding: 3% 0;
}
#fv .area_fv .in_area_fv .box_col_left .bl_btn .in_bl_btn .btn3 .in_btn .right_txt p {
  font-size: clamp(1rem, 0.818rem + 0.36vw, 1.25rem);
}
#fv .area_fv .in_area_fv .box_col_left .bl_btn .in_bl_btn .btn3:hover {
  color: #fff;
  background-color: #ff6a07;
}
#fv .area_fv .in_area_fv .box_col_left .area_merit {
  width: 100%;
}
#fv .area_fv .in_area_fv .box_col_left .area_merit .in_area_merit {
  display: flex;
  gap: 2%;
  width: 100%;
  justify-content: flex-start;
}
@media only screen and (max-width: 900px) {
  #fv .area_fv .in_area_fv .box_col_left .area_merit .in_area_merit {
    justify-content: center;
  }
}
#fv .area_fv .in_area_fv .box_col_left .area_merit .in_area_merit .box_col3 {
  width: 25%;
  background-color: #fff;
  border-radius: 8px;
  padding: 0.5rem;
}
@media only screen and (max-width: 1500px) {
  #fv .area_fv .in_area_fv .box_col_left .area_merit .in_area_merit .box_col3 {
    width: 30%;
  }
}
#fv .area_fv .in_area_fv .box_col_left .area_merit .in_area_merit .box_col3 .in_box_col3 {
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}
#fv .area_fv .in_area_fv .box_col_left .area_merit .in_area_merit .box_col3 .in_box_col3 .bl_main .main_txt {
  line-height: 1;
  width: 100%;
  color: #285c00;
}
@media only screen and (max-width: 1200px) {
  #fv .area_fv .in_area_fv .box_col_left .area_merit .in_area_merit .box_col3 .in_box_col3 .bl_main .main_txt {
    font-size: 28px;
  }
}
#fv .area_fv .in_area_fv .box_col_left .area_merit .in_area_merit .box_col3 .in_box_col3 .bl_main .sub_txt {
  width: 100%;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  #fv .area_fv .in_area_fv .box_col_left .area_merit .in_area_merit .box_col3 .in_box_col3 .bl_main .sub_txt {
    font-size: 16px;
  }
}
#fv .area_fv .in_area_fv .box_move {
  width: 50%;
  padding-right: 1%;
  z-index: 10;
}
@media only screen and (max-width: 900px) {
  #fv .area_fv .in_area_fv .box_move {
    width: 100%;
    padding-bottom: 3%;
    display: none;
  }
}
#fv .area_fv .in_area_fv .box_move .bl_img figure {
  text-align: right;
  padding-bottom: 1%;
}
#fv .area_fv .in_area_fv .box_move .bl_img figure img {
  width: min(160px, 90%);
}
@media only screen and (max-width: 1200px) {
  #fv .area_fv .in_area_fv .box_move .bl_img figure img {
    width: 120px;
  }
}
@media only screen and (max-width: 900px) {
  #fv .area_fv .in_area_fv .box_move .bl_img figure img {
    padding-bottom: 3%;
  }
}
#fv .area_fv .in_area_fv .box_move .bl_move p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.1vw;
}
@media only screen and (max-width: 900px) {
  #fv .area_fv .in_area_fv .box_move .bl_move p {
    font-size: 3.1vw;
  }
}
#fv .area_fv .in_area_fv .box_move .bl_move figure {
  padding: 1% 0;
}
@media only screen and (max-width: 900px) {
  #fv .area_fv .in_area_fv .box_move .bl_move figure {
    padding: 0 4%;
  }
}
#fv .area_fv .in_area_fv .box_move .bl_move figure iframe.youtube-16-9 {
  max-width: 700px;
}

iframe.youtube-16-9 {
  border-radius: 2rem;
  border: solid 10px #1a3424;
}
@media only screen and (max-width: 1200px) {
  iframe.youtube-16-9 {
    border: solid 10px #1a3424;
  }
}

iframe.youtube-16-9 {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 600px;
  display: block;
  margin: auto;
}

iframe.youtube-16-9 {
  border-radius: 2rem;
  border: solid 10px #1a3424;
}
@media only screen and (max-width: 1200px) {
  iframe.youtube-16-9 {
    border-radius: 2rem;
    border: solid 10px #1a3424;
  }
}

#company {
  z-index: 10;
  position: relative;
}
#company .area_ttl {
  background-color: #fff;
}
#company .area_ttl .in_area_ttl {
  z-index: 10;
  padding: 1.5% 0;
  text-align: center;
  color: rgb(51, 51, 51);
}
@media only screen and (max-width: 600px) {
  #company .area_ttl .in_area_ttl {
    padding: 2rem 1rem 1rem;
  }
}
#company .area_ttl .in_area_ttl p {
  line-height: 1.4;
  z-index: 10;
}
#company .area_ttl .in_area_ttl h2 {
  z-index: 10;
}
@media only screen and (max-width: 600px) {
  #company .area_ttl .in_area_ttl h2 {
    padding-bottom: 0.5rem;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
#company .area_logo .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
#company .area_logo .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
#company .area_logo .scroll-infinity__list--left {
  animation: infinity-scroll-left 70s infinite linear 0.5s both;
}
#company .area_logo .scroll-infinity__list--right {
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}
#company .area_logo .scroll-infinity__item {
  width: 10vw;
}
@media only screen and (max-width: 900px) {
  #company .area_logo .scroll-infinity__item {
    width: 20vw;
  }
}
#company .area_logo .scroll-infinity__item > img {
  width: 100%;
}

#worries {
  padding-bottom: 6rem;
}
#worries .in_worries {
  padding: 2% 0;
  background-color: #f0feff;
  margin-top: 2%;
}
#worries .in_worries .area_ttl h2 {
  color: #000;
  text-align: center;
  font-weight: bold;
}
#worries .in_worries .area_main {
  padding-top: 0;
}
#worries .in_worries .area_main .in_area_main {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  align-items: center;
  padding: 3% 3% 0 3%;
  justify-content: center;
}
#worries .in_worries .area_main .in_area_main .sub_txt {
  font-weight: 400;
}
#worries .in_worries .area_main .in_area_main figure {
  display: flex;
  justify-content: center;
}
#worries .in_worries .area_main .in_area_main .box_list {
  width: 48%;
  padding-bottom: 3%;
}
@media only screen and (max-width: 600px) {
  #worries .in_worries .area_main .in_area_main .box_list {
    width: 100%;
  }
}
#worries .in_worries .area_main .in_area_main .box_list .in_box_list {
  display: flex;
}
@media only screen and (max-width: 600px) {
  #worries .in_worries .area_main .in_area_main .box_list .in_box_list {
    align-items: center;
    gap: 2%;
  }
}
#worries .in_worries .area_main .in_area_main .box_list .in_box_list .col_left_img {
  width: 10%;
}
@media only screen and (max-width: 600px) {
  #worries .in_worries .area_main .in_area_main .box_list .in_box_list .col_left_img {
    width: 5%;
  }
}
#worries .in_worries .area_main .in_area_main .box_list .in_box_list .col_right_txt {
  width: 85%;
}
@media only screen and (max-width: 600px) {
  #worries .in_worries .area_main .in_area_main .box_list .in_box_list .col_right_txt {
    width: 95%;
  }
}
#worries .in_worries .area_bot {
  padding-top: 2%;
}
#worries .in_worries .area_bot h2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
}

#feature .area_linkttl .box_ttl h2 {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #feature .area_linkttl .box_ttl h2 {
    text-align: left;
    padding: 0 2%;
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  #feature .area_linkttl .box_ttl h2 .sp_none {
    display: none;
  }
}
#feature .area_linkttl .box_link .in_box_link {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: space-between;
  padding-bottom: 2rem;
}
#feature .area_linkttl .box_link .in_box_link .bl_link {
  width: 30.3%;
  padding-bottom: 2%;
}
@media only screen and (max-width: 750px) {
  #feature .area_linkttl .box_link .in_box_link .bl_link {
    width: 90%;
    margin: 0 auto;
  }
}
#feature .area_linkttl .box_link .in_box_link .bl_link .in_bl_link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #285c00;
  border-radius: 8px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
#feature .area_linkttl .box_link .in_box_link .bl_link .in_bl_link .emt_txt {
  height: 100%;
  padding: 5% 5% 2%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  #feature .area_linkttl .box_link .in_box_link .bl_link .in_bl_link .emt_txt {
    padding: 2% 2% 1%;
  }
}
#feature .area_linkttl .box_link .in_box_link .bl_link .in_bl_link .emt_txt p {
  color: #fff;
  line-height: 1.2;
}
#feature .area_linkttl .box_link .in_box_link .bl_link .in_bl_link .emt_arrow {
  width: 100%;
  padding-bottom: 5%;
}
#feature .area_linkttl .box_link .in_box_link .bl_link .in_bl_link .emt_arrow .in_emt_arrow {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#feature .area_linkttl .box_link .in_box_link .bl_link .in_bl_link .emt_arrow .in_emt_arrow img {
  width: 15px;
}
#feature .area_main .in_area_main {
  padding: 4% 0 0%;
}
#feature .area_main .in_area_main .box_col1 {
  width: min(990px, 90%);
  margin: 0 auto;
  margin-bottom: 2%;
}
#feature .area_main .in_area_main .box_col1 .bl_link {
  width: 100%;
}
#feature .area_main .in_area_main .box_col1 .bl_link .in_bl_link {
  display: flex;
  align-items: center;
}
#feature .area_main .in_area_main .box_col1 .bl_link .in_bl_link .emt_txt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#feature .area_main .in_area_main .box_col1 .bl_link .in_bl_link .emt_txt p {
  color: #fff;
  line-height: 1.2;
}
#feature .area_main .in_area_main .box_col1 .bl_link .in_bl_link .emt_txt h2 {
  line-height: 1.6;
  text-align: center;
}
#feature .area_main .in_area_main .box_col1 .bl_link .in_bl_link .emt_txt h2 span {
  font-size: 20px;
  line-height: 1.4;
  display: block;
}
@media only screen and (max-width: 600px) {
  #feature .area_main .in_area_main .box_col1 .bl_link .in_bl_link .emt_txt h2 span {
    font-size: 2.5vw;
  }
}
#feature .area_main .in_area_main .box_col1 .bl_link .in_bl_link .emt_txt h2.ptn2 {
  line-height: 0.7;
  text-align: center;
  padding-bottom: 1rem;
}
#feature .area_main .in_area_main .box_col1 .bl_link .in_bl_link .emt_txt h2.ptn2 span {
  font-size: 20px;
  line-height: 1.4;
  display: block;
}
@media only screen and (max-width: 600px) {
  #feature .area_main .in_area_main .box_col1 .bl_link .in_bl_link .emt_txt h2.ptn2 span {
    font-size: 2.5vw;
  }
}
#flow {
  padding: 0 2rem 4rem;
}
#flow .in_flow .area_ttl {
  padding-bottom: 1rem;
}
#flow .in_flow .area_ttl .box_ttl {
  margin: 0 auto;
  background-color: #fff;
  width: min(1200px, 100%);
  text-align: center;
  padding: 1% 0;
}
#flow .in_flow .area_col5 .in_area_col5 {
  display: flex;
}
@media only screen and (max-width: 750px) {
  #flow .in_flow .area_col5 .in_area_col5 {
    flex-wrap: wrap;
  }
}
#flow .in_flow .area_col5 .in_area_col5 .box_card {
  width: 18%;
}
@media only screen and (max-width: 750px) {
  #flow .in_flow .area_col5 .in_area_col5 .box_card {
    width: 100%;
    padding-bottom: 5%;
  }
}
@media only screen and (max-width: 750px) {
  #flow .in_flow .area_col5 .in_area_col5 .box_card figure {
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  #flow .in_flow .area_col5 .in_area_col5 .box_card figure img {
    width: 200px;
  }
}
@media only screen and (max-width: 750px) {
  #flow .in_flow .area_col5 .in_area_col5 .box_card .bl_no {
    width: 60%;
    margin: 0 auto;
  }
}
#flow .in_flow .area_col5 .in_area_col5 .box_card .bl_no .in_bl_no {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #flow .in_flow .area_col5 .in_area_col5 .box_card .bl_no .in_bl_no {
    align-items: center;
  }
}
#flow .in_flow .area_col5 .in_area_col5 .box_card .bl_no .in_bl_no .emt_no {
  background-color: #e77820;
  padding: 3% 6%;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  #flow .in_flow .area_col5 .in_area_col5 .box_card .bl_no .in_bl_no .emt_no {
    padding: 1.5% 3%;
  }
}
#flow .in_flow .area_col5 .in_area_col5 .box_card .bl_no .in_bl_no .emt_no p {
  line-height: 1;
}
#flow .in_flow .area_col5 .in_area_col5 .box_card .bl_no .in_bl_no .emt_ttl {
  color: #fff;
  padding-left: 8%;
}
@media only screen and (max-width: 750px) {
  #flow .in_flow .area_col5 .in_area_col5 .box_card .bl_no .in_bl_no .emt_ttl {
    padding-left: 4%;
  }
}
#flow .in_flow .area_col5 .in_area_col5 .box_card .bl_no .in_bl_no .emt_ttl p {
  line-height: 1.2;
}
@media only screen and (max-width: 750px) {
  #flow .in_flow .area_col5 .in_area_col5 .box_card .bl_txt {
    width: 60%;
    margin: 0 auto;
  }
}
#flow .in_flow .area_col5 .in_area_col5 .box_card .bl_txt p {
  line-height: 1.2;
  color: #fff;
}
#flow .in_flow .area_col5 .in_area_col5 .arrow {
  padding-top: 6%;
}
@media only screen and (max-width: 750px) {
  #flow .in_flow .area_col5 .in_area_col5 .arrow {
    display: none;
  }
}

#cta {
  padding-bottom: 3%;
  background-color: #f1f1f1;
  padding-top: 5%;
}
#cta .in_cta .bl_btn .in_bl_btn {
  display: flex;
  gap: 4%;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  #cta .in_cta .bl_btn .in_bl_btn {
    justify-content: center;
  }
}
@media only screen and (max-width: 400px) {
  #cta .in_cta .bl_btn .in_bl_btn {
    flex-wrap: wrap;
  }
}
#cta .in_cta .bl_btn .in_bl_btn .btn {
  background-color: #285c00;
  width: 40%;
  border-radius: 8px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 400px) {
  #cta .in_cta .bl_btn .in_bl_btn .btn {
    width: 90%;
    margin-bottom: 4%;
  }
}
#cta .in_cta .bl_btn .in_bl_btn .btn .in_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2%;
  height: 100%;
}
#cta .in_cta .bl_btn .in_bl_btn .btn .in_btn .right_txt {
  color: #fff;
  padding: 3% 0;
}
#cta .in_cta .bl_btn .in_bl_btn .btn .in_btn .right_txt p {
  font-size: clamp(1rem, 0.818rem + 0.36vw, 1.25rem);
}
#cta .in_cta .bl_btn .in_bl_btn .btn:hover {
  color: #fff;
  background-color: #398000;
}
#cta .in_cta .bl_btn .in_bl_btn .btn2 {
  background-color: #525252;
  width: 40%;
  border-radius: 8px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 400px) {
  #cta .in_cta .bl_btn .in_bl_btn .btn2 {
    width: 90%;
  }
}
#cta .in_cta .bl_btn .in_bl_btn .btn2 .in_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#cta .in_cta .bl_btn .in_bl_btn .btn2 .in_btn .right_txt {
  color: #fff;
  padding: 3% 0;
}
#cta .in_cta .bl_btn .in_bl_btn .btn2 .in_btn .right_txt p {
  font-size: clamp(1rem, 0.818rem + 0.36vw, 1.25rem);
  line-height: 1.2;
  text-align: center;
}
#cta .in_cta .bl_btn .in_bl_btn .btn2:hover {
  color: #fff;
  background-color: #313131;
}
#cta .in_cta .bl_btn .in_bl_btn .btn3 {
  background-color: #eb5e00;
  width: 40%;
  border-radius: 8px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 400px) {
  #cta .in_cta .bl_btn .in_bl_btn .btn3 {
    width: 90%;
  }
}
#cta .in_cta .bl_btn .in_bl_btn .btn3 .in_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#cta .in_cta .bl_btn .in_bl_btn .btn3 .in_btn .right_txt {
  color: #fff;
  padding: 3% 0;
}
#cta .in_cta .bl_btn .in_bl_btn .btn3 .in_btn .right_txt p {
  font-size: clamp(1rem, 0.818rem + 0.36vw, 1.25rem);
  line-height: 1.2;
  text-align: center;
}
#cta .in_cta .bl_btn .in_bl_btn .btn3:hover {
  color: #fff;
  background-color: #ff6a07;
}

#qa {
  padding-bottom: 4%;
  background-color: #f8f8f8;
  padding-top: 3%;
}
@media only screen and (max-width: 600px) {
  #qa {
    padding: 10% 0;
  }
}
#qa .in_qa .area_ttl .box_ttl {
  padding: 1% 0;
}
#qa .in_qa .area_ttl .box_ttl h2 {
  text-align: center;
  color: #000;
}
#qa .in_qa .area_qa .box_q .in_box_q {
  display: flex;
  align-items: center;
}
#qa .in_qa .area_qa .box_q .in_box_q .bl_q {
  width: 5%;
  background-color: #eb5e00;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 1%;
}
#qa .in_qa .area_qa .box_q .in_box_q .bl_q p {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #fff;
}
#qa .in_qa .area_qa .box_q .in_box_q .bl_txt {
  width: 90%;
}
#qa .in_qa .area_qa .box_q .in_box_q .bl_txt .emt_txt p {
  line-height: 1.2;
  padding-left: 2%;
}
#qa .in_qa .area_qa .box_a {
  padding: 2% 0%;
}
#qa .in_qa .area_qa .box_a .in_box_a {
  display: flex;
  align-items: baseline;
  padding: 0 2rem;
}
#qa .in_qa .area_qa .box_a .in_box_a .bl_txt {
  width: 100%;
  line-height: 1.8;
  font-weight: 400;
}

/* 必須 */
.accordion-content {
  display: none;
}

/* 装飾用 */
.accordion-header {
  background-color: #fff;
  padding: 12px 45px 10px 20px;
  margin: 10px 0 0;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
}

.accordion-header::before,
.accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #151e2f;
}

.accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.accordion-header.active::after {
  transform: rotate(0deg);
}

.accordion-content {
  background-color: #fff;
  padding: 12px 20px 10px;
}

.accordion-header span,
.accordion-content span {
  padding-left: 25px;
  position: relative;
}

.accordion-header span::before {
  position: absolute;
  content: "Q";
  top: 2px;
  left: 0;
  color: #151e2f;
  font-size: 17px;
}

.accordion-content span::before {
  position: absolute;
  content: "A";
  top: 3px;
  left: 0;
  color: #151e2f;
  font-size: 17px;
}

/* hover */
.accordion-header:hover {
  background-color: #ffffff;
}

#contact {
  background: url(../img/lastcv_img.jpg) no-repeat top center;
  padding: 4% 0;
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  #contact {
    padding: 8% 0;
  }
}
#contact .in_contact .sec_ttl {
  padding: 1% 0;
}
#contact .in_contact .sec_ttl h2 {
  text-align: center;
  color: #fff;
}
#contact .in_contact .sub_txt {
  width: min(950px, 90%);
  margin: 0 auto;
  color: #fff;
}
#contact .in_contact .area_col2 .in_area_col2 {
  display: flex;
  gap: 4%;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  #contact .in_contact .area_col2 .in_area_col2 {
    flex-wrap: wrap;
    padding: 0 4%;
  }
}
#contact .in_contact .area_col2 .in_area_col2 .box_card {
  width: 45%;
  background-color: #fff;
  padding: 2%;
  border-radius: 8px;
}
@media only screen and (max-width: 600px) {
  #contact .in_contact .area_col2 .in_area_col2 .box_card {
    width: 100%;
    margin-bottom: 10%;
  }
}
#contact .in_contact .area_col2 .in_area_col2 .box_card .in_box_card .bl_ttl {
  background-color: #285c00;
  margin-bottom: 2%;
}
#contact .in_contact .area_col2 .in_area_col2 .box_card .in_box_card .bl_ttl h3 {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#contact .in_contact .area_col2 .in_area_col2 .box_card .in_box_card .bl_txt {
  min-height: 200px;
}
#contact .in_contact .area_col2 .in_area_col2 .box_card .in_box_card .bl_txt .emt_subtxt {
  background-color: #35a9b7;
  display: inline-block;
  color: #fff;
  padding: 0.5% 2%;
  margin-bottom: 2%;
}
#contact .in_contact .area_col2 .in_area_col2 .box_card .in_box_card .bl_btn .btn {
  background-color: #285c00;
  width: 100%;
  border-radius: 35px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  padding: 0.5rem;
}
#contact .in_contact .area_col2 .in_area_col2 .box_card .in_box_card .bl_btn .btn .in_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2%;
}
@media only screen and (max-width: 600px) {
  #contact .in_contact .area_col2 .in_area_col2 .box_card .in_box_card .bl_btn .btn .in_btn {
    padding: 0.6rem;
  }
}
#contact .in_contact .area_col2 .in_area_col2 .box_card .in_box_card .bl_btn .btn .in_btn .left_img {
  line-height: 0;
}
#contact .in_contact .area_col2 .in_area_col2 .box_card .in_box_card .bl_btn .btn .in_btn .right_txt {
  color: #fff;
  padding: 1% 0;
}
#contact .in_contact .area_col2 .in_area_col2 .box_card .in_box_card .bl_btn .btn:hover {
  opacity: 0.7;
}
#contact .in_contact .area_col2 .in_area_col2 .box_card .in_box_card .bl_btn .btn2 {
  background-color: #525252;
  width: 100%;
  border-radius: 35px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  padding: 0.5rem;
}
#contact .in_contact .area_col2 .in_area_col2 .box_card .in_box_card .bl_btn .btn2 .in_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1%;
}
#contact .in_contact .area_col2 .in_area_col2 .box_card .in_box_card .bl_btn .btn2 .in_btn .right_txt {
  color: #fff;
  padding: 1% 0;
}
#contact .in_contact .area_col2 .in_area_col2 .box_card .in_box_card .bl_btn .btn2 .in_btn .left_img {
  line-height: 0;
}
#contact .in_contact .area_col2 .in_area_col2 .box_card .in_box_card .bl_btn .btn2:hover {
  opacity: 0.7;
}

footer {
  background-color: #202830;
}
footer .in_footer {
  display: flex;
}
@media only screen and (max-width: 600px) {
  footer .in_footer {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
footer .in_footer .area_col_left {
  width: 50%;
}
@media only screen and (max-width: 600px) {
  footer .in_footer .area_col_left {
    width: 100%;
  }
}
footer .in_footer .area_col_left .in_area_col_left {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
footer .in_footer .area_col_left .in_area_col_left .wrap_box .box_adress .in_box_adress {
  display: flex;
  gap: 5%;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 600px) {
  footer .in_footer .area_col_left .in_area_col_left .wrap_box .box_adress .in_box_adress {
    padding-bottom: 4%;
  }
}
footer .in_footer .area_col_left .in_area_col_left .wrap_box .box_adress .in_box_adress .bl_logo {
  width: 20%;
  background-color: #e9e9e9;
  padding: 0.5rem;
  border-radius: 4px;
}
footer .in_footer .area_col_left .in_area_col_left .wrap_box .box_adress .in_box_adress .bl_adress {
  width: 80%;
}
footer .in_footer .area_col_left .in_area_col_left .wrap_box .box_adress .in_box_adress .bl_adress .name {
  line-height: 1.2;
  color: #e9e9e9;
}
footer .in_footer .area_col_left .in_area_col_left .wrap_box .box_adress .in_box_adress .bl_adress .ad {
  line-height: 1.2;
  color: #e9e9e9;
}
footer .in_footer .area_col_left .in_area_col_left .wrap_box .box_tel {
  color: #e9e9e9;
}
@media only screen and (max-width: 600px) {
  footer .in_footer .area_col_left .in_area_col_left .wrap_box .box_tel {
    padding-bottom: 4%;
  }
}
footer .in_footer .area_col_left .in_area_col_left .wrap_box .box_tel p {
  line-height: 1;
}
footer .in_footer .area_col_right {
  width: 50%;
  padding: 4% 0;
}
@media only screen and (max-width: 600px) {
  footer .in_footer .area_col_right {
    width: 100%;
  }
}
footer .in_footer .area_col_right .in_area_col_right {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  gap: 2%;
}
footer .in_footer .area_col_right .in_area_col_right .box_btn {
  width: 30%;
  padding-bottom: 2%;
}
@media only screen and (max-width: 600px) {
  footer .in_footer .area_col_right .in_area_col_right .box_btn {
    width: 48%;
  }
}
footer .in_footer .area_col_right .in_area_col_right .box_btn a .btn_arrow {
  display: flex;
  border: solid 1px #e9e9e9;
  border-radius: 5px;
  padding: 7% 5%;
  justify-content: space-between;
}
footer .in_footer .area_col_right .in_area_col_right .box_btn a .btn_arrow .link {
  width: 80%;
  color: #e9e9e9;
}
footer .in_footer .area_col_right .in_area_col_right .box_btn a .btn_arrow .link .link_col2 {
  display: flex;
  align-items: center;
  gap: 1%;
}
footer .in_footer .area_col_right .in_area_col_right .box_btn a .btn_arrow .link .link_col2 .col2_right figure {
  width: 16px;
}
footer .in_footer .area_col_right .in_area_col_right .box_btn a .btn_arrow .link .link_col2 .col2_left {
  color: #e9e9e9;
}
footer .in_footer .area_col_right .in_area_col_right .box_btn a .btn_arrow .arrow {
  color: #e9e9e9;
}
footer .area_copyright {
  text-align: center;
}
footer .area_copyright p.copy {
  color: #a7a7a7;
}

a:hover .link_col2 .col2_right figure {
  opacity: 0.4;
  transition: color 0.3s ease;
}

.fukidasi figure {
  text-align: center;
}
.fukidasi figure img {
  width: 50px;
}/*# sourceMappingURL=common.css.map */