@charset "UTF-8";
/*
Theme Name: 一般社会法人 国際文化学術友好支援機構
Description: 一般社会法人 国際文化学術友好支援機構様用のテンプレートです
Version: 1.0
Author: 株式会社トレンディ
*/
/*==========================================================
    共通パーツ
==========================================================*/

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック",
    "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  color: #717069;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  padding-top: 140px;
}

img {
  max-width: 100%;
  height: auto;
}

h2 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  padding-top: 15px;
  color: #ffffff;
}

.h2-2 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  padding-top: 15px;
  color: #ffffff;
}

h4 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  color: #f09b9e;
}

h5 {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

h6 {
  font-size: 2.2rem;
  font-weight: bold;
}

.h2-small {
  font-size: 1.4rem;
  margin-left: 15px;
  color: #ffffff;
}

.h2-small-2 {
  font-size: 1.4rem;
  margin-left: 15px;
  color: #ffffff;
}

.h2-container-pink {
  width: 100%;
  height: 70px;
  background-image: url(./img/title-backcolor-pink.svg);
  background-size: cover;
}

.h2-container-yellow {
  width: 100%;
  height: 70px;
  background-image: url(./img/title-backcolor-yellow.svg);
  background-size: cover;
}

.h2-container-green {
  width: 100%;
  height: 70px;
  background-image: url(./img/title-backcolor-green.svg);
  background-size: cover;
}

.inner {
  max-width: calc(1280px + 8%);
  padding-right: 4%;
  padding-left: 4%;
  padding-top: 30px;
  margin: 0px auto;
}

.inner-2 {
  max-width: calc(1280px + 8%);
  padding-right: 10%;
  padding-left: 10%;
  margin: 40px auto;
}

.material-symbols-outlined {
  vertical-align: -0.6rem;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 20;
}

.p-right {
  position: relative;
  padding-left: 18px;
}
.p-right::before {
  content: "・";
  left: 0;
  position: absolute;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

/*-- 共通パーツ (max-width: 768px)
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    padding-top: 60px;
  }

  h2 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
  }

  .h2-2 {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
    padding-top: 5px;
    color: #ffffff;
  }

  .h2-small {
    font-size: 1.2rem;
    margin-left: 15px;
    color: #ffffff;
  }

  .h2-small-2 {
    font-size: 1.2rem;
    margin-left: 0px;
    vertical-align: 30px;
    color: #ffffff;
  }

  h4 {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
    color: #f09b9e;
  }

  h5 {
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: bold;
  }

  h6 {
    font-size: 1.6rem;
    font-weight: bold;
  }

  .css-br::after {
    display: block;
    content: "\A";
    white-space: wrap;
  }

  .inner {
    max-width: calc(1280px + 8%);
    padding-right: 4%;
    padding-left: 4%;
    padding-top: 15px;
    margin: 0px auto;
  }

  .inner-2 {
    max-width: calc(1280px + 8%);
    padding-right: 4%;
    padding-left: 4%;
    margin: 30px auto;
  }

  .p-right {
    position: relative;
    padding-left: 15px;
  }
}

/*==========================================================
    ヘッダー
==========================================================*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #ffffff;
}

.header-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 20px 40px 20px 40px;
}

.header-logo {
  display: flex;
}

.logo-type {
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin-left: 20px;
}

.header-contact {
  font-weight: bold;
}

.contact-pc-p {
  background-color: #f09b9e;
  border: 1px solid #f09b9e;
  padding: 8px 20px;
  border-radius: 40px;
  color: #ffffff;
}

.contact-pc-p:hover {
  background-color: #ffffff;
  border: 1px solid #f09b9e;
  color: #f09b9e;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.header-bottom {
  width: 100%;
  height: 60px;
}

.g-nav-pc ul {
  display: flex;
  justify-content: space-around;
  padding: 8px 60px;
  font-size: 1.5rem;
}

.contact-sp-p {
  display: none;
}

#g-nav-sp {
  display: none;
}

.gnavi {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
  list-style: none;
}

.gnavi li a {
  display: block;
  padding: 0px 30px;
  text-decoration: none;
}

.gnavi li {
  margin-bottom: 20px;
}

.gnavi li a {
  /*線の基点とするためrelativeを指定*/
  position: relative;
}

.gnavi li.current a,
.gnavi li a:hover {
  color: #f09b9e;
}

.gnavi li a::after {
  content: "";

  position: absolute;
  bottom: -20%;
  left: 10%;

  width: 80%;
  height: 2px;
  background: #f09b9e;

  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: center top;
}

.gnavi li.current a::after,
.gnavi li a:hover::after {
  transform: scale(0.8, 1);
}

.lead {
  padding: 50px 20px;
}

/*-- ヘッダー (max-width: 768px)
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .header-top {
    width: 100%;
    height: 60px;
    padding: 13px 20px 15px 20px;
  }

  .header-logo img {
    width: 80%;
  }

  .header-logo {
    margin-top: 2px;
  }

  .logo-type {
    display: none;
  }

  .header-bottom {
    display: none;
  }
  .contact-sp-p {
    display: block;
    background-color: #f09b9e;
    padding: 5px 12px 5px 12px;
    border-radius: 40px;
    color: #ffffff;
  }
  .contact-pc-p {
    display: none;
  }

  .header-box {
    margin-top: 1px;
    margin-right: 60px;
  }
}

/*-- ハンバーガーメニュー (max-width: 768px)
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .openbtn {
    position: fixed;
    z-index: 9999;
    top: 5px;
    right: 4px;
    cursor: pointer;
    width: 80px;
    height: 80px;
  }

  /*×に変化*/
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 30px;
    height: 2px;
    border-radius: 2px;
    background-color: #717069;
    width: 40%;
  }

  .openbtn span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn span:nth-of-type(2) {
    top: 25px;
  }

  .openbtn span:nth-of-type(3) {
    top: 35px;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 30px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
    background-color: #ffffff;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
    background-color: #ffffff;
  }

  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 30px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
    background-color: #ffffff;
  }
}

/*-- ハンバーガーメニュー ナビゲーションエリア (max-width: 768px)
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #g-nav-sp {
    display: block;

    position: fixed;
    z-index: 999;

    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: #f09b9e;

    transition: all 0.6s;
  }

  #g-nav-sp.panelactive {
    right: 0;
  }

  #g-nav-sp.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  #g-nav-sp ul {
    position: absolute;
    z-index: 999;
    top: 45%;
    left: 30%;
    transform: translate(-50%, -50%);
  }

  #g-nav-sp li {
    list-style: none;
    text-align: left;
  }

  #g-nav-sp li a {
    padding: 20px;
    display: block;
    letter-spacing: 0.1em;
    color: #ffffff;
    margin-top: 0px;
    font-size: 1.5rem;
  }
}

/*==========================================================
    メインビジュアル
==========================================================*/

/*==========================================================
    わたしたちについて
==========================================================*/

h3 {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  line-height: 4.5rem;
  margin-top: 60px;
  margin-bottom: 26px;
}

.about-us-container {
  display: flex;
  justify-content: space-between;
  padding: 60px 0px;
  position: relative;
}

.about-us-pink-color {
  color: #f09b9e;
}

.about-us-top-left-box {
  padding-left: 60px;
  padding-bottom: 60px;
}

.about-us-bottom-box {
  padding-top: 30px;
}

.about-us-tenitoru {
  position: absolute;
  width: 400px;
  top: 30%;
  right: 8%;
}

/*-- わたしたちについて (max-width: 768px)
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  h3 {
    font-size: 2rem;
    line-height: 4rem;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 26px;
  }

  .about-us-container {
    display: block;
    padding: 60px 0px;
  }

  .about-us-top-left-box {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
    text-align: center;
  }

  .about-us-tenitoru {
    position: static;
    width: 310px;
    margin: 0 auto;
    padding-top: 30px;
  }

  .about-us-top-right-box {
    text-align: left;
  }

  .about-us-bottom-box {
    text-align: right;
  }
}

/*==========================================================
    お知らせ
==========================================================*/

.top-news {
  height: auto;
  width: 100%;
  padding: 0px 0 20px 0;
}

.top-news-list {
  width: 80%;
  margin: 40px auto;
}

.top-news-list li a {
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #717069;
}

.news-top-list li {
  margin-right: 30px;
}

.news-top-list li:hover {
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.top-thumbnail {
  width: 220px;
  height: auto;
}

.cat-list {
  text-align: right;
}

.cat-list li {
  display: inline;
  font-size: 1.4rem;
  background-color: #f5ac3c;
  color: #ffffff;
  padding: 5px 5px 5px 5px;
}

.top-news-text {
  width: 100%;
  height: auto;
  padding-left: 20px;
}

.top-news-list-title {
  width: 100%;
  font-size: 1.8rem;
  padding-top: 8px;
}

.date {
  font-size: 1.4rem;
}

.top-news-btn {
  margin-top: 60px;
  margin-bottom: 60px;
}

.top-news-btn a {
  text-align: center;
  margin: 0 auto;
  width: 260px;
  height: auto;
  display: block;
  padding: 15px;
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  border: 1px solid #717069;
  border-radius: 150px;
}

.top-news-btn a:hover {
  background-color: #f5ac3c;
  border: 1px solid #f5ac3c;
  color: #ffffff;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

/*-- お知らせ (max-width: 768px)
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .top-news-list {
    width: 100%;
    margin: 30px 0 30px 0;
  }

  .top-news-list li a {
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #717069;
  }

  .top-news-text {
    padding-left: 15px;
  }

  .top-news-text p {
    width: 100%;
    height: auto;
  }

  .cat-list li {
    display: inline;
    font-size: 1.2rem;
    padding: 5px 5px 5px 5px;
  }

  .top-news-list-title {
    width: 1100%;
    font-size: 1.4rem;
    padding-top: 8px;
  }

  .date {
    font-size: 1.2rem;
    color: #717069;
  }

  .top-news-btn {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .top-news-btn a {
    text-align: center;
    margin: 0 auto;
    width: 220px;
    height: auto;
    display: block;
    padding: 13px;
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
    border: 1px solid #717069;
    border-radius: 150px;
  }

  .news-top-list li {
    margin-right: 20px;
  }
}

/*==========================================================
    事業内容
==========================================================*/

.top-service-container {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 40px auto;
}

.top-service-box {
  width: 270px;
}

.top-service-img {
  width: 270px;
  height: 200px;
  margin-bottom: 10px;
}

.top-service-btn {
  margin-top: 60px;
  margin-bottom: 60px;
}

.top-service-btn a {
  text-align: center;
  margin: 0 auto;
  width: 260px;
  height: auto;
  display: block;
  padding: 15px;
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  border: 1px solid #717069;
  border-radius: 150px;
}

.top-service-btn a:hover {
  background-color: #f09b9e;
  border: 1px solid #f09b9e;
  color: #ffffff;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
/*-- 事業内容 (max-width: 768px)
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .top-service-container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .top-service-btn {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .top-service-btn a {
    text-align: center;
    margin: 0 auto;
    width: 220px;
    height: auto;
    display: block;
    padding: 13px;
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
    border: 1px solid #717069;
    border-radius: 150px;
  }

  .top-service-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .top-service-img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}

/*==========================================================
    アクセス
==========================================================*/

.access-box {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.access-container {
  margin: 40px 0px;
}

.access-box-left {
  width: 390px;
}

.access-img {
  width: 180px;
  height: 130px;
  margin-bottom: 20px;
  background-color: #717069;
}
.border-line {
  border: 0.5px solid #717069;
  margin: 10px 0px;
}

.top-access-btn {
  margin-top: 20px;
}

.top-access-btn a {
  text-align: center;
  width: 220px;
  height: auto;
  display: block;
  padding: 10px;
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  border: 1px solid #717069;
  border-radius: 150px;
}

.top-access-btn a:hover {
  background-color: #8bc56c;
  border: 1px solid #8bc56c;
  color: #ffffff;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

/*-- アクセス (max-width: 768px)
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .access-box {
    flex-direction: column-reverse;
  }

  .access-box-left {
    width: 100%;
    margin-top: 20px;
  }

  .border-line {
    width: 100%;
    border: 0.5px solid #717069;
    margin: 10px 0px;
  }

  .access-img {
    display: none;
  }

  .access-box-left-bottom {
    text-align: center;
    width: 100%;
  }

  .top-access-btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .top-access-bt a {
    text-align: center;
    margin: 0 auto;
    width: 220px;
    height: auto;
    display: block;
    padding: 13px;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    border: 1px solid #717069;
    border-radius: 150px;
  }

  .access-box-left {
    display: flex;
  }
  /* Google Mapを囲う要素 */
  .google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50%; /* 比率を4:3に固定 */
  }

  /* Google Mapのiframe */
  .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/*==========================================================
    フッター
==========================================================*/

#footer {
  background-color: #717069;
  color: #ffffff;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}

.footer-box-right {
  line-height: 6rem;
  border-left: 1px solid #ffffff;
  padding-left: 40px;
  padding-right: 30px;
}

.footer-logo-type {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
}

.footer-copyright {
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .footer-container {
    display: block;
  }

  .footer-logo-type {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .footer-box-right {
    line-height: 5rem;
    border-top: 1px solid #ffffff;
    border-left: none;
    margin-top: 30px;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .footer-box-left a img {
    width: 150px;

    margin-bottom: 10px;
  }
}

/*==========================================================
    法人概要
==========================================================*/

.company-box {
  display: flex;
  margin-bottom: 30px;
}

.company-box-left {
  width: 150px;
  border-bottom: 1px solid #8bc56c;
  font-weight: bold;
}

.company-box-right {
  width: 100%;
  border-bottom: 1px solid #717069;
  margin-left: 20px;
}

.company-title {
  font-weight: bold;
  border-bottom: 1px solid #8bc56c;
  margin-bottom: 10px;
}

.company-beige {
  display: flex;
  justify-content: left;
  background-color: #f7f4ef;
  padding: 10px 30px;
}

.company-white {
  display: flex;
  justify-content: left;
  background-color: #ffffff;
  padding: 10px 30px;
}

.company-font-left {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .company-beige {
    padding: 10px 20px;
  }

  .company-white {
    padding: 10px 20px;
  }

  .company-font-left {
    width: 200px;
  }
  .company-font-right {
    width: 70%;
  }
}

/*==========================================================
    お問い合わせ
==========================================================*/

.underline-inner-contact {
  padding-right: 31%;
  padding-left: 31%;
}

.from-container {
  width: 100%;
  height: auto;
}

.form-box {
  width: 80%;
  height: auto;
  margin: 0 auto;
}

.form-box dt {
  width: 260px;
}

.form-box dl {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.form-box dd {
  width: 100%;
}

[type="text"] {
  padding-left: 10px;
}
[type="email"] {
  padding-left: 10px;
}
[type="tel"] {
  padding-left: 10px;
}
[name="message"] {
  padding-left: 10px;
}

.form-box dd input {
  width: 100%;
  height: 40px;
  border: 1px solid #bababa;
  border-radius: 5px;
}

.form-box textarea {
  width: 100%;
  height: auto;
  border: 1px solid #bababa;
}

.required {
  display: inline-block;
}
.required::after {
  content: "（必須）";
  display: inline-block;
  padding-left: 3px;
  color: #f09b9e;
}

.btn-wrapper {
  display: block;
  width: 200px;
  height: auto;
  text-align: center;
  margin: 0 auto 50px;
}

.btn-submit {
  font-size: 1.8rem;
  padding: 10px 30px;
  border: 1px solid #686868;
  border-radius: 80px;
  letter-spacing: 0.3rem;
}

.btn-submit:hover {
  background-color: #f09b9e;
  border: 1px solid #f09b9e;
  color: #ffffff;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

/*-- お問い合わせ (max-width: 768px)
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .underline-inner-contact {
    padding-right: 28%;
    padding-left: 28%;
  }

  .form-box {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .form-box dl {
    display: block;
    margin-bottom: -20px;
  }

  .form-box dt {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 5px;
  }

  .btn-wrapper {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}

/*==========================================================
    事業内容
==========================================================*/

.service-container {
  padding: 0 0 80px 0;
}
.service-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 200px;
  margin-top: 20px;
  background-color: #f09b9e;
  color: #ffffff;
}

.service-title-left {
  padding: 40px 0px 0px 40px;
}

.service-title-right {
  width: 320px;
}

.service-title-copy {
  margin-top: 10px;
}

.service-img {
  float: right;
  width: 300px;
}

.service-img-sp {
  display: none;
}

.service-project {
  background-color: #f7f4ef;
  padding: 30px 0px 100px 0px;
}

.service-project-title-left {
  width: 100%;
}

.service-project-title-left img {
  width: 600px;
  height: 320px;
  margin-right: 50px;
  padding-top: 20px;
}

.service-project-title {
  display: flex;
  justify-content: space-between;
}

.service-project-title-right {
  width: 100%;
}

.service-project-title-right img {
  width: 1200px;
  height: 350px;
  object-fit: cover;
}

.service-text {
  margin-top: 30px;
}

/*-- 事業内容 (max-width: 768px)
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .service-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 150px;
    margin-top: 10px;
  }

  .service-title-left {
    padding: 20px 0px 0px 20px;
  }

  .service-title-right {
    width: 150px;
  }

  .service-title-copy {
    margin-top: 5px;
  }
  .service-img {
    display: none;
    margin: 0px 0px 20px;
    width: 300px;
  }

  .service-img-sp {
    display: block;
    text-align: center;
    margin-top: 10px;
  }

  .service-container {
    padding: 0px 0px 0px 0px;
  }

  .service-project {
    padding: 30px 0px 50px 0px;
  }

  .service-project-title {
    display: block;
  }

  .service-project-title-left {
    text-align: center;
    padding-top: 20px;
  }

  .service-project-title-left img {
    width: 300px;
    height: auto;
    text-align: center;
    margin-right: 0px;
  }

  .service-project-title-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 20px;
  }

  .service-project {
    background-color: #f7f4ef;
    padding: 0px 0px 0px 0px;
  }
}

/*-- お知らせ個別ページ
---------------------------------------------------------*/

.single {
  width: 100%;
  height: auto;
}

.single-box {
  width: 100%;
  height: 140px;
  background-color: #f3981c;
  text-align: center;
  padding-top: 32px;
  position: relative;
}

.single-container {
  width: 80%;
  height: auto;
  margin: 0 auto;
}

.single-list-box {
  display: flex;
  justify-content: space-between;
}

.post-title {
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
}

.post-header {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
  color: #717069;
  margin-top: 3px;
}

.eyecatch {
  width: 100%;
  height: auto;
  background-color: #717069;
  margin-bottom: 20px;
}

.eyecatch img {
  width: 100%;
  height: auto;
}

.news-page-nav {
  display: flex;
  justify-content: space-around;
  padding: 15px 0;
  border-top: 2px dotted #a3a19f;
  border-bottom: 2px dotted #a3a19f;
  margin-top: 30px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .single-container {
    width: 100%;
  }

  .post-title {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }

  .post-wrapper {
    margin: 0 auto;
    width: 100%;
  }

  .news-page-nav {
    margin-bottom: 30px;
  }
}
