@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600;700&display=swap');

bbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

body {
  line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

nav ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

html {
  font-size: 62.5%;
}

* {
  max-height: 99999px;
}

body {
  font-family: "Noto Sans JP", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  color: #444444;
  background: #fff;
  font-weight: 400;
  line-height: 1.75;
  font-feature-settings: "palt";
  letter-spacing: 2px;
}

img,
video {
  vertical-align: bottom;
  max-width: 100%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  opacity: 0.6;
}

#wrap {
  overflow: hidden;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.inline {
  display: inline-block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.in {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.in_in {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.flex {
  display: flex;
}

.flex_w {
  flex-wrap: wrap;
}

.palt {
  font-feature-settings: "palt";
}

.en {
  font-family: 'Roboto', sans-serif;
}

.en_02 {
  font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 1.4rem;
  }

  #wrap {
    width: 100vw;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .in,
  .in_in {
    width: 90%;
    margin: 0 auto;
  }

  .flex_w_sp {
    flex-wrap: wrap;
  }
}



#header {
  background: #fff;
  box-sizing: border-box;
  z-index: 999;
  padding: 10px 0;
}

#header .header_w {
  justify-content: space-between;
  align-items: center;
}

#header .logo {
  width: 9%;
}

@media screen and (max-width: 750px) {
  #header {
    padding-left: 0;
    text-align: center;
  }

  #header .flex {
    justify-content: center;
  }

  #header .logo {
    width: 40%;
  }
}

#main_v {
  padding: 70px 0 62px;
  background: url(../images/fv_bg.jpg);
  background-position: center;
}

#main_v h1 {
  text-align: right;
}

@media screen and (max-width: 750px) {
  #main_v {
    padding: 0;
    background: none;
  }

  #main_v .in {
    width: 100%;
  }
}

.txt_orange {
  color: #fc6849;
}

.txt_blue_grd {
  color: #175741;
  background-image: -moz-linear-gradient(0deg, rgb(44, 124, 68) 0%, rgb(7, 69, 13) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(44, 124, 68) 0%, rgb(7, 69, 13) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(44, 124, 68) 0%, rgb(7, 69, 13) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txt_white {
  color: #fff;
}

.txt_orange_grd {
  color: #fb574d;
  background: -webkit-linear-gradient(90deg, #ff9935 0%, #fb574d 100%);
  background: -o-linear-gradient(90deg, #ff9935 0%, #fb574d 100%);
  background: linear-gradient(90deg, #ff9935 0%, #fb574d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg_orange_grd {
  background-image: -moz-linear-gradient(0deg, rgb(255, 133, 51) 0%, rgb(255, 89, 51) 99%);
  background-image: -webkit-linear-gradient(0deg, rgb(255, 133, 51) 0%, rgb(255, 89, 51) 99%);
  background-image: -ms-linear-gradient(0deg, rgb(255, 133, 51) 0%, rgb(255, 89, 51) 99%);
}

.bg_blue_grd {
  background-image: -moz-linear-gradient(0deg, rgb(44, 124, 68) 0%, rgb(7, 69, 13) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(44, 124, 68) 0%, rgb(7, 69, 13) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(44, 124, 68) 0%, rgb(7, 69, 13) 100%);
}

.bg_blue_grd_02 {
  background-image: -moz-linear-gradient(0deg, rgb(44, 124, 68) 0%, rgb(7, 69, 13) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(44, 124, 68) 0%, rgb(7, 69, 13) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(44, 124, 68) 0%, rgb(7, 69, 13) 100%);
}

.bg_grd {
  background-image: -moz-linear-gradient(0deg, rgba(121, 241, 164, 0.2) 0%, rgba(23, 207, 157, 0.2) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(121, 241, 164, 0.2) 0%, rgba(23, 207, 157, 0.2) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(121, 241, 164, 0.2) 0%, rgba(23, 207, 157, 0.2) 100%);
}

.bg_grd_bg {
  background-image: -moz-linear-gradient(0deg, rgb(255, 241, 235) 0%, rgb(227, 240, 236) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(255, 241, 235) 0%, rgb(227, 240, 236) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(255, 241, 235) 0%, rgb(227, 240, 236) 100%);
}

.bg_grd {}

.bg_w {
  background: #fff;
}

.bg_gray {
  background: #f0f0f0;
}

.box_shadow {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}


.cta {
  margin: 40px 0;
}

.cta.fv_u {
  margin: 0;
  margin-bottom: 25px;
  position: relative;
  top: -30px;
}

.cta .cta_w {
  border-radius: 10px;
  padding: 30px;
  font-size: 1.8rem;
  text-align: center;
}

.cta .cta_w h2 {
  margin-bottom: 20px;
}

.cta .cta_w .cta_txt {
  margin-bottom: 20px;
}

.cta .cta_w .cta_btns {
  justify-content: center;
}

.cta .cta_w .cta_btns a {
  margin: 0 5px;
  display: block;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  .cta .cta_w {
    font-size: 1.6rem;
  }

  .cta .cta_w h2 img {
    width: 75%;
  }

  .cta .cta_w .cta_btns a {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .cta .cta_w .cta_btns a:nth-of-type(1) {
    margin-bottom: 10px;
  }
}

.sec_ttl_w {
  margin-bottom: 60px;
  text-align: center;
}

.sec_ttl_w .sec_ttl {
  font-weight: 400;
  font-size: 3.2rem;
  letter-spacing: 4px;
}

.sec_ttl_w .sec_ttl .s_txt {
  font-size: 2.8rem;
}

.sec_ttl_w .sec_ttl .ttl_bor {
  border-bottom: 2px solid #3e7541;
  padding-bottom: 10px;
}

.sec_ttl_w .sec_ttl.txt_white .ttl_bor {
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 750px) {
  .sec_ttl_w .sec_ttl {
    font-size: 2.4rem;
    letter-spacing: 2px;
  }

  .sec_ttl_w .sec_ttl .s_txt {
    font-size: 2.0rem;
  }

}


#reason {
  padding: 60px 0 0;
  position: relative;
}

#reason:after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background: #fff;
  position: absolute;
  bottom: 0;
}

#reason .reason_w {
  justify-content: space-between
}

#reason .reason_w .reason_i {
  width: 31%;
  box-sizing: border-box;
  padding: 30px;
}

#reason .reason_w .reason_i .icon {
  text-align: center;
  margin-bottom: 20px;
}

#reason .reason_w .reason_i h3 {
  text-align: center;
  font-weight: 500;
  font-size: 2.0rem;
  margin-bottom: 10px;
}

#reason .reason_w .reason_i .txt {
  text-align: center;
  letter-spacing: 1px;
}

@media screen and (max-width: 750px) {
  #reason:after {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    position: absolute;
    bottom: -1px;
  }

  #reason .reason_w .reason_i {
    width: 100%;
    margin-bottom: 20px;
  }

  #reason .reason_w .reason_i:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  #reason .reason_w .reason_i h3 {
    font-size: 1.8rem;
  }
}


#result {
  padding: 60px 0;
}

#result .sec_ttl_w {
  margin-bottom: 35px;
}

#result .result_num_w {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 4px;
}

#result .result_num_w .txt_blue_grd {
  padding-top: 10px;
}

#result .result_num_w .en_02 {
  font-size: 4.2rem;
  letter-spacing: 6px;
}

#loopslider {
  z-index: 998;
  height: 50px;
  width: 100%;
  position: relative;
}

#loopslider ul {
  float: left;
  display: inline;
  overflow: hidden;
}

#loopslider ul li {
  float: left;
  margin-left: 50px;
  height: 50px;
  overflow: hidden;
}

/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

#loopslider ul {
  display: inline-block;
  overflow: hidden;
}

@media screen and (max-width: 750px) {}

#reccomend {
  padding: 60px 0;
}

#reccomend .reccomend_w {
  justify-content: space-between;
}

#reccomend .reccomend_i_w {
  width: 32%;
  padding: 15px;
}

#reccomend .reccomend_i h3 {
  font-weight: 500;
  line-height: 1.25;
  padding: 15px;
  min-height: 90px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

#reccomend .reccomend_i .imgarea img {
  width: 100%;
}

#reccomend .reccomend_i .txtarea {
  padding: 10px 10px;
  text-align: center;
}

#reccomend .reccomend_i .txtarea .comp_name {
  font-size: 1.4rem;
  letter-spacing: 1px;
}

#reccomend .reccomend_i .reward_w {
  align-items: center;
  padding: 15px;
  background: #f0f0f0;
  justify-content: center;
}

#reccomend .reccomend_i .reward_w .txt_orange_grd {
  padding-top: 10px;
}

#reccomend .reccomend_i .reward_w .num {
  letter-spacing: 1px;
  margin-left: 10px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 400;
}

#reccomend .reccomend_i .reward_w .num .txt_blue_grd {
  padding-top: 10px;
}

#reccomend .reccomend_i .reward_w .num .en {
  font-size: 2.8rem;
}

#reccomend .slick-next:before {
  content: "";
  width: 30px;
  height: 30px;
  border-top: 2px solid #3e7541;
  border-right: 2px solid #3e7541;
  display: block;
  transform: rotate(45deg);
}

#reccomend .slick-prev:before {
  content: "";
  width: 30px;
  height: 30px;
  border-top: 2px solid #3e7541;
  border-right: 2px solid #3e7541;
  display: block;
  transform: rotate(-135deg);
}

@media screen and (max-width: 750px) {
  #reccomend .in {
    width: 100%;
    box-sizing: border-box;
  }

  #reccomend .reccomend_w {
    overflow: auto;
    padding-left: 5%;
  }

  #reccomend .reccomend_i_w {
    width: 80%;
    padding: 0;
    margin-bottom: 20px;
    flex-shrink: 0;
    margin-right: 20px;
  }

  #reccomend .reccomend_i {}

  #reccomend .reccomend_i h3 {
    min-height: 100px;
  }

  #reccomend .reccomend_i .imgarea img {
    width: 100%;
  }
}

#aword_w {
  margin-bottom: 60px;
}

#aword_w .caption {
  margin-top: 10px;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 750px) {
  #aword_w .caption {
    font-size: 1.0rem;
    text-align: left;
  }
}

#member {
  padding: 60px 0;
}

#member h2 {
  text-align: center;
  margin-bottom: 40px;
}

#member .lead_txt {
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 40px;
}

#member .lead_txt span {
  border-bottom: 2px solid #fcd257;
}

#member .member_w {
  justify-content: space-between;
  margin-bottom: 50px;
}

#member .member_w {
  justify-content: space-between;
  margin-bottom: 50px;
}

#member .member_i {
  width: 24%;
  position: relative;
  align-items: center;
}

#member .member_i .tag {
  padding: 5px;
  box-sizing: border-box;
  width: 90%;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
}

#member .member_i .imgarea {
  flex-shrink: 0;
}

#member .member_i .txtarea {
  width: 100%;
}

#member .member_i .txtarea .txt_i {
  padding: 15px;
}

#member .member_i .txtarea h3 {
  font-weight: 500;
}

#member .member_i .txtarea .en {
  color: #b4b4b4;
  font-size: 1.4rem;
}

#member .member_num_w {
  justify-content: center;
  margin-bottom: 10px;
}

#member .member_num_i {
  width: 480px;
  box-sizing: border-box;
  padding: 30px;
  margin: 0 10px;
}

#member .member_num_i h3 {
  text-align: center;
  margin-bottom: 10px;
}

#member .member_num_i .num {
  text-align: center;
  font-weight: 600;
  line-height: 1;
}

#member .member_num_i .num .txt_blue_grd {
  padding-top: 15px;
}

#member .member_num_i .num .en_02 {
  font-size: 4.2rem;
}

#member .member_num_caution {
  text-align: center;
  font-size: 1.4rem;
}

#member .member_cta_w {
  text-align: center;
  margin-top: 40px;
}

#member .member_cta_w h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  #member .lead_txt {
    font-size: 1.8rem;
  }

  #member .member_i {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
  }

  #member .member_num_i {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    margin: 0;
    margin-bottom: 10px;
  }

  #member .member_cta_w h3 {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}

#flow {
  padding: 60px 0;
}

#flow .flow_w {
  justify-content: space-between;
  position: relative;
}

#flow .flow_w:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: -moz-linear-gradient(0deg, rgb(44, 124, 68) 0%, rgb(7, 69, 13) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(44, 124, 68) 0%, rgb(7, 69, 13) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(44, 124, 68) 0%, rgb(7, 69, 13) 100%);
  position: absolute;
  top: 100px;
}

#flow .flow_i {
  width: 18.5%;
  position: relative;
  padding-top: 35px;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}

#flow .flow_i .num {
  position: absolute;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: -moz-linear-gradient(0deg, rgb(44, 124, 68) 0%, rgb(7, 69, 13) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(44, 124, 68) 0%, rgb(7, 69, 13) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(44, 124, 68) 0%, rgb(7, 69, 13) 100%);
  border-radius: 100px;
  top: -14px;
  left: 50%;
  transform: translate(-50%, 0px);
}

#flow .flow_i h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

#flow .flow_i .icon {
  text-align: center;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

#flow .flow_i .txtarea .txt {
  font-size: 1.4rem;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 1px;
}

@media screen and (max-width: 750px) {
  #flow .flow_i {
    width: 100%;
    margin-bottom: 30px;
  }

  #flow .flow_i:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  #flow .flow_i {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    padding: 30px 20px 20px;
  }

  #flow .flow_i .icon {
    flex-shrink: 0;
    width: 55px;
    margin-right: 20px;
    text-align: center;
  }

  #flow .flow_i h3 {
    text-align: left;
    margin-bottom: 5px;
    font-size: 1.6rem;
  }

  #flow .flow_i .txtarea .txt {
    text-align: left;
    font-size: 1.2rem;
  }

  #flow .flow_w:after {
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

#faq {
  padding: 60px 0;
}

.faq_i {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 30px;
  transition: 0.5s;
  background: #fff;
}

.faq_i.open {
  border-radius: 30px;
}

.faq_i .ico {
  background: #3e7541;
  color: #fff;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 20px;
  font-weight: 600;
  flex-shrink: 0;
}

.faq_i h3 {
  color: #3e7541;
  font-size: 1.6rem;
  margin-top: 5px;
}

.faq_i p {
  margin-top: 5px;
}

.faq_i .q {
  position: relative;
  cursor: pointer;
}

.faq_i .q:after {
  content: "×";
  font-size: 1.8rem;
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(45deg) translate(-10px, -50%);
  color: #333;
  transition: 0.5s;
}

.faq_i.open .q:after {
  top: 50%;
  right: 0px;
  transform: rotate(0) translate(0, -50%);
}

.faq_i .a {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e3e3e3;
  display: none;
}

.faq_i .a a {
  color: #153b79;
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  #faq {
    padding: 40px 0 40px;
    position: relative;
  }

  .faq_i {
    border-radius: 30px;
    padding: 7.5% 5%;
  }

  .faq_i .q .flex {
    padding-right: 30px;
  }

  .faq_i h3 {
    margin-top: 0;
    font-size: 1.4rem;
  }

  .faq_i .ico {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }
}

#f_u_area {
  padding: 60px 0;
  background: url(../images/cta_bg_02@x2.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
}

#f_u_area h2 {
  margin-bottom: 40px;
  font-size: 3.4rem;
  text-align: center;
  color: #fff;
  font-weight: 400;
  letter-spacing: 4px;
}

#f_u_area .lead_txt {
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
  color: #fff;
}

@media screen and (max-width: 750px) {
  #f_u_area h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

.fixed_foot {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
}

.fixed_foot .cta_btns {
  justify-content: center;
}

.fixed_foot .cta_btns a {
  margin: 0 5px;
  display: block;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  .fixed_foot {
    padding: 20px 10px;
  }

  .fixed_foot .cta_btns {
    justify-content: space-between;
  }

  .fixed_foot .cta_btns a {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    line-height: 1.25;
  }
}

footer {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 100px;
  padding-top: 30px;
}


#voice {
  padding: 60px 0;
  background: url(../images/cta_bg_02@x2.jpg);
  background-position: center;
  background-size: cover;
}

#voice .voice_i {
  background: #fff;
  align-items: center;
}

#voice .voice_i .imgarea {
  flex-shrink: 0;
}

#voice .voice_i .txtarea {
  padding: 30px;
}

#voice .voice_i .txtarea .tag {
  margin-bottom: 15px;
}

#voice .voice_i .txtarea .tag span {
  border-radius: 5px;
  line-height: 1;
  padding: 5px 10px;
}

#voice .slick-next:before {
  content: "";
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  transform: rotate(45deg);
}

#voice .slick-prev {
  left: -40px;
}

#voice .slick-prev:before {
  content: "";
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  transform: rotate(-135deg);
}

@media screen and (max-width: 750px) {
  #voice .in_in {
    width: 100%;
  }

  #voice .voice_i .txtarea {
    height: 320px;
    box-sizing: border-box;
  }

  #voice .voice_i .imgarea {
    flex-shrink: unset;
  }

  #voice .voice_w {
    overflow: auto;
    padding-left: 5%;
  }

  #voice .voice_i_w {
    width: 80%;
    padding: 0;
    margin-bottom: 20px;
    flex-shrink: 0;
    margin-right: 20px;
  }
}

#company {
  padding: 60px 0;
}

#company .sec_ttl_w::before,
#company .sec_ttl_w::after {
  display: none;
}

#company table {
  border-radius: 10px;
  margin: 40px auto 0;
  border-bottom: 2px solid #e8e8e8;
  width: 100%;
}

#company table th {
  text-align: left;
  font-weight: 600;
  padding: 20px 20px;
  border-top: 2px solid #e8e8e8;
  width: 30%;
}

#company table td {
  border-top: 2px solid #e8e8e8;
  text-align: left;
  padding: 20px 20px;
}

@media screen and (max-width: 750px) {
  #company {
    padding: 20px 0;
  }

  #company table {
    width: 100%;

  }

  #company table th,
  #company table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  #company table th {
    border-bottom: 0px;
    padding-bottom: 15px;
  }

  #company table td {
    border-top: 0px;
    padding-top: 0;
  }
}
