﻿/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 
v1.0 | 20190911
*/

/********* base *********/
html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #3e3939;
  font-size: 20px; /*ie*/
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

a {
  text-decoration: none;
  color: #3e3a3a;
}

.tac {
  text-align: center;
}
.sp {
  display: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    vertical-align: bottom;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
}

/********* header *********/
header {
  background: rgba(255, 255, 255);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

#header_inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 22px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 85px;
}

#header_inner #fl_block {
  display: flex;
  width: 355px;
}

#header_inner #fl_block .logo {
  margin-right: 20px;
  width: 100%;
}

#header_inner #fl_block .mark {
  display: flex;
  width: 50%;
}
#header_inner #fl_block .mark a {
  display: contents;
}
#header_inner #fl_block .mark .ico_gd {
  max-width: 200px;
}
#header_inner #fl_block .mark .acpic {
  width: 38px;
  margin-right: 5px;
}
#header_inner #fr_block {
  width: 636px;
  display: flex;
  align-items: center;
}
#header_inner #fr_block ul {
  display: flex;
  width: 46%;
}
#header_inner #fr_block ul li {
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  letter-spacing: 0;
}
#header_inner #fr_block .tell {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  letter-spacing: 0;
  width: 35%;
}

#header_inner #fr_block .tell::before {
  content: "";
  background: url(../img/tell_icon.png) no-repeat top left;
  background-size: contain;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

#header_inner #fl_block .logo img {
  vertical-align: baseline;
}

#header_inner #fr_block .ac_logo {
  width: 20%;
}
#header_inner #fr_block .ac_logo img {
  vertical-align: baseline;
}

nav#t_nav {
  background: #f5f5f5;
  padding: 48px 0 33px;
}

nav#t_nav ul {
  display: flex;
  justify-content: center;
}

nav#t_nav ul li {
  font-size: 1.8rem;
  display: flex;
  margin: 0 5px;
  letter-spacing: 0;
  font-weight: bold;
}
nav#t_nav ul li::after {
  content: ">";
  display: block;
  margin-left: 5px;
}
nav#t_nav ul li a {
  color: #3e3939;
}

/********* main *********/
/*** 共通 ***/
section > div {
  max-width: 1230px;
  margin: 0 auto;
  padding: 70px 10px 20px;
}

.white_wrap {
  background: #fff;
}
.blue_wrap {
  background: #f1f5fb;
}
.gray_wrap {
  background: #f9f9f9;
}

.gray_block ul.company_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.6rem;
}

.gray_block ul.company_list li {
  margin: 0 10px 15px;
  display: inline-block;
}

h1.ttl {
  margin-bottom: 46px;
  text-align: center;
  color: #006666;
  font-weight: bold;
  font-size: 37px;
  font-size: 3.7rem;
}
p.ttl {
  font-size: 2.6rem;
  margin-bottom: 38px;
  text-align: center;
  font-weight: bold;
}

p.ttl2 {
  font-size: 2.2rem;
  margin-bottom: 38px;
  font-weight: bold;
}

.gray_block {
  padding: 35px 40px 1px;
  background: #f5f5f5;
}
.gray_block p {
  margin-bottom: 25px;
  line-height: 1.8;
}

.white_block {
  background: #fff;
  width: 96%;
  margin: 0 auto;
  box-shadow: 0 0 10px 0px #ccc;
}

.wid90 {
  width: 90%;
  margin: 0 auto 30px;
}
.wid80 {
  width: 80%;
  margin: 0 auto;
}

.wid70 {
  width: 70%;
}

.fwb {
  font-weight: bold;
}

.df {
  display: flex;
  justify-content: space-around;
}

.mt40 {
  margin-top: 40px;
}

.mv {
  padding-top: 85px;
  background: url(../img/mv_bg.jpg) no-repeat top center;
  background-size: cover;
}

.mv img {
  width: 100%;
}

.mv .mv_inner {
  display: flex;
  max-width: 1200px;
  margin: 20px auto 0;
  padding-bottom: 20px;
}

.mv .mv_inner .mv_lb {
  background: url(../img/mv_left_bg.png) repeat-y left;
  background-size: 100%;
  width: 30%;
}
.mv .mv_inner .mv_rb {
  width: 70%;
  background: url(../img/mv_right_bg.png) no-repeat bottom center;
  background-size: 100% 100%;
  padding-left: 20px;
}

.mv .mv_inner .mv_rb > div {
  display: flex;
  background: #fff;
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 150px;
  box-shadow: 0px 0px 6px 2px #484646;
  justify-content: space-between;
}

.mv .mv_inner .mv_rb .ttl_block {
  width: 43%;
}

.mv .mv_inner .mv_rb .mail_block {
  width: 55%;
  border-radius: 0px 0px 10px 10px;
  background: #e1e1e1;
  padding-bottom: 15px;
}
.mv .mv_inner .mv_rb .mail_block h2 {
  text-align: center;
  font-size: 2rem;
  padding: 5px 0;
  border-radius: 10px 10px 0px 0px;
  background: #c7c7c7;
  color: #fff;
  font-weight: bold;
}
.mv .mv_inner .mv_rb .mail_block dl {
  padding: 20px 10px 0;
  display: flex;
  font-size: 1.8rem;
  flex-wrap: wrap;
}
.mv .mv_inner .mv_rb .mail_block dt {
  width: 36%;
  font-weight: bold;
  min-height: 60px;
  line-height: 1;
}
.mv .mv_inner .mv_rb .mail_block dt span {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
}
.mv .mv_inner .mv_rb .mail_block dd {
  width: 60%;
}

.mv .mv_inner .mv_rb .mail_block dd input {
  width: 99%;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 1.8rem;
}

.mv .mv_inner .mv_rb input[type="submit"] {
  margin: 0 auto;
  display: block;
  width: 90%;
  border: 3px solid #fbd9c0;
  border-radius: 50px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  padding: 5px 0;
  background: rgb(232, 53, 10);
  background: linear-gradient(
    90deg,
    rgba(232, 53, 10, 1) 0%,
    rgba(233, 121, 21, 1) 100%
  );
}

/*** problem ***/
#problem .list_block {
  margin: 32px 0 42px;
  padding: 32px 0 5px;
  border-top: 2px solid #006666;
  border-bottom: 2px solid #006666;
}

#problem .list_block ul {
  width: 88%;
  margin: 0 auto;
}
#problem .list_block ul li {
  margin-bottom: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#problem .list_block ul li::before {
  content: "";
  background: url(../img/check_icon.png) no-repeat top center;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

/*** direction ***/
#direction {
  color: #46444c;
  padding-bottom: 85px;
}

#direction .point {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  padding: 0 30px;
}

#direction .point .img_block {
  width: 38%;
}

#direction .point .txt_block {
  width: 58%;
}

#direction .point .txt_block h2 {
  font-size: 2.6rem;
  font-weight: bold;
}

/*** docu_dl_about ***/
#docu_dl_about .white_block {
  margin: 40px auto 50px;
  padding: 20px 20px 10px 60px;
  align-items: center;
  justify-content: space-between;
}

#docu_dl_about .white_block .txt_block {
  width: 60%;
}

#docu_dl_about .white_block .txt_block p {
  margin-bottom: 15px;
}

#docu_dl_about .white_block .txt_block p span {
  font-weight: bold;
}

#docu_dl_about .white_block .img_block {
  width: 35%;
}

#docu_dl_about .docu_dl_about_block {
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.docu_dl_about_block .txt_block {
  width: 80%;
}
.docu_dl_about_block .txt_block h2 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 7px;
}
.docu_dl_about_block .txt_block h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 9px;
}
.docu_dl_about_block .txt_block ul {
  margin-bottom: 28px;
  margin-left: 40px;
}
.docu_dl_about_block .txt_block ul li {
  margin-bottom: 7px;
}

#docu_dl_about .docu_dl_about_block .img_block {
  padding-top: 40px;
  width: 70%;
}

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

/*** voice ***/
section#voice {
  padding-bottom: 10px;
}

#voice h1 {
  margin-bottom: 30px;
}

#voice .white_block {
  padding: 15px 20px;
  margin-bottom: 43px;
}

#voice .white_block h2.ttl {
  margin: 15px 0px 40px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

#voice .white_block h2.ttl span.icon {
  width: 12%;
  display: block;
  margin-left: 30px;
}

#voice .white_block h2.ttl span.name_block {
  width: 81%;
  padding: 23px 0 25px;
  display: table;
  font-size: 2.1rem;
  font-weight: bold;
  background: #ededed;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
  vertical-align: baseline;
}
#voice .white_block h2.ttl span.name_block span {
  color: #c3c3c5;
  font-weight: normal;
  font-size: 3.1rem;
}
#voice .white_block .txt_block {
  margin: 25px 0 10px;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
#voice .white_block .txt_block h3 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 11px;
}
#voice .white_block .txt_block .btn_block {
  width: 340px;
  background: #e95b1c;
  border-radius: 50px;
}
#voice .white_block .txt_block .btn_block a {
  display: block;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#voice .white_block .img_block2 {
  width: 23%;
}

#voice .white_block .txt_block2 {
  width: 80%;
  margin-left: 10px;
  padding-right: 30px;
}

#voice .white_block .txt_block2 h2.ttl2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  width: 100%;
  align-items: flex-end;
}

#voice .white_block .txt_block2 h2.ttl2 span.icon {
  display: block;
  width: 16.5%;
}

#voice .white_block .txt_block2 h2.ttl2 span.name_block {
  width: 76%;
  padding: 18px 0 16px;
  display: table;
  font-size: 2rem;
  font-weight: bold;
  background: #ededed;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
  vertical-align: baseline;
}

#voice .white_block .txt_block2 p {
  padding-left: 30px;
}

/*** voice ***/
#document_dl {
  padding-bottom: 10px;
}

#document_dl h1 {
  margin-bottom: 30px;
}
.document_dl_block.df {
  margin-top: 75px;
  justify-content: space-between;
}
.document_dl_block > div {
  width: 46%;
}
#document_dl .btn_block {
  width: 48%;
  margin: 32px auto;
}

/*** about ***/
#about {
  padding-bottom: 10px;
}

#about h1 {
  margin-bottom: 28px;
}
.about_block {
  margin: 0 auto;
  align-items: flex-end;
}
.about_block .txt_block {
  background: url(../img/txt_block_bg.png) no-repeat top center;
  width: 46%;
}
.about_block .txt_block p {
  padding: 74px 0 75px;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: bold;
}

.about_block .img_block {
  width: 45%;
}

/*** function_block ***/
.function_block {
  background: #f9f9f9;
  position: relative;
  margin-top: 80px;
  padding: 20px;
}
.function_block::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -58px;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-right: 60px solid transparent;
  border-bottom: 60px solid #f9f9f9;
  border-left: 60px solid transparent;
}

.function_block .content-txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.function_block .content-txt > div {
  width: 49.2%;
  display: flex;
  background: #fff;
  padding: 20px 10px;
  border-radius: 20px;
  margin-bottom: 15px;
  align-items: center;
  justify-content: space-between;
}
.function_block .content-txt > div:nth-child(1) {
  background: none;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #066;
  justify-content: center;
}

.function_block .content-txt > div .img_block {
  width: 22%;
}
.function_block .content-txt > div .txt_block {
  width: 76%;
  margin-left: 2%;
}
.function_block .content-txt > div .txt_block ul li {
  line-height: 1.4;
  margin-bottom: 5px;
}
.function_block .content-txt > div .txt_block ul li span {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
}

/*** company ***/
#company_list {
  margin-bottom: 55px;
}

#company {
  padding-bottom: 50px;
}
#company h1.ttl {
  margin-bottom: 32px;
}
#company p.ttl2 {
  font-size: 2.2rem;
}
#company .white_block {
  margin-top: 57px;
  padding: 35px 10px;
}
#company .white_block h2.ttl2 {
  font-size: 2.2rem;
  color: #eb5602;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
}

.company_block {
  margin: 65px 32px 0px;
  padding-bottom: 30px;
  border-bottom: 1px solid #006666;
  justify-content: space-between;
}
.company_block h2 {
  width: 15.5%;
}
.company_block dl {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}

.company_block dl dt {
  width: 18%;
  margin-bottom: 20px;
  margin-right: 2%;
  font-size: 2rem;
  color: #006666;
  font-weight: bold;
}
.company_block dl dt span {
  display: block;
  border-right: 3px solid #006666;
}

.company_block dl dd {
  width: 80%;
  margin-bottom: 20px;
  font-size: 2rem;
}

.achievement_block {
  margin: 65px 32px 0;
  padding-bottom: 52px;
  border-bottom: 1px solid #006666;
  justify-content: space-between;
  align-items: center;
}
.achievement_block h2 {
  width: 20%;
}

.achievement_block > div {
  width: 66%;
  margin: 0 auto;
}

.company_block2 {
  margin: 25px 0 0px 32px;
  justify-content: space-between;
  align-items: flex-end;
}
.company_block2 .txt_block {
  width: 48%;
  margin-right: 10px;
}
.company_block2 ul {
  margin-bottom: 10px;
}
.company_block2 ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.company_block2 .img_block {
  width: 50%;
}

/*** #actual ***/
#actual {
  margin-bottom: 55px;
}
#actual .gray_block {
  margin-top: 50px;
}

#actual h1.tt3 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #eb5602;
  margin-bottom: 35px;
}

#etc_dl h1.ttl {
  margin-bottom: 36px;
}
#etc_dl p.ttl2 {
  width: 60%;
  margin: 0 auto;
}

.contact {
  width: 37%;
  margin: 0 auto;
  text-align: center;
}

/*** footer ***/
.f_logo {
  width: 40%;
  margin: 78px auto;
}

footer {
  background: #e1e1e1;
  padding-top: 17px;
}
footer ul {
  display: flex;
  padding: 10px 0;
  justify-content: center;
}
footer ul li {
  margin: 0 20px;
}

footer .tell {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  letter-spacing: 0;
  width: 19%;
  margin: 0 auto;
}

footer .tell::before {
  content: "";
  background: url(../img/tell_icon.png) no-repeat top left;
  background-size: contain;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

#copy {
  text-align: center;
  background: #c7c7c7;
  padding: 10px 0 0;
}

.etc_dl_block {
  background: #fff;
  padding: 40px 30px 30px 30px;
  margin: 50px 60px 30px;
}

.etc_dl_block ul li span.img_block {
  width: 94%;
  margin: 0 auto;
  display: block;
  border: 1px solid #ccc;
}

.etc_dl_block ul li span.btn_block {
  width: 80%;
  display: block;
  margin: 15px auto 0;
}

.etc_dl_block ul li span.ttl {
  width: 94%;
  margin: 0 auto;
  font-size: 1.4rem;
  min-height: 70px;
  display: block;
}

#faq > div > div {
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.6vw;
  }
  section > div {
    width: 96%;
    padding: 10% 0;
  }
  h1.ttl {
    margin-bottom: 2%;
    font-size: 6vw;
  }
  p.ttl {
    font-size: 4vw;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5%;
  }

  .wid90 {
    width: 96%;
  }

  .gray_block {
    padding: 3% 2% 1px;
  }
  .gray_block ul.company_list {
    font-size: 3.2vw;
  }
  header {
    width: 100%;
  }
  #header_inner #fl_block {
    width: 70%;
    padding: 0 20px;
  }

  #problem .list_block {
    margin: 0 0 5%;
    padding: 5% 0 5px;
  }
  #problem .list_block ul {
    width: 96%;
    margin: 0 auto;
    letter-spacing: 0;
  }
  #problem .list_block ul li {
    font-size: 5vw;
  }

  #direction {
    padding-bottom: 0;
  }
  #direction .point {
    display: block;
    padding: 0;
    margin-top: 5.5%;
  }
  #direction .point .img_block {
    width: 70%;
    margin: 0 auto;
  }

  #direction .wid90 {
    font-size: 4vw;
  }
  #direction .point .txt_block h2 {
    font-size: 4vw;
    margin-top: 5%;
  }
  #direction .point .txt_block {
    width: 77%;
    margin: 0 auto;
  }

  #docu_dl_about .white_block {
    margin: 6.5% auto 50px;
    padding: 6.5% 10% 3%;
    flex-wrap: wrap-reverse;
  }
  #docu_dl_about .white_block .txt_block {
    width: 100%;
    margin-top: 7%;
  }
  #docu_dl_about .white_block .img_block {
    width: 100%;
  }

  #docu_dl_about .docu_dl_about_block {
    flex-wrap: wrap-reverse;
  }
  #docu_dl_about .docu_dl_about_block .img_block {
    width: 100%;
  }
  .docu_dl_about_block .txt_block {
    width: 100%;
    margin-top: 5%;
  }
  .docu_dl_about_block .txt_block h2 {
    font-size: 4.2vw;
  }
  .docu_dl_about_block .txt_block h3 {
    font-size: 3.6vw;
  }
  .docu_dl_about_block .txt_block ul {
    margin-bottom: 6%;
    margin-left: 6%;
  }

  #voice h1 {
    margin-bottom: 2%;
  }

  #voice .white_block {
    padding: 15px 3%;
  }

  #voice .white_block h2.ttl {
    margin: 4% 0;
    display: block;
    justify-content: center;
    align-items: baseline;
  }

  #voice .white_block h2.ttl span.name_block {
    width: 100%;
    padding: 2% 0 2%;
    font-size: 4.2vw;
    text-align: center;
    border-radius: 100px;
    line-height: 1.8;
  }

  #voice .white_block h2.ttl span.icon {
    width: 23%;
    margin: 0 auto 8%;
    display: block;
  }

  #voice .white_block h2.ttl span.name_block span {
    display: none;
  }

  #voice .white_block .txt_block {
    display: block;
  }
  #voice .white_block .txt_block .line {
    border-bottom: 1px solid #ddd;
    font-size: 3.9vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4%;
    padding-bottom: 3.5%;
  }

  #voice .white_block .txt_block h3 {
    font-size: 3.4vw;
  }
  #voice .white_block .txt_block .btn_block {
    width: 59%;
    background: #e95b1c;
    border-radius: 50px;
    margin: 5% auto;
    text-align: center;
  }
  #voice .white_block .txt_block2 {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    text-align: center;
  }
  #voice .white_block .img_block2 {
    width: 45%;
  }

  #voice .white_block .txt_block2 > div {
    justify-content: space-between;
    align-items: center;
  }
  #voice .white_block .txt_block2 h2.ttl2 {
    display: block;
    width: 54%;
  }
  #voice .white_block .txt_block2 h2.ttl2 span.icon {
    display: block;
    width: 48%;
    margin: 0 auto 5%;
  }
  #voice .white_block .txt_block2 h2.ttl2 span.name_block {
    width: 100%;
    font-size: 3.1vw;
  }
  #voice .white_block .txt_block2 p {
    margin-top: 2%;
    padding-left: 0;
    text-align: left;
  }

  .document_dl_block.df {
    margin-top: 10%;
    display: block;
  }
  .document_dl_block > div {
    width: 96%;
    margin: 0 auto 5%;
  }

  #document_dl .btn_block {
    width: 92%;
    margin: 5% auto 0;
  }

  #document_dl h1 {
    margin-bottom: 2%;
  }
  .about_block {
    display: block;
  }
  .about_block .txt_block p {
    padding: 0;
    margin: 0 auto;
    font-size: 4vw;
  }

  .about_block .txt_block {
    width: 88%;
    min-height: 290px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }

  .about_block .img_block {
    width: 100%;
    margin: 7% auto;
  }

  .function_block .content-txt {
    display: block;
  }

  .function_block .content-txt > div {
    width: 100%;
  }

  .function_block .content-txt > div .img_block {
    width: 30%;
  }
  .function_block .content-txt > div .txt_block {
    width: 68%;
  }
  .function_block .content-txt > div .txt_block ul li span {
    font-size: 3.8vw;
  }
  p.ttl2 {
    font-size: 4vw;
  }

  #company .white_block h2.ttl2 {
    font-size: 3.4vw;
    text-align: center;
    width: 100%;
  }
  #company .white_block {
    margin-top: 7.5%;
    padding: 4% 2%;
  }

  .company_block h2 {
    width: 29%;
    margin: 8% auto 11%;
  }

  .company_block {
    margin: 5% 0 0px;
    padding-bottom: 30px;
    display: block;
  }

  .company_block dl {
    width: 100%;
  }

  .company_block dl dt {
    width: 100%;
    margin-bottom: 0%;
    margin-right: 0;
    font-size: 3.4vw;
  }

  .company_block dl dt span {
    border: none;
  }
  .company_block dl dd {
    width: 100%;
    font-size: 3.4vw;
  }

  .achievement_block {
    display: block;
    margin: 7% 0 0;
    padding-bottom: 9%;
  }

  .achievement_block > div {
    width: 96%;
  }
  .achievement_block h2 {
    width: 37%;
    margin: 0px auto 11%;
  }
  .company_block2 {
    margin: 8% 0 0;
    flex-wrap: wrap-reverse;
  }

  .company_block2 .txt_block {
    width: 100%;
  }

  .company_block2 .img_block {
    width: 98%;
    margin: 0 auto 4%;
  }
  #company {
    padding-bottom: 0;
  }
  #actual {
    margin-bottom: 0;
  }
  #actual .wid80 {
    width: 100%;
  }

  .contact {
    width: 86%;
  }

  .f_logo {
    width: 87%;
    margin: 15% auto 12.5%;
  }
  footer .tell {
    width: 63%;
    font-size: 6.6vw;
  }

  #copy {
    font-size: 2.5vw;
  }

  #etc_dl p.ttl2 {
    width: 90%;
  }
  #etc_dl h1.ttl {
    margin-bottom: 5%;
  }

  .etc_dl_block {
    margin: 7% 0 0;
  }

  .mv .mv_inner {
    display: block;
    max-width: 100%;
    margin: 20px auto;
    padding-bottom: 30px;
  }
  .mv .mv_inner .mv_lb {
    width: 100%;
  }
  .mv .mv_inner .mv_rb {
    width: 98%;
    margin: 0 auto;
    padding-left: 0;
    padding-bottom: 18%;
    background-size: 100%;
  }
  .mv .mv_inner .mv_rb > div {
    display: block;
    margin-bottom: 0;
  }
  .mv .mv_inner .mv_rb .ttl_block {
    width: 100%;
  }
  .mv .mv_inner .mv_rb .mail_block {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  #header_inner {
    padding: 10px 5px;
  }

  #header_inner #fl_block {
    display: flex;
    width: 85%;
    padding: 0 10px;
    flex-direction: column;
  }
  #header_inner #fl_block .logo {
    max-width: 230px;
  }
}

.footer {
  position: relative;
  font-size: 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  line-height: 1;
}
.footer .copy {
  font-size: 13px;
  /*color:#ffffff;*/
  color: #333333;
  text-align: center;
  margin: auto;
  padding: 2em 1em 1em;
}
@media screen and (min-width: 769px) {
  .footer .copy {
    display: table;
  }
}
@media screen and (min-width: 769px) {
  .footer .copy span {
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  .footer .copy span {
    display: block;
    padding-bottom: 1em;
  }
}
@media screen and (min-width: 769px) {
  .footer .copy span + span {
    padding: 0.75em 0 0 1em;
  }
}
@media screen and (max-width: 768px) {
  .footer .copy span + span {
    padding-bottom: 0;
  }
}
.footer a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .footer a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
}
.footer .sp_telBnr_wrap {
  display: inline-block;
  color: #333333;
}

.footer_corpData {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer_corpData {
    display: table;
    margin: auto;
    table-layout: fixed;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .footer_corpData {
    display: table;
    margin: auto;
    table-layout: fixed;
  }
}

@media screen and (min-width: 769px) {
  .footer_corpData_tel,
  .footer_corpData_logo {
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .footer_corpData_tel,
  .footer_corpData_logo {
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (max-width: 480px) {
  .footer_corpData_tel,
  .footer_corpData_logo {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .footer_corpData_logo {
    width: 220px;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .footer_corpData_logo {
    width: 220px;
  }
}
@media screen and (max-width: 480px) {
  .footer_corpData_logo {
    width: 220px;
    margin: auto;
  }
}

@media screen and (min-width: 769px) {
  .footer_corpData_tel {
    font-size: 0.875rem;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .footer_corpData_tel {
    font-size: 0.75rem;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .footer_corpData_tel {
    margin: auto;
    max-width: 300px;
    padding-top: 1.5rem;
  }
}

.footer_corpData_telEm {
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 480px) {
  .footer_corpData_telEm {
    display: inline-block;
  }
}
.footer_corpData_telEm.sp_telBnr {
  font-size: 24.5px;
  padding: 0 0 0.1em 1.3em;
  position: relative;
}
.footer_corpData_telEm.sp_telBnr:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 0;
  background: url(https://www.aand.co.jp/lp/saireco/images/icon_tel.svg)
    no-repeat center;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  width: 24.5px;
  height: 30.63px;
  margin: auto;
}
.ie .footer_corpData_telEm.sp_telBnr:before {
  margin-top: -0.2em;
}
.footer_corpData_telEm.sp_telText {
  border-top: solid 2px #333333;
  padding-top: 0.5em;
  font-size: 14px;
}

.cp_box *,
.cp_box *:before,
.cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_box {
  width: auto;
  margin: 2em auto;
}
.cp_box label {
  font-weight: bold;
  position: absolute;
  display: block;
  width: 28%;
  margin: auto;
  padding: 0.3em 1em;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  color: #fff;
  background: #e95b1c;
  border-radius: 50px;
  top: 53px;
  right: 0;
}
.cp_box label:hover {
  transition: all 0.3s;
  color: #ffffff;
  background: #da3c41;
}

.cp_box label:hover::after {
  color: #ffffff;
}

.cp_box input:checked ~ label:hover::after {
  color: #ffffff;
}
.cp_box input {
  display: none;
}
.cp_box .cp_container {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 0;
  margin-top: -1px;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  background: rgba(255, 255, 255, 0.5);
}
.cp_box input:checked ~ div {
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}
/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
  height: 800px;
}

.cp_container h3 {
  font-size: 2rem !important;
  margin-top: 30px;
  color: #066;
}
.cp_container p {
  font-size: 1.6rem;
  line-height: 1.8;
}

#thanks {
  margin-top: 85px;
}

#thanks .document_dl_block.df {
  width: 90%;
  margin: 75px auto;
}

.dl_btn {
  margin: 30px auto 50px;
  display: block;
  width: 300px;
  border: 3px solid #fbd9c0;
  border-radius: 50px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  padding: 5px 0;
  background: rgb(232, 53, 10);
  background: linear-gradient(
    90deg,
    rgba(232, 53, 10, 1) 0%,
    rgba(233, 121, 21, 1) 100%
  );
}

.dl_btn a {
  width: 100%;
  text-align: center;
  color: #fff;
  display: block;
}
.dl_btn a:hover {
  opacity: 0.8;
}
