@charset "UTF-8";
/* Reset ---------------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
figure {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500;
  line-height: 1;
}

address,
em {
  font-style: normal;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption, th, td {
  font-weight: 500;
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

a:hover {
  text-decoration: none;
  opacity: .7;
}

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

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
button,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-size: 1.6rem;
  outline: none;
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  font-weight: 500;
}

input[type="submit"],
input[type="image"],
button {
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 0;
}

input[type="submit"]:hover,
input[type="image"]:hover,
button:hover {
  opacity: .7;
}

select {
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}

textarea {
  resize: vertical;
}

/* Default ---------------------------------------------*/
.img_switch {
  visibility: hidden;
}

.clearfix::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
}

body {
  padding-top: 56px;
  background: #fff;
  min-width: 1000px;
  color: #333;
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  body {
    min-width: 320px;
    padding-top: 50px;
    font-size: 1.4rem;
  }
}

a {
  color: #333;
}

.container {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .container {
    padding: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  .pconly {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sponly {
    display: none !important;
  }
}

.ofi_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.noentry {
  text-align: center;
  margin: 80px auto;
}

.cmn_header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 0 20px;
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

@media screen and (max-width: 640px) {
  .cmn_header {
    padding: 10px;
  }
}

.header_logo {
  float: left;
  width: 55px;
  padding: 3px 0;
}

@media screen and (max-width: 640px) {
  .header_logo {
    width: 36px;
    padding: 0;
  }
}

.header_logo_txt {
  font-size: 10px;
  position: absolute;
  top: 23px;
  left: 100px;
}

@media screen and (max-width: 640px) {
  .header_logo_txt {
    width: 155px;
    font-size: 8px;
    top: 15px;
    left: 55px;
    line-height: 1.5;
  }
}

.header_btns {
  float: right;
  padding: 5px 0;
  font-size: 0;
}

@media screen and (max-width: 640px) {
  .header_btns {
    padding: 0;
  }
}

.header_btns li {
  display: inline-block;
  margin-left: 20px;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .header_btns li {
    margin-left: 10px;
  }
}

.header_btns li a {
  display: block;
  height: 100%;
  line-height: 46px;
  font-size: 2.4rem;
  color: #666;
}

@media screen and (max-width: 640px) {
  .header_btns li a {
    line-height: 30px;
  }
}

.header_btns li.contact {
  border-left: 1px solid #ccc;
  padding-left: 20px;
}

@media screen and (max-width: 640px) {
  .header_btns li.contact {
    padding-left: 10px;
  }
}

.header_btns li.contact a {
  color: #000;
}

.header_btns li.nav_tgl {
  font-size: 2.4rem;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header_btns li.nav_tgl:hover {
  opacity: 0.7;
}

.global_nav {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.98);
  width: 100%;
  height: 100vh;
  text-align: center;
  z-index: 99999;
}

.global_nav .close_tgl {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 2.4rem;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.global_nav .close_tgl:hover {
  opacity: 0.7;
}

.global_nav ul {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 640px;
  margin-left: -320px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.global_nav ul li {
  width: 50%;
  float: left;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  margin: 1em 0;
}

.global_nav ul li a {
  color: #000;
}

@media screen and (max-width: 640px) {
  .global_nav .close_tgl {
    top: 20px;
    right: 20px;
  }
  .global_nav ul {
    width: 100%;
    margin: 0;
    left: 0;
  }
  .global_nav ul li {
    width: 100%;
    float: none;
    font-size: 1.6rem;
    margin: 1.5em 0;
  }
}

.cmn_breadcrumbs {
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.cmn_breadcrumbs ol {
  line-height: 1.7;
  font-size: 0;
}

@media screen and (max-width: 640px) {
  .cmn_breadcrumbs ol {
    line-height: 1.7;
    overflow: scroll;
    white-space: nowrap;
  }
}

.cmn_breadcrumbs ol li {
  display: inline;
  font-size: 1.2rem;
}

.cmn_breadcrumbs ol li ~ li {
  margin-left: 0.5em;
}

.cmn_breadcrumbs ol li ~ li::before {
  content: "＞";
  margin-right: 0.5em;
}

.cmn_footer {
  position: relative;
  background: #333;
  padding: 120px 0;
  text-align: center;
  z-index: 10;
}

@media screen and (max-width: 640px) {
  .cmn_footer {
    padding: 80px 0;
  }
}

.cmn_footer .logo img {
  width: 150px;
}

.cmn_footer .nav ul {
  font-size: 0;
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .cmn_footer .nav ul {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}

.cmn_footer .nav ul li {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 640px) {
  .cmn_footer .nav ul li {
    width: 50%;
    display: block;
    font-size: 1.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}

@media screen and (max-width: 640px) {
  .cmn_footer .nav ul li a {
    width: 100%;
    padding: 12px 8px 12px 8px;
    display: block;
    text-align: left;
  }
}

.cmn_footer .nav ul li + li {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 640px) {
  .cmn_footer .nav ul li + li {
    margin: 0;
    padding: 0;
    border-left: none;
  }
}

@media screen and (max-width: 640px) {
  .cmn_footer .nav ul li:nth-of-type(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}

@media screen and (max-width: 640px) {
  .cmn_footer .nav ul.sns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: none;
  }
}

.cmn_footer .nav ul.sns li {
  font-size: 2.4rem;
}

@media screen and (max-width: 640px) {
  .cmn_footer .nav ul.sns li {
    width: auto;
    display: inline-block;
    border: none;
  }
}

.cmn_footer .nav ul.sns li + li {
  margin-left: 10px;
  padding: 0;
  border: none;
}

@media screen and (max-width: 640px) {
  .cmn_footer .nav ul.sns li + li {
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .cmn_footer .nav ul.sns li a {
    padding: 0;
    display: inline;
  }
}

@media screen and (max-width: 640px) {
  .cmn_footer .nav ul.sns li:first-of-type {
    margin-right: 10px;
  }
}

.cmn_footer .ohb {
  margin-top: 60px;
}

.cmn_footer .ohb img {
  width: 300px;
}

.cmn_footer .sub_nav {
  font-size: 0;
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .cmn_footer .sub_nav {
    margin-top: 40px;
  }
}

.cmn_footer .sub_nav li {
  display: inline-block;
  font-size: 1.2rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
}

.cmn_footer .sub_nav li + li {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 640px) {
  .cmn_footer .sub_nav li + li {
    margin-left: 0.5em;
    padding-left: 0.5em;
  }
}

.cmn_footer .copyright {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .cmn_footer .copyright {
    margin-top: 40px;
  }
}

.cmn_footer .copyright small {
  font-size: 1.2rem;
}

@media screen and (max-width: 640px) {
  .cmn_footer .copyright small {
    font-size: 1rem;
  }
}

.cmn_footer,
.cmn_footer a {
  color: #fff;
}

.pagetop {
  position: fixed;
  z-index: 99;
  bottom: 20px;
  right: 20px;
  background: #000;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

@media screen and (max-width: 640px) {
  .pagetop {
    bottom: 10px;
    right: 10px;
  }
}

.pagetop.load01 {
  opacity: 1;
}

.pagetop.load01:hover {
  opacity: 0.7;
}

.grecaptcha-badge {
  z-index: 10;
}

.wp-caption {
  max-width: 100%;
}

.mod_page_tit {
  padding: 100px 10px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .mod_page_tit {
    padding: 60px 10px;
  }
}

.mod_tit01 {
  font-family: "Lato", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .mod_tit01 {
    font-size: 2rem;
  }
}

.mod_tit01:first-letter {
  color: #000;
  font-size: 2em;
  letter-spacing: 0.06em;
}

.mod_tit02 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.mod_tit03 {
  font-size: 2.8rem;
  font-family: "Lato", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  color: #000;
}

.mod_tit04 {
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #000;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .mod_tit04 {
    font-size: 1.8rem;
  }
}

.mod_btn01 {
  display: block;
  background: rgba(255, 255, 255, 0.65);
  width: 330px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #fff;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 640px) {
  .mod_btn01 {
    font-size: 1.6rem;
    width: 280px;
    height: 40px;
    line-height: 38px;
  }
}

.mod_btn02 {
  display: block;
  background: #fff;
  width: 240px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #666;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "Lato", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 640px) {
  .mod_btn02 {
    font-size: 1.6rem;
    width: 200px;
    height: 40px;
    line-height: 38px;
  }
}

.mod_btn02.contact {
  background: #000;
  color: #fff;
  border-color: #000;
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  .mod_btn02.contact {
    pointer-events: auto;
  }
}

.mod_guide_btn {
  margin-top: 60px;
  text-align: center;
}

.mod_guide_btn p {
  display: inline-block;
}

.mod_guide_btn p ~ p {
  margin-left: 15px;
}

@media screen and (max-width: 640px) {
  .mod_guide_btn {
    margin-top: 50px;
  }
  .mod_guide_btn p {
    display: block;
  }
  .mod_guide_btn p ~ p {
    margin: 10px 0 0 0;
  }
  .mod_guide_btn .mod_btn02 {
    letter-spacing: 0.15em;
  }
}

.mod_bg01 {
  background: #f9f9f9;
  padding: 100px 0 120px;
}

@media screen and (max-width: 640px) {
  .mod_bg01 {
    padding: 60px 0 80px;
  }
}

.mod_entry_list > li {
  float: left;
  width: 310px;
  margin-right: 15px;
}

@media screen and (max-width: 640px) {
  .mod_entry_list > li {
    width: 48%;
    margin: 0;
  }
}

.mod_entry_list > li:nth-child(3n) {
  margin-right: 0;
}

.mod_entry_list > li:nth-child(n + 4) {
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  .mod_entry_list > li:nth-child(n + 4) {
    margin-top: 0;
  }
}

.mod_entry_list > li:nth-child(3n + 1) {
  clear: both;
}

@media screen and (max-width: 640px) {
  .mod_entry_list > li:nth-child(3n + 1) {
    clear: none;
  }
}

@media screen and (max-width: 640px) {
  .mod_entry_list > li:nth-child(odd) {
    clear: both;
  }
  .mod_entry_list > li:nth-child(even) {
    float: right;
  }
  .mod_entry_list > li:nth-child(n + 3) {
    margin-top: 15px;
  }
}

.mod_entry_list > li a {
  display: block;
  position: relative;
  background: #fff;
}

.mod_entry_list > li a .new {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  z-index: 10;
}

@media screen and (max-width: 640px) {
  .mod_entry_list > li a .new {
    width: 40px;
    height: 40px;
  }
}

.mod_entry_list > li a .new::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-right: 60px solid #000;
  border-bottom: 60px solid transparent;
}

@media screen and (max-width: 640px) {
  .mod_entry_list > li a .new::before {
    border-right-width: 40px;
    border-bottom-width: 40px;
  }
}

.mod_entry_list > li a .new span {
  position: absolute;
  top: 15px;
  width: 80px;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 640px) {
  .mod_entry_list > li a .new span {
    top: 10px;
    width: 50px;
    font-size: 1rem;
  }
}

.mod_entry_list > li a .img {
  height: 207px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .mod_entry_list > li a .img {
    height: 30vw;
  }
}

.mod_entry_list > li a .img img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mod_entry_list > li a .txt {
  padding: 20px 10px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 640px) {
  .mod_entry_list > li a .txt {
    padding: 10px;
  }
}

.mod_entry_list > li a .txt .date {
  color: #666;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .mod_entry_list > li a .txt .date {
    font-size: 1.2rem;
  }
}

.mod_entry_list > li a .txt .tit {
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .mod_entry_list > li a .txt .tit {
    margin-top: 5px;
  }
}

.mod_entry_list > li a .txt.voice .tit {
  margin-top: 0;
}

.mod_entry_list > li a .txt.voice .intro {
  margin-top: 10px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .mod_entry_list > li a .txt.voice .intro {
    margin-top: 5px;
  }
}

.mod_entry_list > li a:hover {
  opacity: 1;
}

.mod_entry_list > li a:hover .img img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.mod_entry_list.report > li a .cat {
  position: absolute;
  top: 20px;
  left: 0;
  background: #000;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  z-index: 3;
}

@media screen and (max-width: 640px) {
  .mod_entry_list.report > li a .cat {
    top: 10px;
    padding: 3px 5px;
    font-size: 1rem;
  }
}

.mod_entry_list.report > li a .txt .tags {
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .mod_entry_list.report > li a .txt .tags {
    margin-top: 5px;
  }
}

.mod_entry_list.report > li a .txt .tags li {
  color: #000;
  display: inline;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .mod_entry_list.report > li a .txt .tags li {
    font-size: 1.2rem;
  }
}

.mod_entry_list.report > li a .txt .tags li:not(:last-of-type) {
  margin-right: 5px;
}

.mod_entry_list.topics > li a {
  background: #f9f9f9;
}

@media screen and (max-width: 640px) {
  .mod_entry_list.feature > li {
    width: 100%;
  }
  .mod_entry_list.feature > li ~ li {
    margin-top: 15px;
  }
}

.mod_entry_list.feature > li a .img {
  height: 155px;
}

@media screen and (max-width: 640px) {
  .mod_entry_list.feature > li a .img {
    height: 47.333vw;
  }
}

.wp-pagenavi {
  margin-top: 60px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  background: #fff;
  display: inline-block;
  height: 32px;
  min-width: 32px;
  margin: 5px;
  padding: 0 5px;
  border: 1px solid #000;
  line-height: 30px;
}

.wp-pagenavi .current {
  background: #000;
  color: #fff;
}

.basic_page_wrap {
  max-width: 660px;
  margin: 60px auto 0;
  padding: 0 10px 120px;
}

.basic_page_wrap > * ~ * {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .basic_page_wrap > * ~ * {
    margin-top: 40px;
  }
}

@media screen and (max-width: 640px) {
  .basic_page_wrap {
    margin-top: 40px;
    padding: 0 10px 80px;
  }
}

.basic_page_wrap p {
  line-height: 1.7;
}

.basic_page_wrap p ~ p {
  margin-top: 1.8em;
}

.basic_page_wrap .btn {
  margin-top: 100px;
}

@media screen and (max-width: 640px) {
  .basic_page_wrap .btn {
    margin-top: 60px;
  }
}

.mod_basic_intro {
  line-height: 1.7;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .mod_basic_intro {
    text-align: left;
  }
}

.mod_basic_map iframe {
  width: 100%;
  height: 420px;
}

.mod_table01 {
  border-top: 1px solid #ccc;
}

.mod_table01 dt {
  float: left;
  clear: both;
  width: 220px;
  padding: 20px 15px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .mod_table01 dt {
    float: none;
    width: 100%;
    padding: 15px 15px 5px;
  }
}

.mod_table01 dd {
  padding: 20px 15px 20px 220px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
  .mod_table01 dd {
    padding: 0 15px 15px;
  }
}

.top_inner {
  position: relative;
  z-index: 3;
  background: #fff;
}

.top_inner .btn_wrap {
  padding: 80px 0;
}

@media screen and (max-width: 640px) {
  .top_inner .btn_wrap {
    padding: 40px 0;
  }
}

.top_inner .btn a {
  border: 1px solid #666;
}

@media screen and (max-width: 640px) {
  .top_inner .btn .mod_btn01 {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    width: 160px;
    height: 30px;
    line-height: 28px;
    font-weight: 500;
  }
}

.top_inner .catch {
  margin: 20px auto 60px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 640px) {
  .top_inner .catch {
    margin-bottom: 40px;
  }
}

.top_cat_list {
  position: relative;
  z-index: 2;
  top: -40px;
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.top_cat_list > li {
  width: calc(50% - 20px);
  text-align: center;
  color: #fff;
}

.top_cat_list > li:nth-child(odd) {
  float: left;
}

.top_cat_list > li:nth-child(even) {
  float: right;
}

.top_cat_list > li .inner {
  position: relative;
  padding-top: 50%;
}

.top_cat_list > li .inner .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.top_cat_list > li .inner .txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.top_cat_list > li .inner .txt .tit .en {
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}

.top_cat_list > li .inner .txt .tit .jp {
  font-size: 1.6rem;
}

.top_cat_list > li .inner .txt .btns {
  margin-top: 20px;
  font-size: 0;
}

.top_cat_list > li .inner .txt .btns li {
  display: inline-block;
  width: 180px;
  font-size: 1.6rem;
  margin: 0 10px;
  font-weight: bold;
}

.top_cat_list > li .inner .txt .btns li a {
  display: block;
  padding: 15px 10px;
  background: #fff;
  color: #000;
}

@media screen and (max-width: 640px) {
  .top_cat_list {
    top: -20px;
    padding: 0 10px;
  }
  .top_cat_list > li {
    width: 100%;
  }
  .top_cat_list > li:nth-child(odd), .top_cat_list > li:nth-child(even) {
    float: none;
  }
  .top_cat_list > li + li {
    margin-top: 10px;
  }
  .top_cat_list > li .inner .txt .tit .en {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .top_cat_list > li .inner .txt .tit .jp {
    font-size: 1.2rem;
  }
  .top_cat_list > li .inner .txt .btns li {
    width: 120px;
    font-size: 1.2rem;
    margin: 0 5px;
  }
  .top_cat_list > li .inner .txt .btns li a {
    padding: 10px;
  }
}

.top_mv {
  position: relative;
  width: 100%;
  height: calc(100vh - 56px);
  min-height: 640px;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .top_mv {
    height: 60vh;
    min-height: 280px;
  }
}

.top_mv .catch {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.95);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .top_mv .catch {
    top: 40%;
  }
}

.top_mv .catch .catch_l,
.top_mv .catch .catch_s {
  display: block;
}

.top_mv .catch .catch_l {
  font-size: 5.2rem;
  letter-spacing: 0.3em;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .top_mv .catch .catch_l {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
  }
}

.top_mv .catch .catch_s {
  margin-top: 15px;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .top_mv .catch .catch_s {
    margin-top: 5px;
    font-size: 1.5rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }
}

.top_mv .catch .catch_s span {
  font-weight: bold;
}

.top_mv .bx-wrapper,
.top_mv .bx-viewport,
.top_mv .top_mv_slide,
.top_mv .slide {
  width: 100% !important;
  height: 100% !important;
}

.top_mv .bx-wrapper {
  position: relative;
  z-index: 1;
}

.top_mv .badge {
  position: absolute;
  top: 76px;
  right: 20px;
  max-width: 720px;
  z-index: 10;
}

@media screen and (max-width: 640px) {
  .top_mv .badge {
    top: 60px;
    right: 5px;
    max-width: 300px;
  }
}

.top_mv .btn {
  position: absolute;
  z-index: 4;
  top: calc(50% + 130px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
  .top_mv .btn {
    top: auto;
    bottom: 50px;
  }
}

.top_bnr {
  max-width: 1300px;
  padding: 80px 20px;
  margin: 0 auto;
}

.top_bnr .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_bnr .top_bnr_slider:not(.swiper-container-initialized) .swiper-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_bnr .item {
  width: 23.8%;
  margin: 1.2%;
}

.top_bnr .item video,
.top_bnr .item img {
  width: 100%;
  height: auto;
}

.top_bnr .btn {
  display: none;
}

@media screen and (max-width: 640px) {
  .top_bnr {
    padding: 20px 40px;
    position: relative;
  }
  .top_bnr .top_bnr_slider {
    width: 100%;
    overflow: hidden;
  }
  .top_bnr .item {
    width: 50%;
    margin: 0;
    padding: 0 8px;
  }
  .top_bnr .btn {
    position: absolute;
    margin-top: 0;
    width: auto;
    height: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .top_bnr .btn::after {
    font-size: 28px;
  }
  .top_bnr .swiper-button-prev {
    left: 10px;
  }
  .top_bnr .swiper-button-next {
    right: 10px;
    text-align: right;
  }
}

.top_pickup .happily {
  margin: 40px auto;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .top_pickup .happily {
    margin: 20px auto;
  }
}

.top_pickup .happily img {
  max-width: 360px;
}

@media screen and (max-width: 640px) {
  .top_pickup .happily img {
    width: 80%;
  }
}

.top_pickup .mod_entry_list > li {
  width: 460px;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .top_pickup .mod_entry_list > li {
    width: 100%;
  }
}

.top_pickup .mod_entry_list > li:nth-child(3n + 1) {
  clear: none;
}

.top_pickup .mod_entry_list > li:nth-child(odd) {
  float: left;
  clear: both;
}

@media screen and (max-width: 640px) {
  .top_pickup .mod_entry_list > li:nth-child(odd) {
    float: none;
  }
}

.top_pickup .mod_entry_list > li:nth-child(even) {
  float: right;
}

@media screen and (max-width: 640px) {
  .top_pickup .mod_entry_list > li:nth-child(even) {
    float: none;
  }
}

.top_pickup .mod_entry_list > li:nth-child(n + 4) {
  margin-top: 0;
}

.top_pickup .mod_entry_list > li:nth-child(n + 3) {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .top_pickup .mod_entry_list > li:nth-child(n + 3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .top_pickup .mod_entry_list > li + li {
    margin-top: 20px;
  }
}

.top_pickup .mod_entry_list > li a .img {
  height: 307px;
}

@media screen and (max-width: 640px) {
  .top_pickup .mod_entry_list > li a .img {
    height: 62.5vw;
  }
}

.top_pickup .mod_entry_list > li a .txt {
  padding: 20px;
}

@media screen and (max-width: 640px) {
  .top_pickup .mod_entry_list > li a .txt {
    padding: 15px;
  }
}

.top_pickup .mod_entry_list > li a .txt .date {
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .top_pickup .mod_entry_list > li a .txt .date {
    font-size: 1.4rem;
  }
}

.top_pickup .mod_entry_list > li a .txt .tit {
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  .top_pickup .mod_entry_list > li a .txt .tit {
    font-size: 1.6rem;
  }
}

.top_pickup .mod_entry_list.report li a .cat {
  padding: 10px 15px;
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .top_pickup .mod_entry_list.report li a .cat {
    padding: 5px 10px;
    font-size: 1.4rem;
  }
}

.top_pickup .mod_entry_list.report li a .txt .tags li {
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .top_pickup .mod_entry_list.report li a .txt .tags li {
    font-size: 1.4rem;
  }
}

.top_report {
  margin-top: 120px;
}

@media screen and (max-width: 640px) {
  .top_report {
    margin-top: 80px;
  }
}

.top_report .happily {
  margin: 40px auto;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .top_report .happily {
    margin: 20px auto;
  }
}

.top_report .happily img {
  max-width: 360px;
}

@media screen and (max-width: 640px) {
  .top_report .happily img {
    width: 80%;
  }
}

.top_report .btn {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .top_report .btn {
    margin-top: 40px;
  }
}

.top_topics {
  padding: 120px 0;
}

@media screen and (max-width: 640px) {
  .top_topics {
    padding: 80px 0;
  }
}

.top_topics .mod_tit01 {
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .top_topics .mod_tit01 {
    margin-bottom: 40px;
  }
}

.top_topics .btn {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .top_topics .btn {
    margin-top: 40px;
  }
}

@media screen and (min-width: 641px) {
  .top_topics .mod_entry_list li:nth-child(4) {
    display: none !important;
  }
}

.top_feature_slider li,
.top_voice_slider li {
  width: 310px;
  margin: 0 9px;
}

@media screen and (max-width: 640px) {
  .top_feature_slider li,
  .top_voice_slider li {
    margin: 0 1.5625vw;
  }
}

.top_feature_slider li a,
.top_voice_slider li a {
  display: block;
}

.top_feature_slider li a .img,
.top_voice_slider li a .img {
  height: 207px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .top_feature_slider li a .img,
  .top_voice_slider li a .img {
    height: 56.25vw;
  }
}

.top_feature_slider li a .img img,
.top_voice_slider li a .img img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.top_feature_slider li a .txt,
.top_voice_slider li a .txt {
  padding: 20px 10px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 640px) {
  .top_feature_slider li a .txt,
  .top_voice_slider li a .txt {
    padding: 10px;
  }
}

.top_feature_slider li a .txt .tit,
.top_voice_slider li a .txt .tit {
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .top_feature_slider li a .txt .tit,
  .top_voice_slider li a .txt .tit {
    margin-top: 5px;
  }
}

.top_feature_slider li a .txt .intro,
.top_voice_slider li a .txt .intro {
  margin-top: 10px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .top_feature_slider li a .txt .intro,
  .top_voice_slider li a .txt .intro {
    margin-top: 5px;
  }
}

.top_feature_slider li a:hover,
.top_voice_slider li a:hover {
  opacity: 1;
}

.top_feature_slider li a:hover .img img,
.top_voice_slider li a:hover .img img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.top_feature .btn,
.top_voice .btn {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .top_feature .btn,
  .top_voice .btn {
    margin-top: 40px;
  }
}

.top_feature {
  padding: 120px 0;
}

@media screen and (max-width: 640px) {
  .top_feature {
    padding: 80px 0;
  }
}

.top_feature_pconly a, .top_feature_slider a {
  background: #f9f9f9;
}

.top_feature_pconly a {
  display: block;
}

.top_feature_pconly a:hover {
  opacity: 1;
}

.top_feature_pconly a:hover .img img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.top_feature_pconly .img {
  overflow: hidden;
}

.top_feature_pconly .img img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.top_feature_pconly .txt {
  padding: 20px 10px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 640px) {
  .top_feature_pconly .txt {
    padding: 10px;
  }
}

.top_feature_pconly .txt .tit {
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .top_feature_pconly .txt .tit {
    margin-top: 5px;
  }
}

.top_feature_pconly .main {
  width: 100%;
}

.top_feature_pconly .main .img img {
  height: 480px;
}

.top_feature_pconly .sub {
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_feature_pconly .sub .item {
  width: 470px;
}

.top_feature_pconly .sub .img img {
  height: 235px;
}

@media screen and (max-width: 640px) {
  .top_feature_slider li a .img {
    height: 42.1875vw;
  }
}

.top_voice_slider {
  width: 100%;
  overflow: hidden;
}

.top_voice_slider:not(.swiper-container-initialized) .swiper-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_voice_slider li a {
  position: relative;
  background: #fff;
}

.top_voice_slider li a .new {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  z-index: 10;
}

@media screen and (max-width: 640px) {
  .top_voice_slider li a .new {
    width: 40px;
    height: 40px;
  }
}

.top_voice_slider li a .new::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-right: 60px solid #000;
  border-bottom: 60px solid transparent;
}

@media screen and (max-width: 640px) {
  .top_voice_slider li a .new::before {
    border-right-width: 40px;
    border-bottom-width: 40px;
  }
}

.top_voice_slider li a .new span {
  position: absolute;
  top: 15px;
  width: 80px;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 640px) {
  .top_voice_slider li a .new span {
    top: 10px;
    width: 50px;
    font-size: 1rem;
  }
}

.top_column {
  padding: 120px 0;
}

@media screen and (max-width: 640px) {
  .top_column {
    padding: 80px 0;
  }
}

.top_column .mod_tit01 {
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .top_column .mod_tit01 {
    margin-bottom: 40px;
  }
}

.top_column .btn {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .top_column .btn {
    margin-top: 40px;
  }
}

/*
@include mq(noSp) {
  .top_topics .mod_entry_list li:nth-child(4) {
    display: none !important;
  }
}
*/
.top_team {
  padding: 120px 0;
}

@media screen and (max-width: 640px) {
  .top_team {
    padding: 80px 10px;
  }
}

.top_team .catch {
  margin: 20px auto 60px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 640px) {
  .top_team .catch {
    margin-bottom: 40px;
  }
}

.top_team .btn a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 480px;
  /*
      .txt {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        margin-top: -38px;
        text-align: center;
        z-index: 3;
        @include mq(sp) {
          margin-top: 0;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%);
          img {
            width: 42%;
          }
        }
      }
      */
}

@media screen and (max-width: 640px) {
  .top_team .btn a {
    height: 44.66vw;
  }
}

.top_team .btn a .img {
  width: 100%;
  height: 100%;
}

.top_team .btn a .img img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.top_team .btn a:hover {
  opacity: 1;
}

.top_team .btn a:hover .img img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.top_other {
  /*
  padding: 120px 0;
  @include mq(sp) {
    padding: 80px 10px;
  }
  */
}

.top_other h2 {
  margin-bottom: 60px;
  font-size: 3.2rem;
  letter-spacing: 0.16em;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .top_other h2 {
    margin-bottom: 40px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}

.top_other h2 span {
  font-weight: bold;
  color: #000;
}

.top_other ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_other ul li {
  float: left;
  width: 310px;
}

@media screen and (max-width: 640px) {
  .top_other ul li {
    width: 100%;
  }
}

.top_other ul li + li {
  margin-left: 15px;
}

@media screen and (max-width: 640px) {
  .top_other ul li + li {
    margin: 10px auto 0;
  }
}

.top_other ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 310px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .top_other ul li a {
    width: 80vw;
    height: 80vw;
    margin: 0 auto;
  }
}

.top_other ul li a .img {
  width: 100%;
  height: 100%;
}

.top_other ul li a .img img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.top_other ul li a .txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.2em;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top_other ul li a:hover {
  opacity: 1;
}

.top_other ul li a:hover .img img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

@media screen and (max-width: 640px) {
  .top_other ul {
    display: block;
  }
}

.top_other .btn {
  margin-top: 80px;
  text-align: center;
}

.top_other .btn p {
  display: inline-block;
}

.top_other .btn p ~ p {
  margin-left: 15px;
}

.top_other .btn .mod_btn01 {
  background: none;
  border-color: #666;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 640px) {
  .top_other .btn {
    margin-top: 50px;
  }
  .top_other .btn p {
    display: block;
  }
  .top_other .btn p ~ p {
    margin: 10px 0 0 0;
  }
}

.top_access {
  padding: 120px 0;
}

@media screen and (max-width: 640px) {
  .top_access {
    padding: 80px 10px;
  }
}

.top_access .mod_tit01 {
  margin-bottom: 60px;
}

.top_access dt,
.top_access dd {
  line-height: 1.5;
}

.top_access dt div,
.top_access dd div {
  margin-top: 1.5em;
}

.top_access iframe {
  width: 100%;
  height: 300px;
}

.top_access a {
  color: #000;
}

.report_list_page .mod_bg01 {
  padding-top: 30px;
}

.report_list_select {
  background: #f0f0f0;
  margin-bottom: 30px;
  padding: 10px;
}

@media screen and (max-width: 640px) {
  .report_list_select {
    width: calc(100% - 20px);
    text-align: center;
  }
}

.report_list_select .tit {
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .report_list_select .tit {
    float: none;
    font-size: 1.6rem;
  }
}

.report_list_select .select {
  float: right;
}

@media screen and (max-width: 640px) {
  .report_list_select .select {
    float: none;
    margin-top: 10px;
    font-size: 0;
  }
}

.report_list_select .select p {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 640px) {
  .report_list_select .select p {
    margin: 0 5px;
    max-width: calc(50% - 10px);
  }
}

.report_list_select .select select {
  font-size: 1.6rem;
  height: 30px;
  padding: 0 5px;
  vertical-align: middle;
  max-width: 100%;
}

.report_list_tags {
  background: #fff;
  max-width: 640px;
  margin: 60px auto 0;
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .report_list_tags {
    width: calc(100% - 20px);
  }
}

.report_list_tags .tit {
  font-family: 'Lato', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}

.report_list_tags ul {
  margin-top: 15px;
  line-height: 1.4;
}

.report_list_tags ul li {
  display: inline-block;
  margin: 0 5px;
}

.report_list_tags ul li a {
  color: #000;
}

.report_detail_page .cmn_breadcrumbs {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .report_detail_page .cmn_breadcrumbs {
    margin-top: 15px;
  }
}

.report_detail {
  max-width: 720px;
  margin: 60px auto 0;
}

@media screen and (max-width: 640px) {
  .report_detail {
    width: calc(100% - 20px);
    margin-top: 15px;
  }
}

.report_detail .btn {
  margin-top: 80px;
}

@media screen and (max-width: 640px) {
  .report_detail .btn {
    margin-top: 60px;
  }
}

.report_detail_header {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.report_detail_header .mv {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .report_detail_header .mv {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}

.report_detail_header .txt {
  position: relative;
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .report_detail_header .txt {
    margin-top: 20px;
  }
}

.report_detail_header .txt .meta {
  height: 30px;
}

@media screen and (max-width: 640px) {
  .report_detail_header .txt .meta {
    height: 20px;
  }
}

.report_detail_header .txt .meta p {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}

@media screen and (max-width: 640px) {
  .report_detail_header .txt .meta p {
    height: 20px;
    line-height: 20px;
    font-size: 1.2rem;
  }
}

.report_detail_header .txt .meta p.cat a {
  display: block;
  background: #000;
  padding: 0 10px;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .report_detail_header .txt .meta p.cat a {
    padding: 0 5px;
  }
}

.report_detail_header .txt .meta p.date {
  color: #666;
  margin-left: 0.5em;
}

.report_detail_header .txt .tit {
  margin-top: 20px;
  font-size: 2.4rem;
  line-height: 1.4;
  /*
      &.nodate {
        width: calc(100% - 130px);
        @include mq(sp) {
          width: calc(100% - 80px);
        }
      }
      */
}

@media screen and (max-width: 640px) {
  .report_detail_header .txt .tit {
    margin-top: 10px;
    font-size: 2rem;
  }
}

.report_detail_header .txt .tags {
  margin-top: 15px;
}

.report_detail_header .txt .tags li {
  display: inline-block;
  margin-right: 1em;
}

.report_detail_header .txt .tags li a {
  color: #000;
}

.report_detail_header .txt .share {
  position: absolute;
  top: 0;
  right: 0;
}

.report_detail_header .txt .share li {
  display: inline-block;
  font-size: 2.6rem;
  margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
  .report_detail_header .txt .share li {
    font-size: 1.8rem;
  }
}

.report_detail_header .txt .share li a {
  color: #666;
}

.report_detail_content {
  margin: 60px auto 0;
  line-height: 1.7;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
  .report_detail_content {
    margin-top: 30px;
    padding-bottom: 40px;
  }
}

.report_detail_content .group {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .report_detail_content .group {
    margin-top: 40px;
  }
}

.report_detail_content .group .img {
  background: #f9f9f9;
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

.report_detail_content .group .img p {
  margin-top: 10px;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .report_detail_content .group .img p {
    font-size: 1.2rem;
  }
}

.report_detail_content .group .txt {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .report_detail_content .group .txt {
    margin-top: 20px;
  }
}

.report_detail_content .mov {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .report_detail_content .mov {
    margin-top: 40px;
  }
}

.report_detail_content .mov iframe {
  width: 100%;
  height: 405px;
}

@media screen and (max-width: 640px) {
  .report_detail_content .mov iframe {
    height: 53vw;
  }
}

.report_detail_content .mov p {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .report_detail_content .mov p {
    margin-top: 20px;
  }
}

.report_detail_content .author {
  margin-top: 80px;
  padding: 40px;
  border: 1px solid #ccc;
}

.report_detail_content .author h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.report_detail_content .author .img {
  float: left;
  width: 160px;
}

.report_detail_content .author .img img {
  border-radius: 80px;
}

.report_detail_content .author .txt {
  float: right;
  width: 440px;
}

.report_detail_content .author .txt .name {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
}

.report_detail_content .author .txt .prof {
  font-size: 1.4rem;
  margin: 15px 0;
}

.report_detail_content .author .txt .link {
  text-align: right;
  font-size: 1.4rem;
}

.report_detail_content .author .txt .link a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  color: #000;
}

@media screen and (max-width: 640px) {
  .report_detail_content .author {
    margin-top: 40px;
    padding: 30px 10px;
  }
  .report_detail_content .author h2 {
    font-size: 2rem;
  }
  .report_detail_content .author .img {
    float: none;
    margin: 0 auto 20px;
  }
  .report_detail_content .author .txt {
    float: none;
    width: 100%;
  }
  .report_detail_content .author .txt .name {
    font-size: 1.8rem;
    text-align: center;
  }
}

.report_related {
  margin-top: 120px;
}

.report_related .mod_tit01 {
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .report_related {
    margin-top: 80px;
  }
}

.post_content_body {
  line-height: 1.7;
}

.post_content_body p ~ p,
.post_content_body h2,
.post_content_body h3,
.post_content_body h4,
.post_content_body ul,
.post_content_body ol {
  margin-top: 1em;
}

.post_content_body h2,
.post_content_body h3,
.post_content_body h4,
.post_content_body ul,
.post_content_body ol {
  margin-top: 2em;
}

.post_content_body h2,
.post_content_body h3,
.post_content_body h4 {
  margin-bottom: 1em;
}

.post_content_body h2 {
  font-size: 2.4rem;
  font-weight: bold;
}

.post_content_body h3 {
  font-size: 2rem;
  font-weight: bold;
}

.post_content_body h4 {
  font-size: 1.8rem;
  font-weight: bold;
}

.post_content_body a {
  color: #000;
  text-decoration: underline;
}

.post_content_body ul,
.post_content_body ol {
  margin-left: 1.5em;
}

.post_content_body ul li {
  list-style-type: disc;
}

.post_content_body ol li {
  list-style-type: decimal;
}

.voice_qa {
  margin-top: 60px;
}

.voice_qa .qa_q {
  background: #000;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}

.voice_qa .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.voice_qa .inner .txt {
  width: 48%;
}

.voice_qa .inner .img {
  width: 48%;
}

.voice_qa .inner .img .capt {
  background: #f1f1f1;
  padding: 10px;
  margin-top: 10px;
  line-height: 1.5;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .voice_qa {
    margin-top: 40px;
  }
  .voice_qa .qa_q {
    font-size: 1.6rem;
  }
  .voice_qa .inner {
    display: block;
  }
  .voice_qa .inner .txt {
    width: 100%;
  }
  .voice_qa .inner .img {
    width: 100%;
    margin-top: 20px;
  }
  .voice_qa .inner .img .capt {
    font-size: 1.2rem;
  }
}

.voice_related {
  margin-bottom: 60px;
}

.voice_related .mod_tit03 {
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .voice_related .mod_tit03 {
    font-size: 1.8rem;
  }
}

.voice_related .mod_entry_list {
  text-align: center;
}

.voice_related .mod_entry_list > li {
  display: inline-block;
  float: none;
  text-align: left;
}

.other_voice {
  margin-top: 80px;
}

.other_voice h2 {
  margin-bottom: 40px;
}

.btn.voice {
  margin-top: 80px;
}

.post_content_body.feature h2 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eee;
}

.post_video_1col {
  margin-top: 1em;
  line-height: 1;
}

.post_video_1col iframe {
  margin-top: 16px;
  width: 100%;
  height: 405px;
}

@media screen and (max-width: 640px) {
  .post_video_1col iframe {
    height: 53.333vw;
  }
}

.post_video_2col {
  margin-top: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.post_video_2col iframe {
  width: 352px;
  height: 198px;
  margin-top: 16px;
}

@media screen and (max-width: 640px) {
  .post_video_2col iframe {
    width: 100%;
    height: 53.333vw;
  }
}

.other_feature {
  margin-top: 80px;
}

.other_feature h2 {
  margin-bottom: 40px;
}

.topics_page,
.topics_detail_page {
  padding-bottom: 120px;
}

.topics_detail_page .cmn_breadcrumbs {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .topics_detail_page .cmn_breadcrumbs {
    margin-top: 15px;
  }
}

.topics_detail {
  max-width: 720px;
  margin: 60px auto 0;
}

@media screen and (max-width: 640px) {
  .topics_detail {
    width: calc(100% - 20px);
    margin-top: 15px;
  }
}

.topics_detail .btn {
  margin-top: 80px;
}

@media screen and (max-width: 640px) {
  .topics_detail .btn {
    margin-top: 60px;
  }
}

.topics_detail_header {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.topics_detail_header .mv {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .topics_detail_header .mv {
    width: calc(100% + 20px);
    margin: 0 -10px 20px;
  }
}

.topics_detail_header .txt .meta p {
  color: #666;
}

.topics_detail_header .txt .tit {
  margin-top: 10px;
  font-size: 2.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .topics_detail_header .txt .tit {
    margin-top: 10px;
    font-size: 2rem;
  }
}

.topics_detail_content {
  margin: 60px auto 0;
  line-height: 1.7;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
  .topics_detail_content {
    margin-top: 30px;
    padding-bottom: 40px;
  }
}

.topics_detail_content p ~ p {
  margin-top: 1em;
}

.team_page .mod_page_tit {
  background: #333 url(../img/team/bg_tit01_pc.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .team_page .mod_page_tit {
    background-image: url(../img/team/bg_tit01_sp.jpg);
  }
}

.team_page .mod_tit01 {
  color: #fff;
}

.team_page .mod_tit01:first-letter {
  color: #fff;
}

.team_page_wrap {
  margin-top: 60px;
  padding-bottom: 120px;
}

@media screen and (max-width: 640px) {
  .team_page_wrap {
    margin-top: 30px;
    padding-bottom: 80px;
  }
}

.team_inner {
  max-width: 720px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .team_inner {
    padding: 0 10px;
  }
}

.team_intro {
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 640px) {
  .team_intro {
    text-align: left;
  }
}

.team_select {
  margin-top: 60px;
  text-align: center;
  font-size: 0;
}

@media screen and (max-width: 640px) {
  .team_select {
    margin-top: 30px;
  }
}

.team_select li {
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 640px) {
  .team_select li {
    margin: 10px 0;
  }
}

.team_group {
  margin-top: 120px;
}

@media screen and (max-width: 640px) {
  .team_group {
    margin-top: 80px;
  }
}

.team_group#photo {
  margin-top: 0;
  padding-top: 120px;
}

@media screen and (max-width: 640px) {
  .team_group#photo {
    padding-top: 80px;
  }
}

.team_group .list {
  margin-top: 80px;
}

@media screen and (max-width: 640px) {
  .team_group .list {
    margin-top: 60px;
  }
}

.team_group .list > li ~ li {
  margin-top: 40px;
}

.team_group .list > li .img {
  float: left;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .team_group .list > li .img {
    float: none;
    margin: 0 auto;
  }
}

.team_group .list > li .txt {
  float: right;
  width: 480px;
  padding-top: 20px;
}

@media screen and (max-width: 640px) {
  .team_group .list > li .txt {
    float: none;
    width: 100%;
  }
}

.team_group .list > li .txt .name {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .1em;
  color: #000;
}

@media screen and (max-width: 640px) {
  .team_group .list > li .txt .name {
    font-size: 2rem;
    text-align: center;
  }
}

.team_group .list > li .txt .prof {
  margin-top: 20px;
  line-height: 1.7;
}

.team_group .list > li .txt .link {
  margin-top: 15px;
  text-align: right;
  font-size: 1.4rem;
}

.team_group .list > li .txt .link li {
  display: inline-block;
  margin-left: 1em;
}

.team_group .list > li .txt .link li a {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  color: #000;
}

.video_page .mod_page_tit {
  background: #333 url(../img/video/bg_tit01_pc.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .video_page .mod_page_tit {
    background-image: url(../img/video/bg_tit01_sp.jpg);
  }
}

.video_page .mod_tit01 {
  color: #fff;
}

.video_page .mod_tit01:first-letter {
  color: #fff;
}

.video_page_wrap {
  margin-top: 60px;
  padding-bottom: 120px;
}

@media screen and (max-width: 640px) {
  .video_page_wrap {
    margin-top: 40px;
    padding-bottom: 80px;
  }
}

.video_page_wrap .intro {
  margin-top: 40px;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 640px) {
  .video_page_wrap .intro {
    text-align: left;
  }
}

.video_mov_large {
  margin-top: 80px;
}

@media screen and (max-width: 640px) {
  .video_mov_large {
    margin-top: 60px;
  }
}

.video_mov_large iframe {
  width: 100%;
  height: 540px;
}

@media screen and (max-width: 640px) {
  .video_mov_large iframe {
    height: 52vw;
  }
}

.video_mov_small {
  margin-top: 80px;
}

@media screen and (max-width: 640px) {
  .video_mov_small {
    margin-top: 60px;
  }
}

.video_mov_small ul {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .video_mov_small ul {
    margin-top: 30px;
  }
}

.video_mov_small ul li {
  /*
      float: left;
      width: 310px;
      margin-right: 15px;
      @include mq(sp) {
        width: 49%;
        margin-right: 0;
        &:nth-child(n+3) {
          margin-top: 2%;
        }
        &:nth-child(even) {
          float: right;
        }
      }
      &:nth-child(3n) {
        margin-right: 0;
      }
      &:nth-child(n+4) {
        margin-top: 15px;
        @include mq(sp) {
          margin-top: 2%;
        }
      }
      */
  width: 470px;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .video_mov_small ul li {
    width: 90%;
    margin: 0 auto 15px;
  }
}

.video_mov_small ul li:nth-child(odd) {
  float: left;
}

@media screen and (max-width: 640px) {
  .video_mov_small ul li:nth-child(odd) {
    float: none;
  }
}

.video_mov_small ul li:nth-child(even) {
  float: right;
}

@media screen and (max-width: 640px) {
  .video_mov_small ul li:nth-child(even) {
    float: none;
  }
}

.video_mov_small ul li iframe {
  width: 100%;
  height: 264px;
}

@media screen and (max-width: 640px) {
  .video_mov_small ul li iframe {
    height: 48vw;
  }
}

.video_mov_small .btn {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .video_mov_small .btn {
    margin-top: 30px;
  }
}

.concept_page_wrap {
  max-width: 880px;
  margin: 60px auto 0;
  padding-bottom: 120px;
}

@media screen and (max-width: 640px) {
  .concept_page_wrap {
    margin-top: 40px;
    padding: 0 10px 80px;
  }
}

.concept_page_wrap .first_img {
  width: 100%;
}

.concept_page_wrap .txt {
  margin-top: 80px;
  line-height: 1.7;
}

.concept_page_wrap .txt p {
  margin-top: 1.7em;
}

@media screen and (max-width: 640px) {
  .concept_page_wrap .txt {
    margin-top: 40px;
  }
}

.concept_page_wrap .mod_tit02 {
  margin-top: 80px;
}

.concept_page_wrap section {
  position: relative;
  margin-top: 140px;
  padding: 120px 40px 40px;
  border: 1px solid #ccc;
  text-align: center;
}

.concept_page_wrap section .img {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  overflow: hidden;
  position: absolute;
  top: -100px;
  left: calc(50% - 100px);
}

@media screen and (max-width: 640px) {
  .concept_page_wrap section {
    text-align: left;
    padding: 120px 20px 20px;
  }
}

.concept_page_wrap section::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -81px;
  left: 50%;
  background: #ccc;
  width: 1px;
  height: 80px;
}

@media screen and (max-width: 640px) {
  .concept_page_wrap section::after {
    bottom: -41px;
    height: 40px;
  }
}

.concept_page_wrap section p {
  margin-top: 30px;
  line-height: 2;
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  .concept_page_wrap section p {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}

.concept_page_wrap section.noimage {
  margin-top: 80px;
  padding: 40px;
}

@media screen and (max-width: 640px) {
  .concept_page_wrap section.noimage {
    margin-top: 40px;
    padding: 20px;
  }
}

.concept_page_wrap .btn {
  margin-top: 80px;
}

@media screen and (max-width: 640px) {
  .concept_page_wrap .btn {
    margin-top: 40px;
  }
}

.contact_page_wrap {
  max-width: 660px;
  margin: 60px auto 0;
  padding: 0 10px 120px;
}

@media screen and (max-width: 640px) {
  .contact_page_wrap {
    margin-top: 40px;
    padding: 0 10px 80px;
  }
}

.contact_page_wrap .intro {
  line-height: 1.7;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .contact_page_wrap .intro {
    text-align: left;
  }
}

.contact_page_wrap .contact_tel {
  width: 580px;
  margin: 40px auto 0;
  border: 1px solid #000;
  text-align: center;
}

.contact_page_wrap .contact_tel p {
  display: inline-block;
  width: 50%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  vertical-align: top;
}

.contact_page_wrap .contact_tel .label {
  background: #000;
  color: #fff;
}

.contact_page_wrap .contact_tel .num {
  font-family: 'Lato', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: .2em;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .contact_page_wrap .contact_tel {
    width: 80%;
  }
  .contact_page_wrap .contact_tel p {
    display: block;
    width: 100%;
  }
  .contact_page_wrap .contact_tel .num a {
    display: block;
    height: 100%;
  }
}

.contact_page_wrap dl {
  margin-top: 60px;
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  .contact_page_wrap dl {
    margin-top: 40px;
    font-size: 1.6rem;
  }
}

.contact_page_wrap dl dt {
  margin: 40px 0 10px;
}

@media screen and (max-width: 640px) {
  .contact_page_wrap dl dt {
    margin: 30px 0 5px;
  }
}

.contact_page_wrap dl dt .req {
  color: #d00;
  margin-left: .5em;
}

.contact_page_wrap dl dd input[type="text"],
.contact_page_wrap dl dd input[type="email"],
.contact_page_wrap dl dd input[type="tel"],
.contact_page_wrap dl dd textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
}

.contact_page_wrap dl dd select {
  padding: 5px;
  border: 1px solid #ccc;
}

.contact_page_wrap .btn {
  margin-top: 60px;
  text-align: center;
}

.contact_page_wrap .btn input {
  background: #fff;
  width: 240px;
  height: 50px;
  border: 1px solid #666;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 0;
  letter-spacing: .2em;
  color: #333;
}

@media screen and (max-width: 640px) {
  .contact_page_wrap .btn input {
    font-size: 1.6rem;
    width: 200px;
    height: 40px;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
  }
}

.plan_page .mod_page_tit {
  background: #333 url(../img/plan/bg_tit01_pc.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .plan_page .mod_page_tit {
    background-image: url(../img/plan/bg_tit01_sp.jpg);
  }
}

.plan_detail .cmn_breadcrumbs {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .plan_detail .cmn_breadcrumbs {
    margin-top: 15px;
  }
}

.plan_page .mod_tit01 {
  color: #fff;
}

.plan_page .mod_tit01:first-letter {
  color: #fff;
}

.plan_page_wrap {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .plan_page_wrap {
    margin-top: 30px;
  }
}

.plan_inner {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .plan_inner {
    padding: 0 10px;
  }
}

.plan_intro {
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 640px) {
  .plan_intro {
    text-align: left;
  }
}

.plan_select {
  margin-top: 60px;
  text-align: center;
  font-size: 0;
}

@media screen and (max-width: 640px) {
  .plan_select {
    margin-top: 30px;
  }
}

.plan_select li {
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 640px) {
  .plan_select li {
    margin: 10px 0;
  }
}

.plan_group {
  margin-top: 120px;
}

@media screen and (max-width: 640px) {
  .plan_group {
    margin-top: 80px;
  }
}

.plan_group#photo {
  margin-top: 0;
  padding-top: 120px;
}

@media screen and (max-width: 640px) {
  .plan_group#photo {
    padding-top: 80px;
  }
}

.plan_item {
  margin-top: 20px;
}

.plan_item:first-of-type {
  margin-top: 80px;
}

.plan_item .img {
  text-align: center;
}

.plan_item .txt {
  position: relative;
  top: -80px;
  background: rgba(255, 255, 255, 0.8);
  width: 90%;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
}

.plan_item .txt .tit {
  font-size: 4rem;
  color: #000;
  line-height: 1.3;
}

.plan_item .txt .sub {
  font-size: 2rem;
  margin-top: 15px;
}

.plan_item .txt .price {
  margin-top: 40px;
  color: #000;
}

.plan_item .txt .price .mark {
  font-size: 2.6rem;
}

.plan_item .txt .price .value {
  font-size: 4rem;
}

.plan_item .txt .price .estimate {
  font-size: 3rem;
}

.plan_item .txt .service {
  margin-top: 40px;
  font-size: 0;
}

.plan_item .txt .service li {
  display: inline-block;
  background: #000;
  padding: 5px 15px;
  margin: 5px;
  color: #fff;
  font-size: 1.6rem;
}

.plan_item .txt .desc {
  margin-top: 40px;
  text-align: left;
  line-height: 1.7;
}

.plan_item .txt .etc {
  margin-top: 20px;
  text-align: left;
  font-size: 1.4rem;
}

.plan_item .txt .etc li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.3;
}

.plan_item .txt .etc li::before {
  content: "※";
}

.plan_item .txt .etc li + li {
  margin-top: 5px;
}

.plan_item .txt .btn {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .plan_item {
    margin-top: 20px;
  }
  .plan_item:first-of-type {
    margin-top: 40px;
  }
  .plan_item .txt {
    top: -40px;
    width: 92%;
    padding: 20px 20px 40px;
  }
  .plan_item .txt .tit {
    font-size: 2rem;
  }
  .plan_item .txt .sub {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .plan_item .txt .price {
    margin-top: 20px;
  }
  .plan_item .txt .price .mark {
    font-size: 1.8rem;
  }
  .plan_item .txt .price .value {
    font-size: 2.6rem;
  }
  .plan_item .txt .price .estimate {
    font-size: 2.2rem;
  }
  .plan_item .txt .service {
    margin-top: 20px;
  }
  .plan_item .txt .service li {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
  .plan_item .txt .desc {
    margin-top: 20px;
  }
  .plan_item .txt .etc {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  .plan_item .txt .btn {
    margin-top: 20px;
  }
}

.plan_option {
  margin: 80px auto 60px;
  max-width: 480px;
  padding: 40px;
  border: 1px solid #ccc;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .plan_option {
    margin: 60px auto 40px;
    padding: 20px 15px;
    width: calc(100% - 20px);
  }
}

.plan_option ul {
  display: inline-block;
  margin-top: 30px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .plan_option ul {
    margin-top: 20px;
  }
}

.plan_option ul li {
  line-height: 2;
  font-size: 1.8rem;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 640px) {
  .plan_option ul li {
    font-size: 1.6rem;
  }
}

.plan_option ul li::before {
  content: "・";
  color: #000;
}

.plan_att {
  margin: 60px auto;
  max-width: 480px;
}

@media screen and (max-width: 640px) {
  .plan_att {
    margin-top: 40px;
    width: calc(100% - 20px);
  }
}

.plan_att li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  color: #666;
  margin-top: 5px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .plan_att li {
    font-size: 1.2rem;
  }
}

.plan_list {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .plan_list {
    margin-top: 40px;
  }
}

.plan_list li {
  float: left;
  width: 310px;
  margin-right: 15px;
}

@media screen and (max-width: 640px) {
  .plan_list li {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
}

.plan_list li:nth-child(3n) {
  margin-right: auto;
}

.plan_list li:nth-child(n + 4) {
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  .plan_list li:nth-child(n + 4) {
    margin-top: 0;
  }
}

.plan_list li:nth-child(3n + 1) {
  clear: both;
}

@media screen and (max-width: 640px) {
  .plan_list li:nth-child(3n + 1) {
    clear: none;
  }
}

@media screen and (max-width: 640px) {
  .plan_list li:nth-child(odd) {
    clear: both;
  }
  .plan_list li:nth-child(even) {
    float: none;
  }
  .plan_list li:nth-child(n + 2) {
    margin-top: 60px;
  }
}

.plan_list li a {
  display: block;
  pointer-events: none;
}

.plan_list li a .img {
  height: 207px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .plan_list li a .img {
    height: 57.2vw;
  }
}

.plan_list li a .img img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.plan_list li a .txt {
  padding: 20px 10px;
  letter-spacing: 0.06em;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .plan_list li a .txt {
    padding: 20px 10px 20px;
  }
}

.plan_list li a .txt .tit {
  font-weight: bold;
  color: #000;
  font-size: 16px;
  line-height: 1.65;
}

.plan_list li a .txt .sub {
  font-size: 12px;
  margin-top: 10px;
}

.plan_list li a .txt .price {
  margin-top: 20px;
  color: #000;
  font-weight: bold;
}

.plan_list li a .txt .price .mark {
  font-size: 16px;
}

.plan_list li a .txt .price .value {
  font-size: 24px;
}

.plan_list li a .txt .price .estimate {
  font-size: 22px;
}

.plan_list li a .txt .desc {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.plan_list li a:hover {
  opacity: 1;
}

.plan_list li a:hover .img img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.plan_list.pre li a .txt {
  background: #fff;
}

.plan_list.photo li a .txt {
  background: #f9f9f9;
}

.other_plan_list {
  margin-bottom: 120px;
}

@media screen and (max-width: 640px) {
  .other_plan_list {
    margin-bottom: 80px;
  }
}

.other_plan_list li {
  float: left;
  width: 48%;
}

.other_plan_list li:nth-of-type(even) {
  float: right;
}

.other_plan_list li a {
  display: block;
}

.other_plan_list li a .img {
  height: 307px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .other_plan_list li a .img {
    height: 30vw;
  }
}

.other_plan_list li a .img img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.other_plan_list li a .txt {
  background: #f9f9f9;
  padding: 20px 10px;
  letter-spacing: 0.06em;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .other_plan_list li a .txt {
    padding: 10px;
  }
}

.other_plan_list li a .txt .tit {
  font-weight: bold;
  color: #000;
  font-size: 24px;
}

@media screen and (max-width: 640px) {
  .other_plan_list li a .txt .tit {
    font-size: 16px;
  }
}

.other_plan_list li a .txt .sub {
  font-size: 16px;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .other_plan_list li a .txt .sub {
    font-size: 12px;
  }
}

.other_plan_list li a:hover {
  opacity: 1;
}

.other_plan_list li a:hover .img img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.plan_detail_bottom section ~ section {
  margin-top: 60px;
}

.plan_detail_bottom .mod_tit03 {
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .plan_detail_bottom .mod_tit03 {
    font-size: 2rem;
    line-height: 1.3;
  }
}

@media screen and (min-width: 641px) {
  .plan_related_report li:nth-child(4) {
    display: none;
  }
}

.plan_related_report li .excerpt {
  margin-top: 5px;
  line-height: 1.5;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .plan_related_report li .excerpt {
    font-size: 1.2rem;
  }
}

.plan_mod_wrap {
  margin: 0 auto 100px;
}

@media screen and (max-width: 640px) {
  .plan_mod_wrap .mod_tit03 {
    font-size: 2rem;
    line-height: 1.3;
  }
}

.plan_mod_block {
  margin-bottom: 100px;
  padding: 40px 30px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
  .plan_mod_block {
    padding: 30px 15px;
    margin-bottom: 60px;
  }
}

.plan_services {
  text-align: center;
}

.plan_services_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
}

.plan_services_list_item {
  width: 224px;
  padding: 20px;
}

.plan_services_list_item_img {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
}

.plan_services_list_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.plan_services_list_item_txt {
  font-size: 1.4rem;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .plan_services_list_item {
    width: 50%;
    padding: 10px;
  }
  .plan_services_list_item_img {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
  }
  .plan_services_list_item_txt {
    font-size: 1.2rem;
  }
}

.plan_etc {
  margin-top: 40px;
  text-align: left;
  font-size: 1.4rem;
}

.plan_etc li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.3;
}

.plan_etc li::before {
  content: "※";
}

.plan_etc li + li {
  margin-top: 5px;
}

@media screen and (max-width: 640px) {
  .plan_etc {
    font-size: 1.2rem;
  }
}

.plan_options dl {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 30px;
}

.plan_options dl dt,
.plan_options dl dd {
  width: 50%;
  border-bottom: 1px solid #ccc;
  padding: 20px 30px;
  line-height: 1.3;
}

.plan_options dl dt:first-of-type,
.plan_options dl dd:first-of-type {
  border-top: 1px solid #ccc;
}

.plan_options dl dd {
  text-align: right;
}

@media screen and (max-width: 640px) {
  .plan_options dl {
    padding: 0 10px;
  }
  .plan_options dl dt,
  .plan_options dl dd {
    font-size: 1.2rem;
    padding: 15px 10px;
  }
}

.plan_gallery {
  margin-bottom: 100px;
}

.plan_gallery_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.plan_gallery_list_item {
  width: 48%;
  margin-top: 40px;
}

.plan_gallery_list_item_img img {
  width: 100%;
}

.plan_gallery_list_item_txt {
  margin-top: 15px;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .plan_gallery_list_item_txt {
    font-size: 1.2rem;
  }
}

.plan_dress {
  margin-bottom: 100px;
}

.plan_dress_list {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.plan_dress_list_item {
  width: 225px;
}

.plan_dress_list_item + li {
  margin-left: 20px;
}

.plan_dress_list_item img {
  width: 100%;
}

.plan_dress .btn {
  margin-top: 40px;
  text-align: center;
}

.plan_dress .btn .mod_btn02 {
  display: inline-block;
  width: auto;
  min-width: 240px;
  padding: 0 20px;
}

@media screen and (max-width: 640px) {
  .plan_dress {
    margin-bottom: 60px;
  }
  .plan_dress_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .plan_dress_list_item {
    width: 48%;
    margin-bottom: 15px;
  }
  .plan_dress_list_item + li {
    margin-left: 0;
  }
  .plan_dress .btn {
    margin-top: 10px;
  }
  .plan_dress .btn .mod_btn02 {
    font-size: 1.4rem;
  }
}

.dress_page .mod_page_tit {
  background: #333 url(../img/dress/bg_tit01_pc.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .dress_page .mod_page_tit {
    background-image: url(../img/dress/bg_tit01_sp.jpg);
  }
}

.dress_page .mod_tit01 {
  color: #fff;
}

.dress_page .mod_tit01:first-letter {
  color: #fff;
}

.dress_page_wrap {
  max-width: 740px;
  margin: 60px auto 0;
  padding: 0 10px 120px;
  text-align: center;
  padding-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .dress_page_wrap {
    margin-top: 40px;
  }
}

.dress_page_wrap .intro {
  margin-top: 40px;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 640px) {
  .dress_page_wrap .intro {
    text-align: left;
  }
}

.dress_list {
  margin-top: 80px;
}

@media screen and (max-width: 640px) {
  .dress_list {
    margin-top: 60px;
  }
}

.dress_list section {
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .dress_list section {
    margin-bottom: 40px;
  }
}

.dress_list section .txt {
  position: relative;
  background: #fff;
  width: 70%;
  max-width: 640px;
  margin: -50px auto 0;
  padding: 30px 20px 20px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
  .dress_list section .txt {
    width: 90%;
    margin-top: -20px;
    padding: 20px 15px 15px;
  }
}

.dress_list section .txt .desc {
  font-size: 1.8rem;
  margin: 20px 0;
}

@media screen and (max-width: 640px) {
  .dress_list section .txt .desc {
    font-size: 1.6rem;
  }
}

.dress_list section .txt .price {
  padding: 15px 10px;
  margin: 40px auto 0;
  background: #000;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
}

@media screen and (max-width: 640px) {
  .dress_list section .txt .price {
    padding: 10px 5px;
    margin-top: 20px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 640px) {
  .dress_list section .txt .price {
    font-size: 1.8rem;
  }
}

.faq_page .mod_page_tit {
  background: #333 url(../img/faq/bg_tit01_pc.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .faq_page .mod_page_tit {
    background-image: url(../img/faq/bg_tit01_sp.jpg);
  }
}

.faq_page .mod_tit01 {
  color: #fff;
}

.faq_page .mod_tit01:first-letter {
  color: #fff;
}

.faq_page_wrap {
  max-width: 740px;
  margin: 60px auto 0;
  padding: 0 10px 120px;
}

@media screen and (max-width: 640px) {
  .faq_page_wrap {
    margin-top: 40px;
    padding-bottom: 60px;
  }
}

.faq_list {
  margin-bottom: 60px;
}

.faq_list .mod_tit02 {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .faq_list .mod_tit02 {
    font-size: 2rem;
  }
}

.faq_list dl {
  margin-top: 30px;
}

.faq_list dl dt {
  position: relative;
  background: #000;
  color: #fff;
  padding: 15px 15px 15px 60px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 640px) {
  .faq_list dl dt {
    font-size: 1.6rem;
  }
}

.faq_list dl dt ~ dt {
  margin-top: 20px;
}

.faq_list dl dt::before {
  display: block;
  content: "Q.";
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: 34px;
}

.faq_list dl dd {
  position: relative;
  border: 1px solid #000;
  border-top: none;
  padding: 15px 15px 15px 60px;
  line-height: 1.5;
}

.faq_list dl dd::before {
  display: block;
  content: "A.";
  position: absolute;
  top: 4px;
  left: 15px;
  font-size: 34px;
  font-weight: bold;
  color: #000;
}

.flow_page .mod_page_tit {
  background: #333 url(../img/flow/bg_tit01_pc.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .flow_page .mod_page_tit {
    background-image: url(../img/flow/bg_tit01_sp.jpg);
  }
}

.flow_page .mod_tit01 {
  color: #fff;
}

.flow_page .mod_tit01:first-letter {
  color: #fff;
}

.flow_page_wrap {
  max-width: 960px;
  margin: 60px auto 0;
  padding: 0 0 120px;
}

@media screen and (max-width: 640px) {
  .flow_page_wrap {
    margin-top: 40px;
    padding: 0 10px 60px;
  }
}

.flow_page_wrap .mod_tit03 {
  color: #333;
}

.flow_page_wrap > .btns {
  margin-top: 80px;
  text-align: center;
}

.flow_page_wrap > .btns p {
  display: inline-block;
}

.flow_page_wrap > .btns p ~ p {
  margin-left: 15px;
}

@media screen and (max-width: 640px) {
  .flow_page_wrap > .btns {
    margin-top: 40px;
  }
  .flow_page_wrap > .btns p {
    display: block;
  }
  .flow_page_wrap > .btns p ~ p {
    margin: 10px 0 0 0;
  }
}

.flow_list {
  counter-reset: number 0;
  margin-top: 60px;
}

.flow_list li h3 {
  font-size: 24px;
  color: #000;
}

.flow_list li h3::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero) ".";
  font-size: 40px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  margin-right: .5em;
}

.flow_list li .inner {
  margin: 20px 0 0 34px;
  padding: 20px 0 60px 30px;
  border-left: 1px solid #000;
}

.flow_list li .inner .desc {
  line-height: 2;
}

.flow_list li .inner .btns {
  margin-top: 20px;
}

.flow_list li .inner .btns p {
  display: inline-block;
}

.flow_list li .inner .btns p ~ p {
  margin-left: 15px;
}

@media screen and (max-width: 640px) {
  .flow_list {
    margin-top: 30px;
  }
  .flow_list li h3 {
    font-size: 20px;
    line-height: 1.3;
    padding-left: 2.7em;
    text-indent: -2.7em;
  }
  .flow_list li h3::before {
    font-size: 28px;
  }
  .flow_list li .inner {
    margin: 15px 0 0 15px;
    padding: 10px 0 40px 15px;
  }
  .flow_list li .inner .btns {
    margin-top: 20px;
  }
  .flow_list li .inner .btns p {
    display: block;
  }
  .flow_list li .inner .btns p ~ p {
    margin: 10px 0 0 0;
  }
}

.flow_btn_tel {
  display: block;
  width: 240px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #000;
  font-size: 18px;
  letter-spacing: .2em;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  pointer-events: none;
  text-align: center;
}

.flow_btn_tel span {
  display: inline-block;
  background: url(../img/flow/ico_tel.png) no-repeat left center;
  background-size: 16px auto;
  padding-left: 24px;
}

@media screen and (max-width: 640px) {
  .flow_btn_tel {
    width: 200px;
    height: 40px;
    line-height: 38px;
    margin: 0 auto;
    letter-spacing: .1em;
    pointer-events: auto;
  }
  .flow_btn_tel span {
    background-size: 12px auto;
    padding-left: 20px;
  }
}

.flow_column {
  background: #f9f9f9;
  padding: 50px 0 85px;
}

.flow_column .mod_tit03 {
  color: #333;
  line-height: 1.5;
  font-size: 20px;
}

.flow_column .btn {
  margin-top: 35px;
}

.flow_column h3 {
  margin-top: 60px;
  font-size: 24px;
  color: #000;
  text-align: center;
}

.flow_column .mod_entry_list {
  max-width: 665px;
  margin: 30px auto 0;
  padding-left: 15px;
}

@media screen and (max-width: 640px) {
  .flow_column .mod_entry_list {
    padding-left: 0;
  }
}
/*# sourceMappingURL=style.css.map */