@charset "UTF-8";
/*=============================================================================
# mixins
==============================================================================*/
/*=============================================================================
# company-page
==============================================================================*/
.main-visual_company-content {
  background: url(../image/company/company-main.jpg) repeat-x center center/contain;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .main-visual_company-content {
    background-size: cover;
    height: 250px;
  }
}

.page-content_title {
  text-align: center;
  padding-top: 170px;
}
@media screen and (max-width: 767px) {
  .page-content_title {
    padding-top: 100px;
  }
}

.page-title_company {
  color: #776A63;
  font-size: 45px;
  display: inline-block;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .page-title_company {
    font-size: 30px;
  }
}

.company-info_contents {
  margin: 120px auto 0;
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company-info_contents {
    margin-top: 80px;
  }
}

.company-info_row {
  display: flex;
  font-size: 20px;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-info_row {
    display: block;
  }
}
.company-info_row:not(:last-child)::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 70%;
  height: 2px;
  border-bottom: 1px solid #A39187;
}
.company-info_row dt {
  max-width: 250px;
  width: 100%;
  text-align: right;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .company-info_row dt {
    max-width: 100%;
    text-align: center;
    color: #FFB201;
  }
}
.company-info_row dd {
  text-align: left;
  max-width: calc(100% - 250px);
  margin-left: 100px;
  width: 100%;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .company-info_row dd {
    margin-left: 0;
    max-width: 100%;
    text-align: center;
    margin-top: 20px;
    line-height: 1.3em;
  }
}
.company-info_row dd span {
  color: #A39187;
}

.business-content {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .business-content._left {
    text-align: left;
    font-size: 16px;
  }
}

.company-info_item:not(:first-child) {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .company-info_item:not(:first-child) {
    margin-top: 15px;
  }
}

.business-client {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .business-client._left {
    text-align: left;
    font-size: 16px;
  }
}

.member-organizations {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .member-organizations._left {
    text-align: left;
    font-size: 16px;
  }
}

.contact-info_area {
  margin-top: 100px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-contents {
  border: 1px solid #A39187;
  max-width: 600px;
  width: 100%;
  border-radius: 20px;
  margin: 0 auto;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .contact-contents {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.contact-info_text {
  font-size: 18px;
  margin-top: 30px;
}

.contact-form_button {
  display: inline-block;
  background: #FFB201;
  color: #fff;
  padding: 30px 50px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 30px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .contact-form_button {
    font-size: 20px;
    padding: 20px 40px;
  }
}

.footer-contents.other {
  height: 300px;
  background: url(../image/company/company-footer.jpg) repeat-x bottom center/60%;
}
@media screen and (max-width: 767px) {
  .footer-contents.other {
    height: 200px;
  }
}

.copy-right.other {
  margin-top: 10px;
}

/*=============================================================================
# mixins
==============================================================================*/
/*=============================================================================
# contact-page
==============================================================================*/
.main-visual_contact-content {
  height: 400px;
  width: 100%;
  text-align: center;
  background: url(../image/contact/contact-top.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .main-visual_contact-content {
    height: 250px;
    background-position: 20% center;
  }
}

.page-title_contact {
  color: #776A63;
  font-size: 45px;
  display: inline-block;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .page-title_contact {
    font-size: 30px;
  }
}

.contact-text {
  text-align: center;
  color: #FFB201;
  font-size: 21px;
  line-height: 1.5em;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .contact-text {
    font-size: 14px;
    margin-top: 40px;
  }
}

.contact-form_area {
  padding-left: 10px;
  padding-right: 10px;
}

.contact-form {
  max-width: 990px;
  width: 100%;
  background: #E5E5E5;
  border-radius: 20px;
  margin: 40px auto 0;
  padding: 40px 50px 80px;
}
@media screen and (max-width: 767px) {
  .contact-form {
    padding: 10px 10px 40px;
  }
}

.contact-form_row {
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .contact-form_row {
    display: block;
    margin-top: 20px;
  }
}

.contact-form_label {
  width: calc(100% - 590px);
  font-size: 20px;
  padding-top: 20px;
  width: 100%;
  color: #776A63;
}
@media screen and (max-width: 767px) {
  .contact-form_label {
    padding-top: 30px;
  }
}
.contact-form_label label {
  position: relative;
}
.contact-form_label label::after {
  position: absolute;
  content: "*";
  width: 20px;
  height: 20px;
  right: -30px;
  top: -5px;
  color: #FC0707;
  font-size: 30px;
}

.contact-form_input {
  max-width: 590px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-form_input {
    margin-top: 20px;
  }
}
.contact-form_input [type=text] {
  box-shadow: none;
  border: 1px solid #776A63;
  border-radius: 20px;
  background: #fff;
  padding: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
  width: 100%;
  font-size: 16px;
}
.contact-form_input [type=email] {
  box-shadow: none;
  border: 1px solid #776A63;
  border-radius: 20px;
  background: #fff;
  padding: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
  width: 100%;
  font-size: 16px;
}
.contact-form_input [type=tel] {
  box-shadow: none;
  border: 1px solid #776A63;
  border-radius: 20px;
  background: #fff;
  padding: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
  width: 100%;
  font-size: 16px;
}
.contact-form_input textarea {
  height: 240px;
  box-shadow: none;
  border: 1px solid #776A63;
  border-radius: 20px;
  background: #fff;
  padding: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
  width: 100%;
  resize: none;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact-form_input textarea {
    height: 300px;
  }
}

.page-contact-form_button {
  margin-top: 90px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-contact-form_button {
    margin-top: 40px;
  }
}
.page-contact-form_button [type=submit] {
  color: #fff;
  background: #FFB201;
  padding: 15px 15px 15px 30px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  border: none;
  letter-spacing: 1em;
  font-size: 25px;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}

.contact-annotation {
  max-width: 800px;
  width: 100%;
  margin: 40px auto 0;
  border: 1px solid #A39187;
  padding: 20px;
  border-radius: 20px;
}

.annotation-title {
  font-size: 20px;
}

.annotation-text {
  margin-top: 15px;
  line-height: 1.5em;
}

/*=============================================================================
# mixins
==============================================================================*/
/*=============================================================================
# profile-page
==============================================================================*/
.main-visual_profile-content {
  height: 400px;
  width: 100%;
  background: url(../image/profile/profile-top.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .main-visual_profile-content {
    height: 250px;
  }
}

.page-title_profile {
  color: #776A63;
  font-size: 45px;
  display: inline-block;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  margin-top: -25px;
}
@media screen and (max-width: 767px) {
  .page-title_profile {
    font-size: 30px;
  }
}

.page-title_profile_ja {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .page-title_profile_ja {
    font-size: 20px;
  }
}

.main-profile {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .main-profile {
    display: block;
  }
}

.main-profile_text {
  max-width: 800px;
  width: 100%;
}

.profile_title {
  font-size: 40px;
  font-weight: 700;
  color: #666;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .profile_title {
    font-size: 30px;
  }
}
.profile_title._small {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .profile_title._small {
    font-size: 18px;
    padding-left: 10px;
  }
}
.profile_title::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 50px;
  background: #FFB201;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.profile_title span {
  color: #A39187;
  font-size: 30px;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .profile_title span {
    font-size: 22px;
    margin-left: 30px;
  }
}

.main-profile_list {
  margin-top: 35px;
  color: #666666;
  line-height: 1.4em;
  padding-left: 20px;
}

.profile-list_item {
  font-size: 16px;
  margin-top: 20px;
  list-style: disc;
}

.main-profile_image {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main-profile_image {
    margin: 30px auto 0;
    max-width: 250px;
  }
}

.profile-greeting {
  margin-top: 80px;
}

.greeting-text {
  color: #776A63;
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.4em;
}

.profile-activity {
  margin-top: 80px;
}

.activity-text {
  margin-top: 40px;
}
.activity-text p {
  margin-top: 20px;
  color: #776A63;
  line-height: 1.4em;
}
.activity-text ul {
  margin-left: 30px;
  margin-top: 20px;
}
.activity-text li {
  list-style: disc;
  margin-top: 15px;
  color: #666666;
}

.profile-image_y {
  max-width: 250px;
  width: 100%;
  float: right;
  margin-left: 30px;
}

.profile-sign {
  font-size: 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .profile-sign {
    text-align: center;
  }
}

/*=============================================================================
# mixins
==============================================================================*/
/*=============================================================================
# common - 全体に共通するスタイル
==============================================================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .is-sp {
    display: none;
  }
}
body {
  font-size: 16px;
  color: #333;
  font-family: "M PLUS 2", sans-serif;
}

img {
  width: 100%;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.all-wrap {
  overflow: hidden;
}

/*=============================================================================
# drawer
==============================================================================*/
.drawer-icon {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 300;
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 20px;
  padding: 20px;
  transition: transform 0.5s ease 0s;
  opacity: 0.9;
  cursor: pointer;
}
.drawer-icon:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .drawer-icon {
    width: 70px;
    height: 70px;
    right: 15px;
    padding: 12px 8px;
    top: 20px;
  }
}
.drawer-icon.is-active {
  transform: translateX(-500px);
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .drawer-icon.is-active {
    transform: translateX(-250px);
  }
}
.drawer-icon.is-active .drawer-icon-bar1 {
  transform: rotate(-45deg);
  top: 20px;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  transform: rotate(45deg);
  top: 20px;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  display: none;
}

.drawer-icon-bars {
  width: 60px;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .drawer-icon-bars {
    width: 54px;
  }
}

.drawer-icon-bar1,
.drawer-icon-bar2 {
  position: absolute;
  width: 60px;
  height: 8px;
  background: #FFB201;
  top: 0;
  left: 0;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .drawer-icon-bar1,
  .drawer-icon-bar2 {
    height: 7px;
    width: 54px;
  }
}

.drawer-icon-bar1 {
  top: 0;
}

.drawer-icon-bar2 {
  top: 20px;
}
@media screen and (max-width: 767px) {
  .drawer-icon-bar2 {
    top: 15px;
  }
}

.drawer-icon-bar3 {
  position: absolute;
  top: 38px;
  font-size: 20px;
  font-weight: 700;
  color: #FFB201;
}
@media screen and (max-width: 767px) {
  .drawer-icon-bar3 {
    top: 28px;
    font-size: 18px;
  }
}

.drawer-content {
  width: 500px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .drawer-content {
    width: 250px;
  }
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-content-item {
  border-bottom: 1px dotted #333;
}
.drawer-content-item a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 20px 30px;
  font-size: 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .drawer-content-item a {
    font-size: 20px;
  }
}
.drawer-content-item a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 22px;
  background: url(../image/arrow-b.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .drawer-content-item a::after {
    right: 20px;
  }
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 298;
  display: none;
}
.drawer-background.is-active {
  display: block;
}

/*=============================================================================
# main-visual swiper
==============================================================================*/
.main-visual {
  height: 600px;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper.slider1 .swiper-button-next::after, .swiper.slider1 .swiper-button-prev::after {
  content: none;
}

.top {
  height: inherit;
  position: relative;
  border-radius: 20px;
}

.top_picture {
  height: inherit;
}
.top_picture._01 {
  background: url(../image/top1.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .top_picture._01 {
    background-position: 40% center;
  }
}
.top_picture._02 {
  background: url(../image/top2.jpg) no-repeat center center/cover;
}
.top_picture._03 {
  background: url(../image/top3.jpg) no-repeat center center/cover;
}
.top_picture._04 {
  background: url(../image/top4.jpg) no-repeat center center/cover;
}

.top_logo-area {
  max-width: 340px;
  width: 100%;
  height: 110px;
  background: #FFFFFF;
  position: absolute;
  left: 40px;
  top: 20px;
  text-align: center;
  padding-top: 16px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .top_logo-area {
    max-width: 180px;
    height: 70px;
    left: 20px;
    padding-top: 14px;
  }
}

.top_logo-image {
  text-align: center;
}
.top_logo-image img {
  width: 80%;
  text-align: center;
}

.top_message {
  position: absolute;
  bottom: 40px;
  left: 40px;
  max-width: 800px;
  width: 100%;
  height: 125px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .top_message {
    max-width: 350px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 120px;
    padding-top: 12px;
  }
}

.top_message-text {
  color: #444444;
  font-size: 28px;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .top_message-text {
    font-size: 18px;
  }
}

.top_contact {
  position: absolute;
  bottom: 40px;
  right: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  border: 1px solid #A39187;
}
@media screen and (max-width: 767px) {
  .top_contact {
    bottom: 20px;
    right: 110px;
  }
}

.top_contact-button {
  text-decoration: none;
  color: #A39187;
  font-size: 35px;
  display: inline-block;
  padding: 20px 15px;
}
@media screen and (max-width: 767px) {
  .top_contact-button {
    font-size: 25px;
    padding: 15px 10px;
  }
}

/*=============================================================================
# main_concept
==============================================================================*/
.concept-text {
  margin-top: 40px;
  text-align: center;
}

.concept-text_up {
  color: #666666;
  font-size: 28px;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .concept-text_up {
    font-size: 16px;
  }
}

.concept-text_down {
  color: #A39187;
  font-size: 24px;
  border: 1px solid #A39187;
  line-height: 1.5em;
  padding: 20px 0;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .concept-text_down {
    font-size: 16px;
    padding: 5px;
    text-align: left;
  }
}

/*=============================================================================
# main_service
==============================================================================*/
.service {
  margin-top: 80px;
}

.util-title {
  color: #FFB201;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 767px) {
  .util-title {
    font-size: 35px;
    letter-spacing: 0.3em;
  }
}

.util-title-text {
  font-size: 25px;
  color: #666666;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .util-title-text {
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.4em;
  }
}

.title-wrap {
  text-align: center;
}

.service-contents {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .service-contents {
    margin-top: 10px;
  }
}

.service-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-items {
    display: block;
  }
}

.service-item_content {
  max-width: 560px;
  width: 100%;
}

.service-item {
  width: 100%;
  height: 140px;
  border: 1px solid #A39187;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service-item {
    height: 120px;
  }
}

.service-item_text {
  color: #A39187;
  font-size: 25px;
  line-height: 1.5em;
  padding-top: 20px;
  padding-left: 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .service-item_text {
    font-size: 18px;
    padding-left: 10px;
    padding-top: 40px;
  }
}

.service-item_accordion {
  background: #A39187;
  max-width: 80px;
  width: 100%;
  height: inherit;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.service-item_bar1 {
  width: 20px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

.service-item_bar2 {
  width: 3px;
  height: 20px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 62px;
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .service-item_bar2 {
    top: 52px;
  }
}
.service-item_bar2.is-open {
  transform: rotate(90deg);
}

.service-item_lead {
  width: 100%;
  background: #A39187;
  color: #fff;
  margin-top: 10px;
  padding: 10px;
  line-height: 1.4em;
  display: none;
}
.service-item_lead.is-open {
  display: block;
  animation: appear 0.8s ease;
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.service-item_lead-text {
  font-size: 18px;
}

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

.service-item_lead-text_down {
  margin-top: 20px;
  border: 1px solid #fff;
  padding: 10px;
}

.service-area_image {
  height: 200px;
  width: 100%;
  background: url(../image/flower.jpg) repeat-x center center/contain;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .service-area_image {
    margin-top: 30px;
  }
}

/*=============================================================================
# main_profile
==============================================================================*/
.profile {
  margin-top: 80px;
}

.profile-image01 {
  position: relative;
  z-index: 20;
  margin-top: 80px;
  height: 400px;
  max-width: 600px;
  width: 100%;
  background: url(../image/profile04.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .profile-image01 {
    margin-top: 40px;
    max-width: 280px;
    height: 200px;
    margin-left: -10px;
  }
}

.profile-image02 {
  margin-left: 450px;
  margin-top: -150px;
  height: 350px;
  max-width: 350px;
  width: 100%;
  background: url(../image/profile02.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .profile-image02 {
    margin-top: -50px;
    margin-left: auto;
    margin-right: -10px;
    max-width: 200px;
    height: 180px;
  }
}

.profile-image03 {
  margin-top: -200px;
  height: 430px;
  max-width: 570px;
  width: 100%;
  background: url(../image/profile03.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .profile-image03 {
    margin-top: -20px;
    max-width: 300px;
    height: 300px;
    margin-left: -10px;
  }
}

.profile-contents {
  max-width: 700px;
  width: 100%;
  background-color: rgba(163, 145, 135, 0.5);
  margin-left: auto;
  margin-top: -80px;
  text-align: center;
  position: relative;
  z-index: 10;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .profile-contents {
    margin-top: -20px;
  }
}

.profile-text {
  padding-top: 60px;
  font-size: 20px;
  color: #fff;
  line-height: 1.4em;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .profile-text {
    font-size: 16px;
    padding-top: 40px;
  }
}

.profile-title {
  font-size: 33px;
  color: #fff;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .profile-title {
    font-size: 22px;
    margin-top: 30px;
  }
}

.profile-button-area {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .profile-button-area {
    margin-top: 60px;
  }
}
.profile-button-area a {
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  padding: 20px 25px;
  border: 2px solid #FFB201;
}
@media screen and (max-width: 767px) {
  .profile-button-area a {
    font-size: 20px;
    padding: 10px 15px;
  }
}

/*=============================================================================
# main_feature
==============================================================================*/
.feature {
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .feature {
    margin-top: 110px;
  }
}

.feature-background {
  position: relative;
  z-index: -1;
}
.feature-background::after {
  position: absolute;
  height: 300px;
  max-width: 600px;
  width: 100%;
  right: -100px;
  top: -200px;
  content: "";
  background: url(../image/feature01.png) no-repeat center center/contain;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .feature-background::after {
    max-width: 300px;
  }
}

.feature-contents {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .feature-contents {
    margin-top: 50px;
  }
}

.feature-item {
  max-width: 1100px;
  width: 100%;
  margin: 120px auto 0;
}
@media screen and (max-width: 767px) {
  .feature-item {
    margin-top: 100px;
  }
}

.feature-item_title-area {
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: space-between;
  border: 2px solid #A39187;
  position: relative;
}
.feature-item_title-area._01::after {
  position: absolute;
  content: "";
  height: 100px;
  max-width: 100px;
  width: 100%;
  background: url(../image/one.png) no-repeat center center/contain;
  left: -30px;
  top: -50px;
}
@media screen and (max-width: 767px) {
  .feature-item_title-area._01::after {
    max-width: 70px;
    top: -70px;
    left: 0;
  }
}
.feature-item_title-area._02::after {
  position: absolute;
  content: "";
  height: 100px;
  max-width: 100px;
  width: 100%;
  background: url(../image/two.png) no-repeat center center/contain;
  left: -30px;
  top: -50px;
}
@media screen and (max-width: 767px) {
  .feature-item_title-area._02::after {
    max-width: 70px;
    top: -70px;
    left: 0;
  }
}
.feature-item_title-area._03::after {
  position: absolute;
  content: "";
  height: 100px;
  max-width: 100px;
  width: 100%;
  background: url(../image/three.png) no-repeat center center/contain;
  left: -30px;
  top: -50px;
}
@media screen and (max-width: 767px) {
  .feature-item_title-area._03::after {
    max-width: 70px;
    top: -70px;
    left: 0;
  }
}
.feature-item_title-area._04::after {
  position: absolute;
  content: "";
  height: 100px;
  max-width: 100px;
  width: 100%;
  background: url(../image/four.png) no-repeat center center/contain;
  left: -30px;
  top: -50px;
}
@media screen and (max-width: 767px) {
  .feature-item_title-area._04::after {
    max-width: 70px;
    top: -70px;
    left: 0;
  }
}
.feature-item_title-area._05::after {
  position: absolute;
  content: "";
  height: 100px;
  max-width: 100px;
  width: 100%;
  background: url(../image/five.png) no-repeat center center/contain;
  left: -30px;
  top: -50px;
}
@media screen and (max-width: 767px) {
  .feature-item_title-area._05::after {
    max-width: 70px;
    top: -70px;
    left: 0;
  }
}

.feature-item_title {
  font-size: 25px;
  font-weight: 700;
  color: #A39187;
  line-height: 1.5em;
  padding-top: 40px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .feature-item_title {
    font-size: 18px;
    padding-top: 20px;
    padding-left: 10px;
  }
}

.feature-item_image01 {
  max-width: 350px;
  width: 100%;
  height: 156px;
  background: url(../image/feature02.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .feature-item_image01 {
    max-width: 100px;
    background-position: 75% center;
  }
}

.feature-item_image02 {
  max-width: 350px;
  width: 100%;
  height: 156px;
  background: url(../image/feature03.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .feature-item_image02 {
    max-width: 100px;
  }
}

.feature-item_image03 {
  max-width: 350px;
  width: 100%;
  height: 156px;
  background: url(../image/feature04.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .feature-item_image03 {
    max-width: 100px;
  }
}

.feature-item_image04 {
  max-width: 350px;
  width: 100%;
  height: 156px;
  background: url(../image/feature05.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .feature-item_image04 {
    max-width: 100px;
  }
}

.feature-item_image05 {
  max-width: 350px;
  width: 100%;
  height: 156px;
  background: url(../image/feature06.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .feature-item_image05 {
    max-width: 100px;
  }
}

.feature-item_text {
  margin-top: 5px;
  font-size: 24px;
  line-height: 1.4em;
  color: #666;
}
@media screen and (max-width: 767px) {
  .feature-item_text {
    font-size: 16px;
    padding-left: 7px;
  }
}

/*=============================================================================
# main_news
==============================================================================*/
.news {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .news {
    margin-top: 60px;
  }
}

.news-items {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.news-item {
  display: inline-block;
  margin-top: 30px;
  border-bottom: 1px solid #666;
  display: inline-block;
  width: 100%;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .news-item {
    padding-bottom: 20px;
  }
}

.news-item_text {
  display: flex;
}
@media screen and (max-width: 767px) {
  .news-item_text {
    display: block;
  }
}

.news-item_date {
  color: #666666;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .news-item_date {
    font-size: 16px;
  }
}

.news-item_title {
  color: #666666;
  font-size: 18px;
  line-height: 1.5em;
  margin-left: 100px;
}
@media screen and (max-width: 767px) {
  .news-item_title {
    margin-left: 0;
    font-size: 16px;
    margin-top: 15px;
  }
}

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

.news-item_link {
  color: #A39187;
  margin-top: 20px;
  text-align: center;
}
.news-item_link a {
  text-decoration: none;
  font-size: 18px;
  color: #A39187;
  display: inline-block;
  padding: 15px 20px;
  border: 1px solid #A39187;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .news-item_link a {
    padding-top: 10px;
  }
}

.news-link {
  text-align: center;
  margin-top: 60px;
}
.news-link a {
  text-decoration: none;
  font-size: 25px;
  letter-spacing: 0.5em;
  color: #A39187;
  border-bottom: 1px double #A39187;
  display: inline-block;
  padding: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .news-link a {
    font-size: 22px;
  }
}

/*=============================================================================
# main_column
==============================================================================*/
.column {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .column {
    margin-top: 90px;
  }
}

.column-items_contents {
  background: #F8F8F8;
  margin-top: 40px;
}

.column-items {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .column-items {
    display: block;
  }
}

.column-item {
  max-width: 370px;
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 767px) {
  .column-item {
    margin: 0 auto;
    height: 320px;
  }
}

.column-item_image {
  width: 100%;
  height: 240px;
}

.column-item_title {
  width: 100%;
  color: #666;
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column-item_title {
    font-size: 20px;
  }
}

/*=============================================================================
# main_footer
==============================================================================*/
.footer-contents {
  margin-top: 70px;
}

.footer-logo {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    max-width: 180px;
  }
}

.footer-logo_text {
  color: #666;
  margin-top: 10px;
  text-align: center;
}

.footer-info {
  max-width: 192px;
  width: 100%;
  margin: 30px auto 0;
}
.footer-info a {
  text-decoration: none;
  font-size: 25px;
  color: #A39187;
  display: inline-block;
  padding: 15px 20px;
  border: 1px solid #A39187;
  cursor: pointer;
}

.copy-right {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .copy-right {
    margin-top: 20px;
  }
}

.to-top {
  position: fixed;
  right: 40px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  z-index: 301;
  opacity: 0.7;
  display: none;
}
@media screen and (max-width: 767px) {
  .to-top {
    right: 10px;
    bottom: 10px;
    width: 60px;
  }
}
.to-top:hover {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */