@charset "UTF-8";
/*** THEME ***/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
@font-face {
  font-family: "FuturaHeavyBT"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("/common/css/fonts/FuturaHeavyBT.ttf");
}
/*
================================================================================

	MOGANA / コンセプト

================================================================================
*/
body {
  background: repeating-linear-gradient(-45deg, #c8c8c8, #c8c8c8 8px, #ffffff 4px, #ffffff 10px);
  background-size: 14px 14px;
}

.sub-contents .contents_area .part {
  margin: 0 auto 7.1428571429rem;
  max-width: 84.2857142857rem;
}
@media only screen and (max-width: 736px) {
  .sub-contents .contents_area .part {
    margin-bottom: 4rem;
    width: 100%;
  }
}

button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

a {
  text-decoration: none;
}

#contents .sub_imgarea {
  background: #fec6c5;
  border-bottom: 0.3571428571rem solid #323232;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea {
    height: auto;
  }
}
#contents .sub_imgarea .m_c {
  max-width: 100rem;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .m_c {
    height: auto;
    padding: 2.8571428571rem 0;
  }
}
#contents .sub_imgarea .detail {
  max-width: 100rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 2% 1%;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .detail {
    display: block;
    width: 98%;
  }
}
#contents .sub_imgarea .detail .sub_txt {
  width: 70%;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .detail .sub_txt {
    width: 100%;
  }
}
#contents .sub_imgarea .detail .sub_txt .for_txt {
  display: flex;
  align-items: center;
  font-size: 1.4285714286rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .detail .sub_txt .for_txt {
    font-size: 0.95em;
  }
}
#contents .sub_imgarea .detail .sub_txt .for_txt img {
  width: 3.5714285714rem;
  margin: 0 0.7142857143rem 0 0;
}
#contents .sub_imgarea .detail .sub_txt .play {
  font-size: 1.7142857143rem;
  text-align: right;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .detail .sub_txt .play {
    font-size: 1.4rem;
    text-align: left;
  }
}
#contents .sub_imgarea .detail .sub_txt .play span {
  color: #ff1e23;
}
#contents .sub_imgarea .detail .sub_txt p {
  font-size: 0.8571428571rem;
  line-height: 1.4;
  text-align: justify;
  margin-bottom: 1.4285714286rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .detail .sub_txt p {
    line-height: 1.8;
  }
}
#contents .sub_imgarea .main_box {
  width: 54%;
  margin-left: 4.2857142857rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .main_box {
    width: 100%;
    margin-left: 0;
  }
}
#contents .sub_imgarea .main_box .movie_area {
  margin: 0 auto 0.7142857143rem;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#contents .sub_imgarea .main_box .movie_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contents .sub-contents {
  position: relative;
  max-width: 107.1428571429rem;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents {
    margin: 0 2%;
  }
}
#contents .sub-contents .contents_area {
  max-width: 107.1428571429rem;
  margin: 0 3.5714285714rem;
  background: #fff;
  padding: 2.8571428571rem 7.1428571429rem;
  min-height: 82vh;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area {
    width: 96%;
    padding: 1rem 2%;
    margin: 0;
  }
}
#contents .sub-contents .contents_area .free_area {
  border-bottom: 0.1428571429rem solid #323232;
  margin-bottom: 3.5714285714rem;
  padding-bottom: 2.1428571429rem;
}
#contents .sub-contents .contents_area .free_area .painter_news {
  border-bottom: 0.2142857143rem dotted #323232;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.7142857143rem;
}
#contents .sub-contents .contents_area .free_area h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1.4285714286rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .free_area h2 {
    flex-wrap: wrap;
    font-size: 1.4285714286rem;
  }
}
#contents .sub-contents .contents_area .free_area h2 img {
  width: 3.9285714286rem;
  height: auto;
  margin-right: 0.7142857143rem;
}
#contents .sub-contents .contents_area .free_area h2 .service_type {
  color: #ff1e23;
  display: inline-block;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  margin-right: 0.7142857143rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .free_area h2 .service_type {
    display: inline-block;
    text-align: left;
  }
}
#contents .sub-contents .contents_area .free_area .free_btn {
  background: #ff8d93;
  width: 14.2857142857rem;
  text-align: center;
  padding: 0.3571428571rem 0;
  padding-right: 20px;
  border-radius: 0.3571428571rem;
  margin-top: 0.7142857143rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .free_area .free_btn {
    margin: 0 auto;
    margin-top: 0.7142857143rem;
  }
}
#contents .sub-contents .contents_area .free_area .free_btn a {
  font-size: 1rem;
  text-decoration: none;
  position: relative;
  display: block;
}
#contents .sub-contents .contents_area .free_area .free_btn a::before {
  content: "";
  width: 0.7142857143rem;
  height: 0.7142857143rem;
  border: 0px;
  border-top: solid 0.1428571429rem #323232;
  border-right: solid 0.1428571429rem #323232;
  transform: rotate(45deg);
  position: absolute;
  top: 30%;
  right: 10px;
}
#contents .sub-contents .contents_area .free_area .free_btn:hover {
  opacity: 0.6;
}
#contents .sub-contents .contents_area .page_ttl {
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 0.2142857143rem dotted #323232;
  margin-bottom: 2.8571428571rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .page_ttl {
    display: block;
    margin-bottom: 3rem;
    line-height: 1.2;
  }
  #contents .sub-contents .contents_area .page_ttl p {
    margin-bottom: 1rem;
  }
}
#contents .sub-contents .contents_area .page_ttl .parent_ttl {
  margin-bottom: 0;
  font-size: 2.1428571429rem;
  font-weight: bold;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .page_ttl .parent_ttl {
    font-size: 1.8rem;
  }
}
#contents .sub-contents .contents_area h2,
#contents .sub-contents .contents_area .h1_sub {
  margin-bottom: 1.4285714286rem;
  font-size: 1.0714285714rem;
  font-family: "Century Gothic", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area h2,
  #contents .sub-contents .contents_area .h1_sub {
    font-size: 1.4rem;
  }
}
#contents .sub-contents .contents_area h2 .service_type,
#contents .sub-contents .contents_area .h1_sub .service_type {
  font-size: 2rem;
  font-weight: bold;
  color: #323232;
  display: block;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area h2 .service_type,
  #contents .sub-contents .contents_area .h1_sub .service_type {
    display: block;
    text-align: left;
  }
}
#contents .sub-contents .contents_area h2 .font_size,
#contents .sub-contents .contents_area .h1_sub .font_size {
  font-size: 1.1428571429rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area h2 .font_size,
  #contents .sub-contents .contents_area .h1_sub .font_size {
    display: block;
  }
}
#contents .sub-contents .contents_area h2 .font_size .service_type2,
#contents .sub-contents .contents_area .h1_sub .font_size .service_type2 {
  font-weight: bold;
  color: #c75772;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area h2 .font_size .service_type2,
  #contents .sub-contents .contents_area .h1_sub .font_size .service_type2 {
    font-size: 1.1428571429rem;
    display: inline;
    text-align: left;
  }
}

.column_list ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
}
.column_list ul li {
  width: 33.33%;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .column_list ul li {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .column_list ul li {
    width: 100%;
  }
}
.column_list ul li .column_box {
  margin: 1%;
  border: 2px solid #323232;
}
.column_list ul li .column_box .img_box img {
  display: block;
}
.column_list ul li .column_box .column_ttl {
  text-align: left;
  padding: 1.4285714286rem 0.7142857143rem;
  height: 3.5714285714rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.column_list ul li .column_box .column_desc {
  padding: 0 0.7142857143rem;
  height: 14.2857142857rem;
}

.column .beginning {
  display: flex;
}
.column .beginning .txt_box {
  width: calc(100% - 26.4285714286rem);
  margin-right: 1.4285714286rem;
}
.column .beginning .img_box {
  width: 25rem;
}
@media only screen and (max-width: 736px) {
  .column .beginning {
    flex-direction: column-reverse;
  }
  .column .beginning .img_box {
    width: 100%;
  }
  .column .beginning .txt_box {
    width: 100%;
    margin: 0 auto;
  }
  .column .beginning .txt_box p {
    margin-bottom: 0.7142857143rem;
  }
}
.column h3 {
  text-align: left;
  padding: 1.0714285714rem 0.7142857143rem;
  background: #555;
  color: #fff;
  margin: 3.5714285714rem 0 2.1428571429rem;
}
@media only screen and (max-width: 736px) {
  .column h3 {
    font-size: 1.1428571429rem;
  }
}
.column h4 {
  text-align: left;
  padding: 0.7142857143rem 0.7142857143rem;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  margin: 2.1428571429rem 0 1.4285714286rem;
  font-size: 1.1428571429rem;
}
@media only screen and (max-width: 736px) {
  .column h4 {
    font-size: 1.1428571429rem;
  }
}
.column .txt_box p {
  margin-bottom: 1.4285714286rem;
}
.column ul,
.column li {
  list-style: none;
}
.column .term_list li {
  margin-bottom: 2.1428571429rem;
  position: relative;
  margin-left: 2.8571428571rem;
}
@media only screen and (max-width: 736px) {
  .column .term_list li {
    margin-left: 1.4285714286rem;
  }
}
.column .term_list li::before {
  position: absolute;
  left: -1.7857142857rem;
  top: 0.7142857143rem;
  content: "";
  width: 0.7142857143rem;
  height: 0.7142857143rem;
  background: #333;
  border-radius: 50%;
}
@media only screen and (max-width: 736px) {
  .column .term_list li::before {
    left: -1.0714285714rem;
    width: 0.5714285714rem;
    height: 0.5714285714rem;
    top: 0.8571428571rem;
  }
}
.column .term_list li dl dt {
  font-size: 1.1428571429rem;
}
.column .term_list li dl dd.e-name {
  color: #999;
}
.column .term_list li ul {
  margin-top: 0.7142857143rem;
}
@media only screen and (max-width: 736px) {
  .column .term_list li ul .img_box {
    margin-left: -2.8571428571rem;
  }
}
.column .headline_list li {
  font-size: 1.1428571429rem;
}
.column .headline_list li span {
  font-size: 1rem;
  display: block;
  margin-top: 0.3571428571rem;
}
.column .link_btn {
  margin-bottom: 2.1428571429rem;
  position: relative;
}
.column .link_btn::before {
  content: "▶";
  font-family: initial;
  font-size: 1.1428571429rem;
  margin-right: 0.7142857143rem;
}
.column .link_btn a {
  text-decoration: underline;
}
.column .column_index {
  padding-left: 1.4285714286rem;
  counter-reset: count 0;
  list-style-type: none;
}
.column .column_index li {
  list-style: auto;
  font-size: 1.1428571429rem;
  margin-bottom: 0.7142857143rem;
  list-style: none;
}
.column .column_index li::before {
  counter-increment: count 1;
  content: counters(count, "-") ". ";
}
.column .column_index li a {
  text-decoration: underline;
}
.column .column_index li ol {
  padding-left: 1.4285714286rem;
  margin-top: 0.7142857143rem;
  counter-reset: count 0;
  list-style-type: none;
}
.column .img_list_box {
  display: flex;
  flex-wrap: wrap;
}
.column .img_list_box dl {
  width: 25%;
  padding: 0 0.7142857143rem;
  box-sizing: border-box;
  margin-bottom: 1.4285714286rem;
}
.column .img_list_box dl dt img {
  display: block;
  margin: 0 auto;
}
.column .img_list_box dl dd {
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .column .img_list_box dl {
    width: 50%;
  }
}
.column .flow_map {
  margin-left: 1.4285714286rem;
}
.column .flow_map ul li {
  position: relative;
  margin-bottom: 2.8571428571rem;
  margin-left: 2.1428571429rem;
}
.column .flow_map ul li span {
  display: block;
}
.column .flow_map ul li::before {
  content: "○";
  position: absolute;
  left: -1.7857142857rem;
  font-family: initial;
}
.column .flow_map ul li::after {
  content: "▽";
  font-family: initial;
  position: absolute;
  left: 0;
  bottom: -2.5rem;
  font-size: 1.4285714286rem;
}
.column .flow_map ul li:last-child::after {
  display: none;
}
.column .table_box table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.4285714286rem;
}
.column .table_box table th,
.column .table_box table td {
  padding: 0.7142857143rem 1.4285714286rem;
  border: 1px solid #555;
  width: 33.3%;
}
.column .table_box table th {
  text-align: center;
  background: #f1f1f1;
}
.column .txt_link {
  color: blue;
  text-decoration: underline;
}
.column .item_box dl {
  display: flex;
  border: 2px solid #ccc;
}
.column .item_box dl dt {
  width: 18%;
  background: #f1f1f1;
  padding: 0.7142857143rem;
  text-align: center;
  font-size: 0.8571428571rem;
}
.column .item_box dl dd {
  padding: 0.7142857143rem;
}