@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 1000px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .is-sp {
    display: none !important;
  }
}
body {
  font-size: 16px;
  color: #333333;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
  background: #FFFCE6;
  padding-top: 140px;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 14px;
    padding-top: 80px;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1000px) {
  .inner {
    padding: 0 20px;
    max-width: 500px !important;
    margin: 0 auto;
  }
}

.mv-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1000px) {
  .mv-inner {
    padding: 0;
    max-width: 500px !important;
    margin: 0 auto;
  }
}

.header-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1000px) {
  .header-inner {
    padding: 0 20px;
  }
}

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

a {
  font-family: "Zen Maru Gothic", sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

input[type=text],
input[type=email],
input[type=submit],
select,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #333333;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 10px;
  margin: 0;
  outline: none;
}

.top2 .flex,
.mv {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.drawer-icon {
  position: fixed;
  top: 33px;
  right: 36px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
@media screen and (min-width: 1001px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-active .drawer-icon-bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bars {
  width: 25px;
  height: 16px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 30px;
  height: 3px;
  background: #D95829;
  top: 0;
  left: 0;
}

.drawer-icon-bar1 {
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar2 {
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar3 {
  top: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #FFFCE6;
  z-index: 250;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  max-width: 270px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.drawer-content.is-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.drawer-icon-nav {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
}
.drawer-icon-nav ul li {
  margin-bottom: 30px;
}
.drawer-icon-nav ul li a {
  display: block;
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}
.drawer-icon-nav .bottom {
  max-width: 150px;
  margin-top: 40px;
}
.drawer-icon-nav .heading {
  max-width: 60px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-top: 20px;
}

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

.header {
  position: fixed;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  z-index: 100;
}
@media screen and (max-width: 1000px) {
  .header {
    width: 95%;
  }
}
.header .header-inner {
  background: #fff;
  max-width: 1400px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 20px 20px;
  border-radius: 40px;
}
@media screen and (max-width: 1000px) {
  .header .header-inner {
    padding: 10px 20px;
  }
}
.header .flex {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
}
.header .logo a {
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
}
.header .logo a:hover {
  color: #D55D32;
}
@media screen and (max-width: 1200px) {
  .header .logo a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .header .logo a {
    font-size: 16px;
  }
}
.header .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .right ul li {
  margin-right: 35px;
}
@media screen and (max-width: 1200px) {
  .header .right ul li {
    margin-right: 25px;
  }
}
.header .right ul li:last-child {
  margin-right: 0;
}
.header .right ul a {
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.header .right ul a:hover {
  color: #D55D32;
}
@media screen and (max-width: 1200px) {
  .header .right ul a {
    font-size: 13px;
  }
}

.section {
  padding: 80px 0;
}
@media screen and (max-width: 1000px) {
  .section {
    padding: 40px 0;
  }
}

.mv {
  position: relative;
}
.mv .contents {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1000px;
  text-align: center;
}
.mv .contents .text1 {
  font-size: 46px;
  color: #D55D32;
  font-weight: 700;
  text-shadow: -2px -2px 0 #fff, 0px -2px 0 #fff, 2px -2px 0 #fff, -2px 0px 0 #fff, 2px 0px 0 #fff, -2px 2px 0 #fff, 0px 2px 0 #fff, 2px 2px 0 #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .mv .contents .text1 {
    font-size: 26px;
  }
}
.mv .contents .text2 {
  font-size: 20px;
  font-weight: 500;
  color: #D55D32;
  text-shadow: -2px -2px 0 #fff, 0px -2px 0 #fff, 2px -2px 0 #fff, -2px 0px 0 #fff, 2px 0px 0 #fff, -2px 2px 0 #fff, 0px 2px 0 #fff, 2px 2px 0 #fff;
}
@media screen and (max-width: 1000px) {
  .mv .contents .text2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 370px) {
  .mv .contents .text2 {
    font-size: 14px;
  }
}

.top1 {
  padding-top: 0;
}

.search-area .box {
  background: #fff;
  padding: 60px 60px 70px;
  border-radius: 40px;
}
@media screen and (max-width: 1000px) {
  .search-area .box {
    padding: 20px;
    border-radius: 20px;
  }
}
.search-area .flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .search-area .flex3 {
    display: block;
    margin-bottom: 20px;
  }
}
.search-area .flex3 .item {
  width: 32%;
}
@media screen and (max-width: 1000px) {
  .search-area .flex3 .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .search-area .flex3 .item:last-child {
    margin-bottom: 0;
  }
}
.search-area .flex3 .item select {
  font-size: 18px;
  font-weight: 500;
  padding: 15px 20px;
}
@media screen and (max-width: 1000px) {
  .search-area .flex3 .item select {
    font-size: 14px;
    padding: 10px;
  }
}
.search-area .title {
  color: #D55D32;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .search-area .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.search-area .title .wrap {
  display: inline-block;
  position: relative;
}
.search-area .title .wrap::before {
  position: absolute;
  bottom: 0;
  left: -30px;
  width: 3px;
  height: 40px;
  background: #D55D32;
  content: "";
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
@media screen and (max-width: 1000px) {
  .search-area .title .wrap::before {
    height: 25px;
    left: -10px;
    width: 2px;
  }
}
.search-area .title .wrap::after {
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 3px;
  height: 40px;
  background: #D55D32;
  content: "";
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media screen and (max-width: 1000px) {
  .search-area .title .wrap::after {
    height: 25px;
    right: -10px;
    width: 2px;
  }
}
.search-area .lead {
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .search-area .lead {
    font-size: 14px;
  }
}
.search-area .submit .wrap {
  max-width: 380px;
  margin: 0 auto;
  position: relative;
}
.search-area .submit input[type=submit] {
  background: #D95829;
  border-radius: 80px;
  border: 2px solid #D95829;
  color: #fff;
  position: absolute;
  left: -1000%;
  opacity: 0;
}
.search-area .submit .design {
  background: #D95829;
  border-radius: 80px;
  border: 2px solid #D95829;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 60px 20px 80px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .search-area .submit .design {
    padding: 10px 30px 10px 30px;
    font-size: 16px;
  }
}
.search-area .submit .design:hover {
  background: #fff;
  color: #D95829;
}
.search-area .submit .design:hover .arrow::before {
  background: #D95829;
}
.search-area .submit .design:hover .arrow::after {
  border-right: 1.5px solid #D95829;
  border-top: 1.5px solid #D95829;
}
.search-area .submit .design .arrow {
  position: relative;
}
.search-area .submit .design .arrow::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 12px;
  height: 1.5px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-area .submit .design .arrow::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #fff;
  border-top: 1.5px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.top-news .box {
  background: #fff;
  padding: 40px;
  border-radius: 40px;
}
@media screen and (max-width: 1000px) {
  .top-news .box {
    padding: 20px;
    border-radius: 20px;
  }
}

.section-title {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .section-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.section-lead {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .section-lead {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 370px) {
  .section-lead {
    font-size: 13px;
  }
}

@media screen and (max-width: 1000px) {
  .search-area .submit .wrap {
    max-width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .section-btn {
    text-align: center;
  }
}
.section-btn a {
  background: #D95829;
  border-radius: 80px;
  border: 2px solid #D95829;
  padding: 15px 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  cursor: pointer;
}
.section-btn a .section-btn-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .section-btn a {
    padding: 10px 30px 10px 30px;
    font-size: 16px;
  }
}
.section-btn a:hover {
  background: #fff;
  color: #D95829;
}
.section-btn a:hover .arrow::before {
  background: #D95829;
}
.section-btn a:hover .arrow::after {
  border-right: 1.5px solid #D95829;
  border-top: 1.5px solid #D95829;
}
.section-btn a .arrow {
  position: relative;
  display: block;
  width: 20px;
  margin-left: 20px;
}
.section-btn a .arrow::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 12px;
  height: 1.5px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section-btn a .arrow::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #fff;
  border-top: 1.5px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.top-news .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  .top-news .flex {
    display: block;
  }
}
@media screen and (min-width: 1001px) {
  .top-news .flex .section-title {
    white-space: nowrap;
    margin-right: 60px;
    line-height: 1;
  }
}
.top-news .flex .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .top-news .flex .flex2 {
    display: block;
  }
}
.top-news .flex .btn {
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .top-news .flex .btn {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1001px) {
  .top-news .ul {
    margin-right: 40px;
  }
}
.top-news .ul article {
  margin-bottom: 20px;
}
.top-news .ul article:last-child {
  margin-bottom: 0;
}
.top-news .ul article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-news .ul article a:hover {
  color: #D55D32;
}
.top-news .ul article a .time {
  margin-right: 20px;
  width: 60px;
  min-width: 60px;
}

.common-post-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .common-post-ul {
    display: block;
  }
}
.common-post-ul article .img .wrap {
  padding-top: 65%;
  position: relative;
}
.common-post-ul article .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 1000px) {
  .common-post-ul article .img img {
    border-radius: 20px 20px 0 0;
  }
}
@media screen and (min-width: 1001px) {
  .common-post-ul article {
    width: calc(33.333% - 40px);
    margin-right: 60px;
  }
  .common-post-ul article:nth-child(3n) {
    margin-right: 0;
  }
  .common-post-ul article:nth-child(n+4) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .common-post-ul article {
    width: 100%;
    margin-bottom: 30px;
  }
  .common-post-ul article:last-child {
    margin-bottom: 0;
  }
}
.common-post-ul article .contents {
  background: #fff;
  padding: 20px 20px 30px;
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 1000px) {
  .common-post-ul article .contents {
    border-radius: 0 0 20px 20px;
  }
}
.common-post-ul .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.common-post-ul .tag .item {
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 40px;
  line-height: 1;
  padding: 5px 10px;
  border: 1px solid #D55D32;
  color: #D55D32;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .common-post-ul .tag .item {
    font-size: 13px;
  }
}
.common-post-ul .time {
  font-size: 14px;
  font-weight: 500;
}
.common-post-ul .title {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .common-post-ul .title {
    font-size: 16px;
  }
}
.common-post-ul a {
  color: #333333;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.common-post-ul a:hover {
  color: #D55D32;
}

.top2 .btn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .top2 .btn {
    margin-top: 30px;
  }
}
.top2 .inner {
  position: relative;
}
.top2 .inner .bg {
  position: absolute;
  top: -50px;
  left: 40px;
  width: 100px;
}
@media screen and (max-width: 1000px) {
  .top2 .inner .bg {
    width: 50px;
    left: 20px;
  }
}
.top2 .inner .bg2 {
  position: absolute;
  top: -50px;
  right: 40px;
  width: 120px;
}
@media screen and (max-width: 1000px) {
  .top2 .inner .bg2 {
    width: 50px;
    right: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .top-news .ul article a .time {
    margin-right: 10px;
    width: 50px;
    min-width: 50px;
  }
}
.top-banner a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-banner a:hover {
  opacity: 0.6;
}

.footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#C2D87E), to(#4DAB77));
  background: linear-gradient(to bottom, #C2D87E, #4DAB77);
  padding: 80px 0 40px;
  margin-top: 150px;
}
@media screen and (max-width: 1000px) {
  .footer {
    margin-top: 60px;
    padding: 50px 0 20px;
  }
}
.footer .inner {
  position: relative;
}
.footer .inner .bg {
  position: absolute;
  width: 400px;
  top: -220px;
}
@media screen and (max-width: 1000px) {
  .footer .inner .bg {
    width: 150px;
    top: -100px;
  }
}
.footer .ul1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .footer .ul1 {
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1000px) {
  .footer .ul1 li {
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
.footer .ul1 li a {
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .footer .ul1 li a {
    font-size: 14px;
  }
}
.footer .ul1 li a:hover {
  color: #D95829;
}
.footer .flex {
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .footer .flex {
    margin-top: 40px;
  }
}
.footer .flex .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .footer .flex .left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}
.footer .flex .left .ul3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .footer .flex .left .ul3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .flex .left .ul3 li {
  margin-right: 40px;
}
@media screen and (max-width: 1000px) {
  .footer .flex .left .ul3 li {
    margin-right: 20px;
  }
}
.footer .flex .left .ul3 li a {
  color: #fff;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .footer .flex .left .ul3 li a {
    font-size: 13px;
  }
}
.footer .flex .left .ul3 li a:hover {
  color: #D95829;
}
.footer .flex .right {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .footer .flex .right {
    font-size: 12px;
    text-align: center;
  }
}
.footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .footer .flex {
    display: block;
  }
}

.sns .ul2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sns .ul2 li {
  width: 50px;
  text-align: center;
}
.sns .ul2 li a {
  margin: 0px;
}
.sns .ul2 li a img {
  width: auto;
}
.sns .ul2 li:nth-child(1) a img {
  height: 28px;
}
.sns .ul2 li:nth-child(2) a img {
  height: 31px;
}
.sns .ul2 li:nth-child(n+3) a img {
  height: 40px;
}

.common-mv {
  padding-bottom: 80px;
  padding-top: 40px;
}
@media screen and (max-width: 1000px) {
  .common-mv {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.common-mv h1, .common-mv .h1-title {
  color: #D55D32;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .common-mv h1, .common-mv .h1-title {
    font-size: 26px;
    white-space: nowrap;
  }
}
.common-mv .inner {
  position: relative;
}
.common-mv .inner .left {
  position: absolute;
  top: -50px;
  left: -80px;
  max-width: 280px;
}
@media screen and (max-width: 1000px) {
  .common-mv .inner .left {
    max-width: 90px;
    left: 10px;
    top: 80px;
    top: initial;
    bottom: -60px;
  }
}
.common-mv .inner .right {
  position: absolute;
  top: -40px;
  right: 0;
  max-width: 130px;
}
@media screen and (max-width: 1000px) {
  .common-mv .inner .right {
    max-width: 70px;
    top: -55px;
    right: 10px;
  }
}

.about1 p {
  text-align: center;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .about1 p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .about1 p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .about1 p {
    font-size: 14px;
    text-align: left;
  }
}

.section-title2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .section-title2 {
    margin-bottom: 30px;
  }
}

.about2 h3 {
  color: #D95829;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .about2 h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.about2 p {
  line-height: 1.8;
}
.about2 ul li {
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .about2 ul li {
    margin-bottom: 40px;
  }
}
.about2 ul li:last-child {
  margin-bottom: 0;
}
.about2 ul li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .about2 ul li {
    display: block;
  }
}
.about2 ul li .left {
  width: 45%;
}
@media screen and (max-width: 1000px) {
  .about2 ul li .left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.about2 ul li .right {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .about2 ul li .right {
    width: 100%;
  }
}
.about2 .btn {
  margin-top: 50px;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .about2 .btn {
    margin-top: 30px;
    text-align: center;
  }
}

.footer .sns a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .sns a:hover {
  opacity: 0.6;
}

.about3 .row {
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .about3 .row {
    margin-bottom: 40px;
  }
}
.about3 .row:last-child {
  margin-bottom: 0;
}
.about3 .img {
  max-width: 180px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .about3 .img {
    max-width: 150px;
    margin-bottom: 10px;
  }
}
.about3 h3 {
  color: #D95829;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .about3 h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.single .main-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .single .main-flex {
    display: block;
  }
}
.single .main-flex .main {
  width: 65%;
}
@media screen and (max-width: 1000px) {
  .single .main-flex .main {
    width: 100%;
    margin-bottom: 40px;
  }
}
.single .main-flex .sub {
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .single .main-flex .sub {
    width: 100%;
  }
}
.single h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .single h1 {
    font-size: 22px;
  }
}
.single .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.single .tag .item {
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 40px;
  line-height: 1;
  padding: 5px 10px;
  border: 1px solid #D55D32;
  color: #D55D32;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .single .tag .item {
    font-size: 13px;
  }
}
.single .time {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .single .time {
    margin-bottom: 30px;
  }
}
.single .thumbnail {
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .single .thumbnail {
    margin-bottom: 30px;
  }
}
.single .thumbnail img {
  border-radius: 40px;
}
@media screen and (max-width: 1000px) {
  .single .thumbnail img {
    border-radius: 20px;
  }
}
.single h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 4px solid #D55D32;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .single h2 {
    padding-left: 10px;
    border-left: 2px solid #D55D32;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.single h3, .single h4, .single h5, .single h6 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
  border-bottom: 2px solid #D55D32;
  padding-bottom: 10px;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .single h3, .single h4, .single h5, .single h6 {
    margin-top: 30px;
    border-bottom: 2px solid #D55D32;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.single p {
  line-height: 2;
}
.single .btn {
  text-align: center;
  margin-top: 140px;
}
@media screen and (max-width: 1000px) {
  .single .btn {
    margin-top: 50px;
  }
}
.single .sub .row {
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .single .sub .row {
    margin-bottom: 30px;
  }
}
.single .sub .row:last-child {
  margin-bottom: 0;
}
.single .sub .row .sub-title {
  font-size: 18px;
  font-weight: 500;
  color: #D95829;
  padding-bottom: 7px;
  border-bottom: 2px solid #D55D32;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .single .sub .row .sub-title {
    font-size: 16px;
  }
}
.single ul li {
  margin-bottom: 7px;
}
.single ul li a {
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single ul li a:hover {
  color: #D95829;
}
.single article .time {
  margin-bottom: 0;
  font-weight: 500;
  margin-top: 5px;
}
.single article {
  margin-bottom: 20px;
}
.single article a {
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single article a:hover {
  color: #D95829;
}
.single article .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single article .flex .left {
  width: 45%;
}
.single article .flex .right {
  width: 50%;
  font-weight: 700;
  line-height: 1.4;
}
.single .contents a {
  color: #333333;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single .contents a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1000px) {
  .single .section-btn a {
    font-size: 14px;
  }
}
@media screen and (max-width: 370px) {
  .single .section-btn a {
    font-size: 12px;
  }
}
.single article .flex .left .img .wrap {
  padding-top: 65%;
  position: relative;
}
.single article .flex .left .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news article {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .news article {
    margin-bottom: 20px;
  }
}
.news article a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333333;
  background: #fff;
  border-radius: 30px;
  padding: 40px;
  display: block;
}
@media screen and (max-width: 1000px) {
  .news article a {
    border-radius: 15px;
    padding: 20px;
  }
}
.news article a:hover {
  color: #D95829;
}
.news .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.news .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.news .tag .item {
  margin-left: 20px;
  border-radius: 40px;
  line-height: 1;
  padding: 5px 10px;
  border: 1px solid #D55D32;
  color: #D55D32;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .news .tag .item {
    font-size: 13px;
    margin-left: 10px;
  }
}
.news .time {
  font-size: 14px;
  font-weight: 500;
}
.news h2 {
  font-size: 20px;
  color: #D95829;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .news h2 {
    font-size: 17px;
  }
}

.support1 {
  padding-top: 0;
}
@media screen and (max-width: 1000px) {
  .support1 {
    padding-top: 20px;
  }
}
.support1 .lead {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .support1 .lead {
    font-size: 14px;
  }
}
.support1 .s-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .support1 .s-wrap {
    margin-top: 30px;
  }
}
.support1 article {
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .support1 article {
    margin-bottom: 20px;
  }
}
.support1 article:last-child {
  margin-bottom: 0;
}
.support1 article .heading {
  cursor: pointer;
  background: #F9A038;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  border-radius: 20px;
  padding: 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .support1 article .heading {
    padding: 20px;
    font-size: 16px;
  }
}
.support1 article .heading img {
  vertical-align: middle;
}
.support1 article .heading .arrow {
  margin-left: 20px;
  width: 20px;
  min-width: 20px;
  top: -5px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .support1 article .heading .arrow {
    top: -2px;
  }
}
.support1 article .heading .arrow.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 0;
}
@media screen and (max-width: 1000px) {
  .support1 article .heading .arrow.active {
    top: 3px;
  }
}
.support1 article .row {
  border-bottom: 1px solid #FFE3C3;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .support1 article .row {
    padding: 20px 20px;
  }
}
.support1 article .row .dt {
  width: 300px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .support1 article .row .dt {
    width: 60px;
  }
}
.support1 article .row .dd {
  width: calc(100% - 350px);
}
@media screen and (max-width: 1000px) {
  .support1 article .row .dd {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1000px) {
  .support1 article .row {
    padding: 20px;
  }
}

.support3 .wrapper h3 {
  color: #D95829;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .support3 .wrapper h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.support3 .wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .support3 .wrapper ul {
    margin-bottom: 30px;
  }
}
.support3 .wrapper ul:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .support3 .wrapper ul li {
    margin-right: 15px;
    margin-bottom: 10px;
  }
}
.support3 .wrapper ul li a {
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 500;
  padding: 0 15px;
  border-right: 1px solid #D95829;
  line-height: 1;
  display: block;
}
.support3 .wrapper ul li a a {
  font-size: 0;
}
@media screen and (max-width: 1000px) {
  .support3 .wrapper ul li a {
    padding: 10px;
    font-size: 16px;
  }
}
.support3 .wrapper ul li a:hover {
  color: #D95829;
}
@media screen and (max-width: 1000px) {
  .support3 .wrapper ul li a {
    padding: 0px 0;
    border: none;
    border-bottom: 1px solid #D95829;
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 1001px) {
  .support3 .wrapper ul li:first-child a {
    padding-left: 0;
  }
  .support3 .wrapper ul li:last-child a {
    border-right: none;
  }
}

.sitemap ul li {
  margin-bottom: 10px;
}
.sitemap ul li a {
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sitemap ul li a:hover {
  color: #D95829;
}

.pagination {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination a, .pagination span {
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 5px;
  font-weight: 500;
}
.pagination a:hover, .pagination span:hover {
  color: #D95829;
}
.pagination span {
  color: #D95829;
}

.single .sub .row2 .title7 {
  font-weight: 700;
  line-height: 1.4;
}

.ul10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ul10 li {
  margin-bottom: 10px;
  margin-right: 10px;
}

.no-post {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .no-post {
    font-size: 14px;
  }
}

.result {
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .result {
    margin-bottom: 20px;
  }
}
.result span {
  font-weight: 700;
  color: #D95829;
}

html {
  -webkit-animation: fadeIn 1.6s ease forwards;
          animation: fadeIn 1.6s ease forwards;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}