@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/*-------------------------------
original STYLE
---------------------------------*/
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body img {
  max-width: 100%;
  height: auto;
}
body .only_pc {
  display: inline;
}
body .only_sp {
  display: none;
}
body .md_up {
  display: inline;
}
body .wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
}
body .ryu-min {
  font-family: "カクミン R", "Kakumin Regular", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body .brdr {
  height: 0;
  width: 20px;
  margin: 15px 0 15px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #888;
}

#page-top {
  z-index: 1000;
  position: fixed;
  bottom: 100px;
  right: 0;
  font-size: 77%;
  background: #333;
}
#page-top:hover {
  background: rgba(0, 0, 0, 0.6);
}

/*-- base style --*/
.wrap {
  padding-top: 80px;
}
.wrap p {
  width: 100%;
}
.wrap .contents {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  height: auto;
}
.wrap .contents .inner_content {
  padding: 0 0 0 0;
  width: auto;
  height: auto;
}
.wrap .contents .inner_content .title_set {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}
.wrap .contents .inner_content .content {
  overflow: hidden;
  height: auto;
  padding-bottom: 100px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.wrap .contents .inner_content .mxw-content {
  overflow: hidden;
  height: auto;
  padding-bottom: 100px;
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
}
.wrap .contents .ggmap {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
}
.wrap .contents .ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.bloc_clear {
  clear: both;
  width: 100%;
  margin: 20px auto 0;
}

/*-- drawer --*/
.drawer .drawer_contents {
  display: none;
}

/*-- header --*/
#fix_head_nav {
  width: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  padding: 15px 0;
  text-align: left;
  letter-spacing: 2px;
}
#fix_head_nav.clone-nav {
  position: fixed;
  border-top: 3px solid #ff8da6;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: 0.3s;
  transform: translateY(-100%);
  background-color: rgba(255, 255, 255, 0.95);
}
#fix_head_nav.clone-nav .header_logo {
  display: block;
  width: 200px;
  margin-left: 10px;
  float: left;
  height: auto;
}
#fix_head_nav.clone-nav nav {
  position: relative;
  padding-top: 0px;
  width: 70%;
  text-align: right;
  float: right;
  font-family: "カクミン R", "Kakumin Regular", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}
#fix_head_nav.clone-nav nav ul {
  margin-right: 30px;
}
#fix_head_nav.clone-nav nav ul li {
  display: inline-block;
  padding: 0 10px;
  margin: 15px 0;
}
#fix_head_nav.clone-nav nav ul li:first-child {
  display: inline-block;
}
#fix_head_nav.clone-nav nav ul li a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  transition: 0.5s color ease;
  text-decoration: none;
  color: #333;
  font-size: 16px;
}
#fix_head_nav.clone-nav nav ul li a:visited, #fix_head_nav.clone-nav nav ul li a:hover, #fix_head_nav.clone-nav nav ul li a:active {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  transition: 0.5s color ease;
  text-decoration: none;
  color: #333;
  font-size: 16px;
}
#fix_head_nav.clone-nav nav ul li a:hover {
  color: #ff8da6;
}
#fix_head_nav.clone-nav nav ul li a.after:after {
  content: "";
  transition: 0.5s all ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  bottom: -0.25em;
  height: 1px;
  width: 0;
  background: #ff8da6;
}
#fix_head_nav.clone-nav nav ul li a.third:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#fix_head_nav.clone-nav nav ul li a.after:hover:after {
  width: 100%;
}
#fix_head_nav.is-show {
  transform: translateY(0);
}
#fix_head_nav .header_logo {
  display: none;
}
#fix_head_nav nav {
  position: relative;
  padding-top: 0px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
  font-family: "カクミン R", "Kakumin Regular", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}
#fix_head_nav nav ul li {
  display: inline-block;
  padding: 0 20px;
  margin: 15px 0;
}
#fix_head_nav nav ul li:first-child {
  display: none;
}
#fix_head_nav nav ul li a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  transition: 0.5s color ease;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
#fix_head_nav nav ul li a:visited, #fix_head_nav nav ul li a:hover, #fix_head_nav nav ul li a:active {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  transition: 0.5s color ease;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
#fix_head_nav nav ul li a:hover {
  color: #ff8da6;
}
#fix_head_nav nav ul li a.after:after {
  content: "";
  transition: 0.5s all ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  bottom: -0.25em;
  height: 1px;
  width: 0;
  background: #ff8da6;
}
#fix_head_nav nav ul li a.third:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#fix_head_nav nav ul li a.after:hover:after {
  width: 100%;
}

/*-- main visual --*/
.main_visual {
  padding: 0 0 0;
  position: relative;
  width: 100%;
}
.main_visual .visual_inner {
  position: relative;
  overflow: hidden;
  display: flex;
  height: auto;
  margin: 0 auto;
  padding: 0;
  background: url(../images/bg_mv5.png) top center/cover no-repeat fixed;
  text-align: center;
}
.main_visual .visual_inner .visual_wrap {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: auto;
  min-height: 100vh;
  width: 96%;
  /* min-height: 700px;*/
  margin: 0 auto;
  padding: 0 0 30px;
  text-align: center;
}
.main_visual .visual_inner .visual_wrap .title_logo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
  align-items: center;
  /*height: 100%;*/
  height: auto;
  max-width: 860px;
  margin: 0 auto 0;
  width: 96%;
}
.main_visual .visual_inner .visual_wrap .title_logo .logo_set {
  margin: 130px auto 0;
  text-align: center;
  width: 100%;
  max-width: 470px;
  height: auto;
}
.main_visual .visual_inner .visual_wrap .title_logo h2 {
  margin: 50px auto 50px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: normal;
  line-height: 2;
  width: 96%;
}
.main_visual .visual_inner .visual_wrap .title_logo h3.top_tell {
  width: 45%;
  padding: 6px 10px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 20px;
}
.main_visual .visual_inner .visual_wrap .title_logo .blc_ytb {
  width: 45%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  margin-bottom: 20px;
}
.main_visual .visual_inner .visual_wrap .title_logo .blc_ytb .youtube_blk {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.main_visual .visual_inner .visual_wrap .title_logo .blc_ytb .youtube_blk iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*-- ご挨拶 --*/
#intro {
  background: #fff;
}
#intro h1.sec_title {
  text-align: left;
  color: #5c5c5c;
  font-size: 26px;
  letter-spacing: 1.5px;
  margin: 26px 0;
  font-family: "カクミン R", "Kakumin Regular", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#intro p.honbun {
  font-size: 16px;
  color: #5c5c5c;
  letter-spacing: 1.5px;
  line-height: 1.8;
  text-align: left;
  font-family: "カクミン R", "Kakumin Regular", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 16px;
}
#intro p.eng_intro {
  font-size: 17px;
  color: #666;
  letter-spacing: 0.1px;
  line-height: 1.8;
  text-align: left;
  margin: 25px 0 70px;
  font-family: "Times New Roman", serif;
  height: auto;
  overflow: hidden;
}
#intro .prof_img {
  display: block;
  float: left;
  height: auto;
  overflow: hidden;
  width: 30%;
}
#intro .prof_history {
  display: block;
  float: right;
  overflow: hidden;
  width: 60%;
}
#intro .prof_history h2.prof_title {
  color: #555555;
  border-bottom: 1px solid #555;
  font-family: "カクミン R", "Kakumin Regular", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 0 0 15px 0;
  letter-spacing: 1.5px;
  margin: 0 0 10px 0;
}
#intro .prof_history ul li {
  color: #555555;
  font-family: "カクミン R", "Kakumin Regular", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 2.1;
}

/*-- NEWS --*/
#news {
  background: #fff;
}
#news h1.news_title {
  text-align: left;
  color: #5c5c5c;
  font-size: 26px;
  letter-spacing: 1.5px;
  margin: 26px 0;
  font-family: "カクミン R", "Kakumin Regular", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#news .news_field dl.news_set {
  width: 100%;
}
#news .news_field dl.news_set dt {
  clear: left;
  float: left;
  margin: 0;
  padding: 15px 0 10px 0;
  width: 100px;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.5em;
}
#news .news_field dl.news_set dd {
  margin: 0;
  padding: 12px 0.5em 10px 100px;
  font-size: 18px;
  border-bottom: 1px dashed #888;
  line-height: 1.5em;
}
#news .news_field dl.news_set dd a {
  color: #333;
  text-decoration: none;
}
#news .news_field dl.news_set dd a:hover {
  color: #000;
  text-decoration: underline;
}

/*-- 業務案内 --*/
#work {
  background: url(../images/bg_tex1.png) repeat center top;
}
#work h1.sec_title {
  text-align: center;
  color: #5c5c5c;
  font-size: 26px;
  margin: 26px 0;
  font-family: "カクミン R", "Kakumin Regular", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#work h2.sub_title {
  color: #555;
  font-family: "カクミン R", "Kakumin Regular", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.4;
}
#work ul {
  text-align: center;
}
#work ul li {
  vertical-align: top;
  color: #555555;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  display: inline-block;
  width: 20%;
  -webkit-box-shadow: 0 4px 4px -4px #999;
  -moz-box-shadow: 0 4px 4px -4px #999;
  box-shadow: 0 4px 4px -4px #999;
  margin: 0 1% 40px;
  padding: 10px 1% 10px 1%;
  max-width: 180px;
  height: auto;
  min-height: 230px;
  overflow: hidden;
  line-height: 1.6;
  height: auto;
  background: white;
  font-size: 13px;
  letter-spacing: 1.5px;
  font-family: "じゅん 201", "Jun 201", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#work ul li img {
  max-width: 150px;
}
#work h3.other_prblm {
  font-family: "カクミン R", "Kakumin Regular", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 1px;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  width: 60%;
  display: block;
  padding: 10px 0;
  margin: 50px auto 0;
  text-align: center;
  color: #555;
}

/*-- 事務所案内 --*/
#access {
  background: #ffffff;
  overflow: hidden;
}
#access .office_view {
  margin-bottom: 80px;
  height: 400px;
}
#access .office_view .slick-list {
  height: 400px;
}
#access .office_view .slick-list .slick-slide {
  height: 400px;
}
#access .office_view .slick-list .slick-slide img {
  width: auto; /* 変更 */
  height: 400px;
}
#access .acs_img {
  width: 100%;
  float: right;
  height: auto;
  overflow: hidden;
  margin-top: 15px;
}
#access .acs_img ul li.ph1 {
  display: block;
  width: 30%;
  height: auto;
  float: left;
}
#access .acs_img ul li.ph2 {
  display: block;
  width: 68%;
  margin-left: 2%;
  height: auto;
  float: left;
}
#access .acs_img img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#access .acs_info {
  width: 90%;
  height: auto;
  max-width: 900px;
  overflow: hidden;
  margin: 0 auto 50px;
}
#access h1.sec_title {
  text-align: left;
  color: #5c5c5c;
  font-size: 26px;
  margin: 26px 0;
  font-family: "カクミン R", "Kakumin Regular", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#access h2.yagou {
  font-size: 16px;
  color: #5c5c5c;
  letter-spacing: 1.5px;
  line-height: 2.1;
  text-align: left;
  font-family: "カクミン R", "Kakumin Regular", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#access p.access_info {
  font-size: 13px;
  color: #5c5c5c;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  line-height: 2.1;
  text-align: left;
  font-family: "カクミン R", "Kakumin Regular", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*-- お問い合わせ --*/
#contact {
  background: #fff;
  text-align: center;
}
#contact h1.sec_title {
  color: #5c5c5c;
  font-size: 26px;
  margin: 26px 0;
  font-family: "カクミン R", "Kakumin Regular", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#contact h2.sub_title {
  color: #555;
  font-family: "カクミン R", "Kakumin Regular", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.4;
}
#contact h3 {
  width: 80%;
  margin: 0 auto;
  font-size: 22px;
  letter-spacing: 1.5px;
  font-family: "カクミン R", "Kakumin Regular", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #ff9dba;
  position: relative;
  text-align: center;
}
#contact h3:before {
  border-top: 1px solid;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
#contact h3 span {
  background-color: #fff;
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
}
#contact h4 {
  font-size: 40px;
  letter-spacing: 4px;
  font-family: "カクミン R", "Kakumin Regular", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #ff9dba;
}
#contact h4 a {
  color: #ff9dba;
}
#contact p.resv {
  color: #ff9dba;
}
#contact p.tel_info {
  letter-spacing: 1px;
  font-size: 14px;
  font-family: "カクミン R", "Kakumin Regular", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #ff9dba;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #ff9dba;
}

footer {
  width: 100%;
  display: block;
  width: 100%;
  text-align: center;
  color: #999;
  background: #333;
  padding: 40px 0;
  letter-spacing: 1px;
  margin: 0 auto;
  font-family: "カクミン R", "Kakumin Regular", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
  font-size: 12px;
}
footer p.credit {
  font-size: 11px;
  margin-top: 15px;
  letter-spacing: 1px;
}

/*-------------------------------
font style
---------------------------------*/
h3 {
  line-height: 1.8em;
  padding-top: 0;
}

h4,
h5 {
  width: 90%;
  font-size: 23px;
  line-height: 1.8em;
  font-weight: bold;
  margin: 0 auto;
}

/*-------------------------------
color style
---------------------------------*/
.yelw {
  color: #00a7ea;
}

.grn {
  color: #11b38b;
}

.pink {
  color: #eb70a3;
}

.pink2 {
  color: #fd3bb2;
}

.yelw2 {
  color: #aa11bc;
}

.wht {
  color: #ffffff;
}

/*-------------------------------
Media Queries style
---------------------------------*/
@media screen and (max-width: 1030px) {
  body .only_pc {
    display: inline;
  }
  body .only_sp,
  body .md_up {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body .only_pc {
    display: none;
  }
  body .only_sp,
  body .md_up {
    display: inline;
  }
  /*-- base style --*/
  .wrap {
    padding-top: 80px;
  }
  .wrap p {
    width: 100%;
  }
  .wrap .contents {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    height: auto;
  }
  .wrap .contents .inner_content {
    padding: 0 0 0 0;
    width: auto;
    height: auto;
  }
  .wrap .contents .inner_content .title_set {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .wrap .contents .inner_content .content {
    overflow: hidden;
    height: auto;
    padding-bottom: 100px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  .wrap .contents .inner_content .content_full {
    overflow: hidden;
    height: auto;
    width: 100%;
    margin: 0 auto 0;
  }
  .wrap .contents .inner_content .mxw-content {
    overflow: hidden;
    height: auto;
    padding-bottom: 100px;
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .wrap .contents .ggmap {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
  }
  .wrap .contents .ggmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .bloc_clear {
    clear: both;
    width: 100%;
    margin: 20px auto 0;
  }
  /*-- drawer --*/
  .drawer .drawer_contents {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    border-top: 3px solid #ff8da6;
    height: 57px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
  }
  .drawer .drawer_logo {
    width: 170px;
    color: #fff;
    padding: 10px 0 0 5px;
  }
  .drawer .drawer-hamburger-icon {
    background: #fff;
  }
  .drawer .drawer-hamburger-icon:before, .drawer .drawer-hamburger-icon:after {
    background: #fff;
  }
  .drawer .drawer-nav {
    background: #222;
    color: #fff;
  }
  .drawer .drawer-nav ul.drawer-menu li {
    padding: 10px 0 0 10px;
    margin: 10px 0 0 10px;
  }
  .drawer .drawer-nav ul.drawer-menu li a {
    text-decoration: none;
    color: #fff;
  }
  .drawer .drawer-nav ul.drawer-menu li a:hover {
    color: #ff8da6;
  }
  #fix_head_nav {
    display: none;
  }
  /*-- main visual --*/
  .main_visual::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(../images/bg_mv5.png) center/cover no-repeat;
    /*fixedをトル！*/
    -webkit-background-size: cover;
    /*Android4*/
  }
  .main_visual .visual_inner {
    background: none;
  }
  .main_visual .visual_inner .visual_wrap .title_logo {
    flex-direction: column;
  }
  .main_visual .visual_inner .visual_wrap .title_logo .logo_set {
    margin: 120px auto 0;
  }
  .main_visual .visual_inner .visual_wrap .title_logo h2 {
    font-size: 4vw;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 1.8;
    text-align: center;
  }
  .main_visual .visual_inner .visual_wrap .title_logo h3.top_tell {
    width: 65%;
  }
  .main_visual .visual_inner .visual_wrap .title_logo .blc_ytb {
    width: 65%;
  }
  /*-- ご挨拶 --*/
  #intro p.honbun {
    letter-spacing: 1.3px;
    line-height: 1.8;
  }
  #intro .prof_img {
    float: left;
    width: 30%;
  }
  #intro .prof_history {
    float: right;
    width: 65%;
  }
  #intro .prof_history h2.prof_title {
    color: #555555;
    border-bottom: 1px solid #555;
    padding: 0 0 15px 0;
    letter-spacing: 1.5px;
    margin: 0 0 10px 0;
  }
  #intro .prof_history ul li {
    color: #555555;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 2.1;
  }
  /*-- 業務案内 --*/
  #work ul li {
    width: 40%;
  }
  /*-- 事務所案内 --*/
  #access .acs_img {
    width: 100%;
    float: right;
    height: auto;
    overflow: hidden;
  }
  #access .acs_info {
    height: auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  body .only_pc {
    display: none;
  }
  body .only_sp,
  body .md_up {
    display: inline;
  }
  /*-- base style --*/
  .wrap {
    padding-top: 80px;
  }
  .wrap p {
    width: 100%;
  }
  .wrap .contents {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    height: auto;
  }
  .wrap .contents .inner_content {
    padding: 0 0 0 0;
    width: auto;
    height: auto;
  }
  .wrap .contents .inner_content .title_set {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .wrap .contents .inner_content .content {
    overflow: hidden;
    height: auto;
    padding: 0 0 100px 0;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
  }
  .wrap .contents .inner_content .mxw-content {
    overflow: hidden;
    height: auto;
    padding-bottom: 100px;
    width: 96%;
    max-width: 1060px;
    margin: 0 auto;
  }
  .wrap .contents .ggmap {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 70%;
    height: 0;
    overflow: hidden;
  }
  .wrap .contents .ggmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .bloc_clear {
    clear: both;
    width: 100%;
    margin: 20px auto 0;
  }
  /*-- main visual --*/
  .main_visual::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(../images/bg_mv5.png) center/cover no-repeat;
    /*fixedをトル！*/
    -webkit-background-size: cover;
    /*Android4*/
  }
  .main_visual .visual_inner {
    background: none;
  }
  .main_visual .visual_inner .visual_wrap {
    min-height: 500px;
  }
  .main_visual .visual_inner .visual_wrap .title_logo .logo_set {
    margin: 100px auto 0;
    width: 75%;
  }
  .main_visual .visual_inner .visual_wrap .title_logo h2 {
    font-size: 19px;
    letter-spacing: 0.5px;
    font-weight: normal;
    line-height: 1.8;
  }
  .main_visual .visual_inner .visual_wrap .title_logo h3.top_tell {
    width: 75%;
  }
  .main_visual .visual_inner .visual_wrap .title_logo .blc_ytb {
    width: 75%;
  }
  /*-- ご挨拶 --*/
  #intro p.honbun {
    letter-spacing: 1.3px;
    line-height: 1.8;
  }
  #intro .prof_img {
    float: left;
    width: 50%;
    margin-bottom: 30px;
  }
  #intro .prof_history {
    float: left;
    width: 100%;
  }
  #intro .prof_history h2.prof_title {
    color: #555555;
    border-bottom: 1px solid #555;
    padding: 0 0 15px 0;
    letter-spacing: 1.5px;
    margin: 0 0 10px 0;
  }
  #intro .prof_history ul li {
    color: #555555;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 2.1;
  }
  /*-- 業務案内 --*/
  #work ul li {
    width: 80%;
    max-width: 80%;
    min-height: auto;
    padding: 10px 1% 20px 1%;
  }
  #work h3.other_prblm {
    width: 90%;
  }
  /*-- 事務所案内 --*/
  #access .acs_img {
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
  }
  #access .acs_img ul li.ph1 {
    display: block;
    width: 100%;
    height: auto;
    float: left;
  }
  #access .acs_img ul li.ph2 {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    height: auto;
    float: left;
  }
  #access .acs_img img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  #access .acs_info {
    height: auto;
    overflow: hidden;
  }
  /*-- お問い合わせ --*/
  #contact h3 {
    width: 90%;
    font-size: 20px;
  }
  #contact h4 {
    font-size: 22px;
  }
  #contact p.tel_info {
    letter-spacing: 1px;
    color: #ff9dba;
    width: 90%;
  }
}