@charset "UTF-8";
.button, .button_font {
  position: relative;
  z-index: 2;
  text-align: center;
}

.button a, .button_font a {
  background: transparent !important;
  position: relative;
  margin-bottom: 5px;
}

.button a:before, .button_font a:before {
  content: "";
  position: absolute;
  display: block;
  background: #f3ddd6;
  width: 100%;
  height: 100%;
  bottom: -5px;
  right: -5px;
  z-index: -1;
  transition: .3s;
}

.button a:hover, .button_font a:hover {
  background: transparent !important;
}

.button a:hover:before, .button_font a:hover:before {
  background: #fff;
}

.button.color_reverse a:before, .button_font.color_reverse a:before {
  background: #fff;
}

.button.color_reverse a:hover:before, .button_font.color_reverse a:hover:before {
  background: #f3ddd6;
}

.button.color_w a, .button_font.color_w a {
  border-color: #fff !important;
  color: #fff !important;
}

.button.color_w a:before, .button_font.color_w a:before {
  background: transparent;
}

.button.color_w a:hover, .button_font.color_w a:hover {
  border-color: #755454 !important;
  color: #755454 !important;
}

.button.color_w a:hover:before, .button_font.color_w a:hover:before {
  background: #fff;
}

#footer_button a:before {
  background: #fff;
}

#footer_button a:hover:before {
  background: #f3ddd6;
}

@media (min-width: 1151px) and (max-width: 1151px) {
  #menu_button {
    display: inline-block !important;
  }
}

#header_top {
  display: flex;
  justify-content: center;
  align-items: center;
}

#header_logo {
  position: static;
  margin: 0;
  transform: none;
}

#copyright {
  height: auto;
  padding: 15px 10px;
  line-height: 1.4;
}

.index_free_space {
  width: 100%;
  padding: 0;
  margin: 0;
}

.row {
  display: flex;
  gap: 20px;
}

.row:not(:last-child) {
  margin-bottom: 20px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.v-center {
  align-items: center;
}

.row.no-gap {
  gap: 0;
}

.row > .col {
  flex: 1;
}

.row > .col.flex_0 {
  flex: 0;
}

.row > .col.flex_1 {
  flex: 1;
}

.row > .col.flex_2 {
  flex: 2;
}

.row > .col.flex_3 {
  flex: 3;
}

.row > .col.flex_4 {
  flex: 4;
}

.row > .col.flex_5 {
  flex: 5;
}

.row > .col.flex_6 {
  flex: 6;
}

.row > .col.flex_7 {
  flex: 7;
}

.row > .col.flex_8 {
  flex: 8;
}

.row > .col.flex_9 {
  flex: 9;
}

.row > .col.flex_10 {
  flex: 10;
}

@media (max-width: 750px) {
  .row {
    flex-direction: column;
    row-gap: 20px;
  }
  .row.reverse {
    flex-direction: column;
  }
  .row.no-gap {
    row-gap: 0;
  }
  .row.sp-col2 {
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 2%;
  }
  .row.sp-col2 > .col {
    flex: 0 49%;
  }
  .row.sp-col3 {
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 2%;
  }
  .row.sp-col3 > .col {
    flex: 0 32%;
  }
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

figure {
  text-align: center;
}

figure figcaption {
  line-height: 1.8;
  margin-top: 10px;
}

.text-large {
  font-size: 22px;
}

@media (max-width: 750px) {
  .text-large {
    font-size: 18px;
  }
}

.text-small {
  font-size: 12px;
}

@media (min-width: 751px) {
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .link-tel {
    text-decoration: none !important;
    pointer-events: none;
  }
}

@media (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
}

.button a,
#footer_button a {
  background: transparent;
}

.post_content img {
  vertical-align: middle;
}

.post_content a {
  text-decoration: underline;
}

.post_content a:hover {
  text-decoration: none;
}

.post_content p, .post_content ul, .post_content ol {
  margin-bottom: 1em;
  line-height: 1.8;
}

.post_content p:last-child, .post_content ul:last-child, .post_content ol:last-child {
  margin-bottom: 0;
}

.post_content li {
  line-height: 1.8;
}

.post_content .sec_basic {
  margin-bottom: 100px;
}

@media (max-width: 750px) {
  .post_content .sec_basic {
    margin-bottom: 50px;
  }
}

.post_content .sec_basic:last-child {
  margin-bottom: 0;
}

.post_content .highlight {
  padding: 25px 25px;
  background-color: #dddddd;
}

@media (max-width: 750px) {
  .post_content .highlight {
    padding: 15px;
  }
}

.post_content .container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.post_content .title_h2 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 20px;
  padding: 0;
  font-size: 38px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1px;
  color: #755454;
}

@media (max-width: 1300px) {
  .post_content .title_h2 {
    font-size: 30px;
  }
}

@media (max-width: 750px) {
  .post_content .title_h2 {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
}

.post_content .title_h3 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 15px;
  padding: 0;
  font-weight: normal;
  font-size: 22px;
  color: #755454;
  text-align: center;
}

@media (max-width: 750px) {
  .post_content .title_h3 {
    font-size: 18px;
  }
}

.post_content .title_h4 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 15px;
  padding: 0;
  font-weight: normal;
  font-size: 18px;
  color: #755454;
}

@media (max-width: 750px) {
  .post_content .title_h4 {
    font-size: 16px;
  }
}

.post_content .button a {
  display: inline-block;
  min-width: 250px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #755454;
  background: transparent;
  color: #755454;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
}

.post_content .button a:hover {
  background: transparent;
  color: #755454;
}

@media (max-width: 1151px) {
  .post_content .button a {
    min-width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}

.post_content .table_default {
  width: 100%;
}

.post_content .table_default th, .post_content .table_default td {
  vertical-align: middle;
}

@media (max-width: 750px) {
  .post_content .table_default th, .post_content .table_default td {
    box-sizing: border-box;
    display: block;
    width: 100% !important;
  }
}

.post_content .s_table {
  white-space: inherit;
}

.post_content .table_menu {
  width: 100%;
}

.post_content .table_menu th, .post_content .table_menu td {
  border-left: 0;
  border-right: 0;
  text-align: left;
}

.post_content .table_menu th:last-child, .post_content .table_menu td:last-child {
  padding-left: 0;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 750px) {
  .post_content .table_menu th, .post_content .table_menu td {
    display: block;
  }
  .post_content .table_menu th:not(:first-child), .post_content .table_menu td:not(:first-child) {
    border-top: 0;
  }
}

@media (min-width: 751px) {
  .post_content .table_menu th {
    background-color: transparent;
  }
}

.post_content .list_check {
  list-style: none;
  margin-left: 10px;
}

.post_content .list_check li {
  position: relative;
  padding-left: 25px;
}

.post_content .list_check li::before, .post_content .list_check li::after {
  content: '';
  position: absolute;
  display: block;
}

.post_content .list_check li::before {
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
}

.post_content .list_check li::after {
  left: 3px;
  top: calc(50% - 5px);
  width: 10px;
  height: 5px;
  border-left: 2px solid #f00;
  border-bottom: 2px solid #f00;
  transform: rotate(-45deg);
}

.post_content .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 450px;
}

@media (max-width: 750px) {
  .post_content .map_container {
    padding-top: 100%;
  }
}

.post_content .map_container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.post_content .sns_icons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 24px auto;
  padding: 0 24px;
  list-style: none;
}

@media (max-width: 750px) {
  .post_content .sns_icons {
    gap: 20px;
    margin: 20px auto;
    padding: 0 20px;
  }
}

.post_content .sns_icons a {
  display: block;
  overflow: hidden;
  width: 48px;
  height: 0;
  padding-top: 48px;
  background: center / contain no-repeat;
}

@media (max-width: 750px) {
  .post_content .sns_icons a {
    width: 40px;
    padding-top: 40px;
  }
}

.post_content .sns_icons a.facebook {
  background-image: url(./img/facebook_bl.png);
}

.post_content .sns_icons a.instagram {
  background-image: url(./img/instagram_cl.png);
}

.post_content .sns_icons a.youtube {
  background-image: url(./img/youtube.png);
}

.post_content .sns_icons a.line {
  background-image: url(./img/line.png);
}

.sec_contact dl.required dt::after {
  content: '※必須';
  margin-left: 1em;
  color: #ff0000;
  font-weight: normal;
}

.sec_policy h2 {
  margin-bottom: 1em;
  text-align: center;
}

.sec_policy:not(:last-child) {
  margin-bottom: 4em;
}

.sec_policy .policy_item:not(:last-child) {
  margin-bottom: 2em;
}

.sec_policy dl {
  display: flex;
  margin: 0;
}

.sec_policy dl dt {
  font-weight: normal;
}

.sec_policy dl dt::after {
  content: ':';
  margin-right: 0.5em;
}

.sec_policy dl dd {
  margin: 0;
}

#header_social_link {
  display: flex;
  justify-content: center;
  gap: 15px;
}

#header_social_link li {
  margin: 0;
}

#header_social_link li a {
  overflow: visible;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
}

#header_social_link li a::before {
  position: static;
  width: 30px;
  height: 30px;
  font-size: 30px;
}

#header_social_link li.facebook a::before {
  font-size: 0;
  background: url(./img/facebook_bl.png) center/contain no-repeat;
}

#header_social_link li.twitter a::before {
  font-size: 0;
  background: url(./img/x_bk.png) center/contain no-repeat;
}

#header_social_link li.insta a::before {
  font-size: 0;
  background: url(./img/instagram_cl.png) center/contain no-repeat;
}

#header_social_link li.insta a::after {
  content: "Follow us!";
  display: block;
  margin-left: 24px;
  font-size: 16px;
}

#header_social_link li.youtube a {
  width: auto;
}

#header_social_link li.youtube a::before {
  content: '';
  font-size: 0;
  background: url(./img/youtube.png) center/contain no-repeat;
}

#header_social_link li.line a::before {
  content: '';
  font-size: 0;
  background: url(./img/line.png) center/contain no-repeat;
}

#header_social_link li.hpb a::before {
  content: '';
  width: 90px;
  font-size: 0;
  background: url(./img/hpb.gif) center/contain no-repeat;
}

@media (max-width: 1151px) {
  #header_social_link {
    display: none;
  }
}

#footer_social_link {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

#footer_social_link::after {
  display: none;
}

#footer_social_link li {
  display: block;
  margin: 0;
}

#footer_social_link li a {
  overflow: visible;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
}

#footer_social_link li a::before {
  position: static;
  width: 48px;
  height: 48px;
  font-size: 48px;
}

#footer_social_link li.facebook a::before {
  font-size: 0;
  background: url(./img/facebook_bl.png) center/contain no-repeat;
}

#footer_social_link li.twitter a::before {
  font-size: 0;
  background: url(./img/x_bk.png) center/contain no-repeat;
}

#footer_social_link li.insta a::before {
  font-size: 0;
  background: url(./img/instagram_cl.png) center/contain no-repeat;
}

#footer_social_link li.insta a::after {
  content: "Follow us!";
  display: block;
  margin-left: 24px;
  font-size: 16px;
}

#footer_social_link li.youtube a {
  width: auto;
}

#footer_social_link li.youtube a::before {
  content: '';
  font-size: 0;
  background: url(./img/youtube.png) center/contain no-repeat;
}

#footer_social_link li.line a::before {
  content: '';
  font-size: 0;
  background: url(./img/line.png) center/contain no-repeat;
}

#footer_social_link li.hpb a::before {
  content: '';
  width: 144px;
  font-size: 0;
  background: url(./img/hpb.gif) center/contain no-repeat;
}

@media (max-width: 750px) {
  #footer_social_link {
    gap: 20px;
  }
  #footer_social_link li a::before {
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
  #footer_social_link li.insta a::after {
    margin-left: 20px;
    font-size: 16px;
  }
  #footer_social_link li.hpb a::before {
    width: 120px;
  }
}

body {
  color: #444444;
  overflow: hidden;
  font-size: 16px;
}

@media (max-width: 750px) {
  body {
    font-size: 14px;
  }
}

body:not(.home) .title_h2 {
  font-size: 32px;
}

@media (max-width: 750px) {
  body:not(.home) .title_h2 {
    font-size: 20px;
  }
}

.headline, .banner_headline, .catch {
  line-height: 1.4 !important;
  letter-spacing: 2px;
}

.headline span, .banner_headline span, .catch span {
  letter-spacing: 1px;
}

@media (min-width: 1151px) {
  .logo img {
    aspect-ratio: auto 182 / 70;
    width: 182px;
    height: 70px;
  }
}

@media (min-width: 751px) {
  #index_slider .caption {
    padding: 0 10px;
    width: 1920px;
    max-width: 60%;
    margin-left: 0;
  }
  #index_slider .caption .catch, #index_slider .caption .desc {
    text-align: right;
    letter-spacing: 2px;
    max-width: 950px;
  }
  #index_slider .caption .catch {
    font-weight: bold;
  }
  #index_slider .caption .desc {
    margin-top: 0;
  }
}

@media (max-width: 750px) {
  #index_slider .caption {
    padding: 0 10px;
    top: auto;
    bottom: 5%;
    transform: none;
  }
  #index_slider .caption .catch, #index_slider .caption .desc {
    text-shadow: 2px 2px 2px #fff,2px 2px 2px #fff;
  }
}

#contents_builder {
  padding-bottom: 0;
}

#index_box_content {
  display: none;
}

#return_top a:before {
  font-weight: bold;
}

#global_menu > ul > li {
  width: auto;
  flex: auto;
}

#footer_menu li {
  border-right: none;
  display: inline-block;
}

@media (max-width: 750px) {
  #footer_menu {
    padding: 16px 10px;
  }
}

@media (max-width: 750px) {
  #company_date {
    padding: 16px 10px;
  }
}

@media (max-width: 750px) {
  #footer_top {
    padding: 40px 10px;
  }
}

.index_about_sec {
  background: url(/wp-content/uploads/bg_img001.jpg) no-repeat center/cover;
  padding: 106px 10px 123px;
}

.index_about_sec .container {
  max-width: 1350px;
}

.index_about_sec .title_h2 {
  color: #444444;
}

@media (min-width: 751px) {
  .index_about_sec .row {
    align-items: center;
  }
  .index_about_sec .row .flex_5 {
    width: 54%;
  }
  .index_about_sec .row .flex_5 figure {
    width: 802px;
    max-width: 55vw;
  }
  .index_about_sec .box {
    max-width: 545px;
    margin-left: 2%;
    margin-bottom: 40px;
  }
  .index_about_sec .box h2 {
    text-align: left;
    position: relative;
    margin-bottom: 10px;
  }
  .index_about_sec .box h2 figure {
    position: absolute;
    left: -265px;
    top: -110px;
  }
  .index_about_sec .box h2 p {
    line-height: 1.4;
  }
  .index_about_sec .box p:not(.button) {
    line-height: 2.1;
  }
  .index_about_sec .box p:not(.button):not(:last-child) {
    margin-bottom: 2.5em;
  }
}

@media (min-width: 751px) and (max-width: 1300px) {
  .index_about_sec .box {
    margin-bottom: 0;
    margin-top: 50px;
  }
}

@media (min-width: 751px) and (max-width: 1300px) and (max-width: 1050px) {
  .index_about_sec .box h2 {
    font-size: 27px;
  }
}

@media (min-width: 751px) and (max-width: 1300px) {
  .index_about_sec .box h2 figure {
    max-width: 300px;
    left: -90px;
    top: -90px;
  }
  .index_about_sec .box p:not(.button):not(:last-child) {
    margin-bottom: 1.5em;
  }
}

@media (min-width: 751px) and (max-width: 1000px) {
  .index_about_sec .row .col {
    flex: auto !important;
  }
  .index_about_sec .row .flex_5 {
    width: auto;
  }
  .index_about_sec .row .flex_5 figure {
    width: auto;
    max-width: auto;
  }
}

@media (max-width: 750px) {
  .index_about_sec {
    padding: 8% 10px;
  }
  .index_about_sec .flex_5 figure {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .index_about_sec .box figure {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}

.index_nondamage_sec {
  background: url(/wp-content/uploads/bg_img002.jpg) no-repeat center right/cover;
  color: #fff;
  padding: 141px 10px;
}

.index_nondamage_sec .row {
  max-width: 680px;
}

.index_nondamage_sec .row .title_h2 {
  color: #fff;
  text-align: left;
}

.index_nondamage_sec .row p:not(.button) {
  line-height: 2.1;
}

.index_nondamage_sec .row p:not(.button):not(:last-child) {
  margin-bottom: 2.5em;
}

.index_nondamage_sec .row .button {
  text-align: left;
}

@media (max-width: 1300px) {
  .index_nondamage_sec {
    background-position: right 30% center;
  }
}

@media (max-width: 1000px) {
  .index_nondamage_sec .row {
    background: rgba(0, 0, 0, 0.4);
    padding: 40px;
    max-width: 100%;
  }
  .index_nondamage_sec .row .title_h2 {
    text-align: center;
  }
  .index_nondamage_sec .row p:not(.button):not(:last-child) {
    margin-bottom: 1.5em;
  }
  .index_nondamage_sec .row .button {
    text-align: center;
  }
}

@media (max-width: 750px) {
  .index_nondamage_sec {
    padding: 8% 10px;
  }
  .index_nondamage_sec .row {
    padding: 8% 10px;
  }
  .index_nondamage_sec .row p:not(.button) {
    line-height: 1.8;
  }
  .index_nondamage_sec .row p:not(.button):not(:last-child) {
    margin-bottom: 1em;
  }
}

.index_design_content2.num3 {
  position: relative;
}

.index_design_content2.num3:before {
  content: "";
  position: absolute;
  display: block;
  background: #fcf8ef;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.index_design_content2 .banner_headline {
  font-weight: bold;
}

@media (min-width: 751px) {
  .index_design_content2 {
    padding-top: 100px;
  }
  .index_design_content2 .banner_content {
    height: 360px;
  }
  .index_design_content2 .banner_content .image_wrap {
    height: 360px;
  }
  .index_design_content2 .banner_content .banner_headline {
    margin-bottom: 15px;
  }
}

@media (max-width: 750px) {
  .index_design_content2 {
    padding-top: 8%;
  }
  .index_design_content2 .banner_content {
    height: 280px;
  }
  .index_design_content2 .banner_content .image_wrap {
    height: 280px;
  }
  .index_design_content2 .banner_content .banner_desc {
    text-align: left;
  }
  .index_design_content2 .banner_content .banner_desc span {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}

.index_menu_sec {
  background: #fcf8ef;
  position: relative;
  padding: 100px 10px 120px;
}

.index_menu_sec .container {
  max-width: 1500px;
}

.index_menu_sec .contents_2 .box .title_h2 {
  font-weight: bold;
  text-align: left;
  margin-top: 20px !important;
  margin-bottom: 10px;
}

@media (max-width: 1050px) {
  .index_menu_sec .contents_2 .box .title_h2 {
    font-size: 27px;
  }
}

.index_menu_sec .contents_2 .box p {
  line-height: 2.1;
}

@media (min-width: 751px) {
  .index_menu_sec .contents_1 {
    position: relative;
  }
  .index_menu_sec .contents_1 figure {
    position: absolute;
    right: 70px;
    top: -30px;
  }
}

@media (min-width: 751px) and (max-width: 1300px) {
  .index_menu_sec .contents_1 figure {
    max-width: 400px;
  }
}

@media (min-width: 751px) {
  .index_menu_sec .contents_2 .box {
    max-width: 396px;
  }
  .index_menu_sec .contents_2 .box.box_2 {
    margin-top: 82px;
  }
  .index_menu_sec .contents_2 .box.box_3 {
    margin-top: 164px;
  }
}

@media (max-width: 750px) {
  .index_menu_sec {
    padding: 8% 10px;
  }
  .index_menu_sec .contents_1 figure {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .index_menu_sec .contents_2 .box figure {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .index_menu_sec .contents_2 .box .title_h2 {
    font-size: 22px;
    text-align: center;
  }
}

.index_insta_sec {
  padding: 110px 10px 80px;
}

.index_insta_sec .title_h2 {
  font-weight: bold;
  margin-bottom: 90px;
}

.index_insta_sec p {
  background: #d9d9d9;
  color: #755454;
  text-align: center;
  padding: 10% 10px;
}

@media (max-width: 750px) {
  .index_insta_sec {
    padding: 8% 10px;
  }
  .index_insta_sec .title_h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.index_concept_sec {
  background: url(/wp-content/uploads/bg_img003.jpg) no-repeat center/cover;
  padding: 150px 10px 160px;
}

.index_concept_sec .title_h2 {
  color: #444444;
}

@media (min-width: 751px) {
  .index_concept_sec .row {
    align-items: center;
  }
  .index_concept_sec .row .contents_1 {
    width: calc(100% / 2 - 20px);
  }
  .index_concept_sec .row .contents_1 figure {
    width: 570px;
    max-width: 100%;
  }
}

@media (min-width: 751px) and (min-width: 1400px) {
  .index_concept_sec .row .contents_1 figure {
    margin-left: 90px;
    max-width: 570px;
  }
}

@media (min-width: 751px) {
  .index_concept_sec .row .box {
    margin-top: 140px;
  }
  .index_concept_sec .row .box h2 {
    text-align: left;
    letter-spacing: -.4px;
    position: relative;
    margin-bottom: 10px;
  }
  .index_concept_sec .row .box h2 figure {
    position: absolute;
    left: -150px;
    top: -150px;
  }
}

@media (min-width: 751px) and (max-width: 1400px) {
  .index_concept_sec .row .box h2 figure {
    left: -140px;
  }
}

@media (min-width: 751px) {
  .index_concept_sec .row .box h2 p {
    line-height: 1.4;
  }
  .index_concept_sec .row .box p:not(.button) {
    line-height: 2.1;
  }
  .index_concept_sec .row .box p:not(.button):not(:last-child) {
    margin-bottom: 2.5em;
  }
  .index_concept_sec .row .box .button {
    text-align: left;
  }
}

@media (min-width: 751px) and (max-width: 1300px) {
  .index_concept_sec {
    padding: 100px 10px;
  }
}

@media (min-width: 751px) and (max-width: 1300px) and (max-width: 1050px) {
  .index_concept_sec .row .box h2 {
    font-size: 27px;
  }
}

@media (min-width: 751px) and (max-width: 1300px) {
  .index_concept_sec .row .box h2 figure {
    max-width: 280px;
    left: 0;
    top: -120px;
  }
  .index_concept_sec .row .box p:not(.button):not(:last-child) {
    margin-bottom: 1.5em;
  }
}

@media (max-width: 750px) {
  .index_concept_sec {
    padding: 8% 10px;
  }
  .index_concept_sec .row .contents_1 figure {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .index_concept_sec .row .box figure {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}

.index_news {
  padding-top: 100px;
  padding-bottom: 120px;
}

.index_news .headline {
  margin-bottom: 40px;
  font-weight: bold;
}

.index_news .news_list .item a {
  background: transparent;
}

@media (max-width: 750px) {
  .index_news {
    padding: 8% 20px;
  }
  .index_news .headline {
    margin-bottom: 20px;
  }
}

.single-news #main_col, .post-type-archive-news #main_col {
  width: 100%;
}

.single-news #side_col, .post-type-archive-news #side_col {
  display: none;
}

.about_content h2, .about_content h3 {
  letter-spacing: 0;
  font-weight: normal;
}

.about_content3 .content_area {
  padding: 0;
  border: 0;
}

.about_content1 .content_area {
  padding: 100px 5% 100px;
}

@media (max-width: 750px) {
  .about_content1 .content_area {
    padding: 40px 10px;
  }
  .about_content1 .content_area h3 {
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=custom.css.map */
