@charset "UTF-8";
/*====================
スマホを基本設計にする
 - 〜479px：スマートフォン縦
 - 480px〜599px：スマートフォン横
 - 600px〜959px：タブレット
 - 960px〜1279px：小型PC
 - 1280px〜：大型PC
====================*/

html {
  font-size: 100%;
  scroll-behavior: smooth;
}
body {
  color: #24292e;
  font-family: "Noto Sans JP";
  padding-top: 70px;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
li {
  list-style: none;
  font-size: 1.2rem;
}
span {
  font-family: auto;
}

/* main */
.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFEFC7;
  padding-top: 100px;
}

/* wrapper */
.wrapper {
  max-width: 960px;
  width: 100%;
  padding-bottom: 100px;
  /* アンカーリンク用に固定ヘッダーの高さを指定 */
  padding-top: 80px;
  margin-top: -80px;
  /* アニメーション */
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.wrapper.show {
  opacity: 1;
  transform: translateY(0);
}
.wrapper h1 {
  text-align: center;
}

/* 罫線 */
.horizontal-rule-airplane {
  max-width: 870px;
  max-height: 246px;
  margin-bottom: 80px;
}
.horizontal-rule-bird {
  max-width: 727px;
  max-height: 87px;
  margin-bottom: 80px;
}
.horizontal-rule-balloon {
  max-width: 295px;
  max-height: 129px;
  margin-bottom: 60px;
}

/*----------------------------------------------
PC_ヘッダー
------------------------------------------------*/
.global-header {
  background: #F5F5F5;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin: 0 auto;
  position: fixed;
  inset: 0;
  z-index: 1010;
}
.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 960px;
}
.header-navigation ul {
  display: flex;
  align-items: center;
}
.header-navigation li {
  margin-left: 40px;
}
.header-navigation ul li:nth-child(n + 3) {
  color: #FF9900;
}
.header-navigation li a {
  align-items: center;
  color: #24292e;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-navigation li a:hover {
  opacity: 0.5;
}
.header-navigation li a .en {
  font-size: 20px;
  color: #FF9900;
}
.hamburger-menu {
  display: none;
}

/*-------------------------------------------
PC_hero
-------------------------------------------*/
.hero img {
  width: 100%;
  max-width: 1920px;
  object-fit: cover;
  vertical-align: bottom;
}

/*-------------------------------------------
PC_Service
-------------------------------------------*/
.sec-title-service-img {
  max-width: 302px;
  max-height: 97px;
  margin-bottom: 30px;
}
.service-content-list {
  width: 100%;
  border: solid 1.5px #FF9900;
  border-radius: 8px;
  background-color: #FFEFC7;
  padding: 22px 34px 34px 34px;
}
.service-content-list:first-child {
  margin-bottom: 50px;
}
.service-content-list h2 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-content-list h2 span {
  font-size: 18px;
  color: #FF9900;
}
.service-content-list p {
  font-size: 22px;
}
.service-content-summary {
  padding: 18px 60px 35px 60px;
}
/* Service System */
.service-content-list .system-title-img {
  max-width: 243px;
  max-height: 96px;
}
.service-wrapper {
  display: flex;
  justify-content: space-between;
}
.service-wrapper > div {
  width: 100%;
}
.service-wrapper > div:first-child {
  margin-right: 30px;
}
.service-menus {
  position: relative;
  margin-top: 50px;
  padding: 32px 26px;
  border: solid 1px #FFFFFF;
  border-radius: 8px;
  background-color: #FFFFFF;
  color: #012A61;
}
.service-menus p {
  font-size: 18px;
}
.service-menus span {
  color: #012A61;
  font-weight: 100;
  font-size: 34px;
}
.service-menus-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: solid 1px #012A61;
  border-radius: 50px;
  width: 324px;
  height: 71px;
  background-color: #012A61;
  display: flex;
  align-items: center;
  justify-content: center;
}
.system-summary {
  padding: 34px 0 26px 0;
}
.service-menus h4 {
  font-size: 30px;
  padding: 20px 0 8px 0;
}
.service-menus-title span {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 34px;
}
.system-develop-content {
  display: flex;
  justify-content: space-between;
}
.system-develop-content > div {
  width: 100%;
}
.system-develop-content > div:first-child {
  padding-right: 35px;
}
.system-develop-content p {
  font-size: 16px;
  padding-top: 28px;
}
.system-develop-content img {
  max-width: 188px;
  max-height: 147px;
}
.system-develop-btn {
  display: flex;
  justify-content: center;
  padding-top: 28px;
}
.testticket-title {
  padding: 19px 0 11px 0;
}
.testticket-title-img {
  max-width: 228px;
  max-height: 60px;
}
.testticket-contents {
  display: flex;
}
.testticket-contents-textarea {
  width: 65%;
}
.testticket-contents-textarea li {
  list-style: inside;
  font-size: 16px;
}
.testticket-img {
  max-width: 160px;
  max-height: 160px;
}

/* Service WebMarketing */
.web-marketing-title-img {
  max-width: 496px;
  max-height: 97px;
}
.meo-title-img {
  margin-top: 34px;
  margin-bottom: 8px;
  max-width: 104px;
  max-height: 60px;
}
.meo-contents {
  display: flex;
  justify-content: space-between;
}
.meo-contents-textarea {
  width: 65%;
}
.meo-contents-textarea span {
  font-size: 18px;
}
.meo-img {
  max-width: 112px;
  max-height: 141px;
}
.seo-title-img {
  margin-top: 20px;
  margin-bottom: 8px;
  max-width: 104px;
  max-height: 60px;
}
.seo-contents {
  display: flex;
  justify-content: space-between;
}
.seo-contents-textarea {
  width: 65%;
}
.seo-contents-textarea span {
  font-size: 18px;
}
.seo-img {
  max-width: 116px;
  max-height: 97px;
}
.ad-operation-title-img {
  margin-top: 20px;
  margin-bottom: 8px;
  max-width: 164px;
  max-height: 60px;
}
.ad-operation-contents {
  display: flex;
  justify-content: space-between;
}
.ad-operation-contents-textarea {
  width: 65%;
}
.ad-operation-contents-textarea span {
  font-size: 18px;
}
.ad-operation-img {
  max-width: 114px;
  max-height: 124px;
}
.line-title-img {
  margin-top: 34px;
  margin-bottom: 8px;
  max-width: 416px;
  max-height: 108px;
}
.line-contents {
  display: flex;
  justify-content: space-between;
}
.line-contents-textarea {
  width: 65%;
}
.line-contents-textarea span {
  font-size: 18px;
}
.line-img {
  max-width: 125px;
  max-height: 115px;
}
/*----------------------------------------------
PC_freelance
------------------------------------------------*/
.sec-title-freelance-img {
  max-width: 424px;
  max-height: 98px;
  margin-bottom: 30px;
}
#freelance p {
  font-size: 22px;
}
.freelance-imgarea {
  display: flex;
  justify-content: space-around;
  padding: 32px 16px;
}
.freelance-images {
  max-width: 196px;
  max-height: 196px;
}
.freelance-member {
  display: flex;
  flex-direction: column;
  justify-content: center;

}
.freelance-member p {
  text-align: center;
  color: #FF8901;
}
.freelance-member-btn {
  display: flex;
  justify-content: center;
  padding-top: 32px;
}
.freelance-member-open-btn {
  background-color: #FDD23E;
  color: #012A61;
  width: 360px;
  height: 45px;
  padding: 6px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  border: 1px solid #012A61;
  box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.3)
}
.freelance-member-open-btn:hover {
  background-color: #FF9900;
  color: #FFFFFF;
}
#popupToggle {
  display: none;
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#popupToggle:checked + .popup-overlay {
  display: block;
}
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  width: 90%;
  max-width: 400px;
}
.popup-content h2 {
  margin: 0 0 8px;
}
.popup-content span {
  font-size: 16px;
  color: black;
  font-weight: lighter;
}
.popup-content input[type="text"],
.popup-content input[type="tel"],
.popup-content input[type="email"],
.popup-content textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.popup-content button {
  background-color: #FF9900;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}
.popup-content button:hover {
  background-color: #CC7A00;
}
.popup-content-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  color: #aaa;
  cursor: pointer;
}
.popup-content-close-btn:hover {
  color: #000;
}
/*----------------------------------------------
PC_recruit
------------------------------------------------*/
#recruit p {
  padding: 10px 0 20px 0;
  font-size: 22px;
}
.sec-title-recruit-img {
  max-width: 298px;
  max-height: 93px;
  margin-bottom: 30px;
}
.recruit-label {
  border: solid 1px #FF9900;
  padding: 4px;
  width: 92px;
  height: 34px;
  background: #FF9900;
  text-align: center;
}
.recruit-label span {
  color: #FFFFFF;
}
#recruit dl {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 2px #4F4F4F;
  border-left: solid 2px #4F4F4F;
  border-right: solid 2px #4F4F4F;
  margin-bottom: 16px;
  background-color: #F5F5F5;
}
#recruit dt {
  width: 20%;
  border-bottom: solid 2px #4F4F4F;
  padding: 16px;
}
#recruit dd {
  width: 80%;
  border-bottom: solid 2px #4F4F4F;
  border-left: solid 2px #4F4F4F;
  padding: 16px;
}
/*----------------------------------------------
PC_blog
------------------------------------------------*/
.sec-title-blog-img {
  max-width: 197px;
  max-height: 98px;
  margin-bottom: 30px;
}
.blog-content {
  border: 1px solid #000000;
  border-radius: 70px 70px 0 0;
  padding: 20px 20px 25px 20px;
  text-align: center;
  background-color: #FFFFFF;
}
.blog-content p {
  color: #012A61;
  padding: 20px 0 30px 0;
  font-size: 22px;
}
.blog-img {
  max-width: 300px;
  max-height: 230px;
}
.blog-button {
  background-color: #D9D9D9;
  color: #FFFFFF;
  border-radius: 30px;
  width: 300px;
  height: 40px;
}
/*----------------------------------------------
PC_about
------------------------------------------------*/
.about-content {
  display: flex;
  justify-content: center;
}
.about-content p {
  padding: 6px 0 16px 0;
  font-size: 22px;
}
.about-content span {
  font-size: 20px;
}
.sec-title-about-img {
  max-width: 243px;
  max-height: 98px;
  margin-bottom: 30px;
}
.about-label {
  color: #FF9900;
}
.map-container {
  padding: 0;
}
.map-info {
  margin-bottom: 16px;
  text-align: left;
  display: inline-block;
}
.map-info li {
  list-style: none;
  font-size: 18px;
}
/*----------------------------------------------
PC_contact
------------------------------------------------*/
.sec-title-contact-img {
  max-width: 264px;
  max-height: 77px;
  margin-bottom: 30px;
}
#contact dl {
  flex-direction: column;
}
#contact dt {
  width: 100%;
  margin-bottom: 5px;
  font-size: 20px;
}
#contact dt span {
  margin-left: 9px;
}
.required {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  height: 30px;
  color: #ffffff;
  background: #FF9900;
  mix-blend-mode: normal;
  display: inline-block;
  padding: 0 4px;
}
#contact dd input, textarea {
  width: 100%;
  background-color: #FFFFFF;
  border: #FFFFFF;
  border-radius: 4px;
}
#contact input {
  height: 35px;
  margin-bottom: 24px;
}
#contact textarea {
  margin-bottom: 40px;
}
#contact .send-button {
  font-size: 22px;
  display: flex;
  justify-content: center;
}
#contact .send-button input {
  width: 343px;
  height: 45px;
  background-color: #FDD23E;
  border-radius: 30px;
  color: #012A61;
  border: 1px solid #012A61;
  padding: 6px 0;
  transition: all 0.3s;
  box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.3)
}
#contact .send-button input:hover {
  background: #FF9900;
  color: #FFFFFF;
}

/*----------------------------------------------
PC_footer
------------------------------------------------*/
.footer-img-area {
  display: flex;
  justify-content: center;
  background-color: #FFEFC7;
}
.footer-img {
  width: 100%;
  max-width: 1060px;
  max-height: 308px;
  object-fit: cover;
  vertical-align: bottom;
}
.footer-link {
  text-align: center;
  padding: 8px 0 20px 0;
}
.footer-link a, span {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
.copyright {
  padding: 8px 0;
}
.copyright p {
  font-size: 0.7rem;
}
.footer-area {
  background-color: #FF9900;
  padding: 8px;
}
.copyright {
  padding: 16px 0;
}
.copyright p {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

/*----------------------------------------------
PC_DEVELOP PAGE
------------------------------------------------*/
/* Hero section */
.develop-page-hero {
    width: 100%;
    max-width: 1920px;
    object-fit: cover;
    vertical-align: bottom;
    background-color: #FEEFC6;
}
.develop-page-hero img {
  margin: auto;
  display: block;
}

.develop-page-hero h1 {
  font-size: 54px;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.develop-page-hero span {
  font-size: 1.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
/* Main content */
.develop-page-main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFEFC7;
  padding-top: 50px;
}
.develop-page-main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 32px;
  max-width: 960px;
}
.develop-page-card {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 0 34px 34px 34px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.develop-page-card-wrapper {
  display: flex;
}
.card-content {
  padding: 0 16px 0 16px;
}
.develop-page-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}
.card-icon-wrapper {
  font-size: 3rem;
  color: #FF9900;
  margin-bottom: 1rem;
}
.develop-page-card h2 {
  color: #2c3e50;
  font-size: 34px;
  position: relative;
}

.develop-page-card h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #FF9900;
}
.content p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

/*----------------------------------------------
SP
------------------------------------------------*/
/* pcファースト　大きいサイズから小さいサイズへ */
/* 600pxより小さいときのcss適用 */
@media screen and (max-width: 600px) {
  p {
    font-size: 1rem;
  }
  li {
    font-size: 1rem;
  }
  dl {
    font-size: 0.9rem;
  }
  img {
    width: 100%;
  }
  body {
    padding-top: 62px;
  }

  /* Main */
  .main-container {
    padding-top: 50px;
  }

  /* Wrapper */
  .wrapper {
    padding: 0 16px 0 16px;
    padding-bottom: 40px;
    padding-top: 62px;
    margin-top: -62px;
  }
  section {
  /* アンカーリンク用の調整 */
    margin-top: 0px;
  }

  /* 罫線 */
  .horizontal-rule-airplane {
    max-width: 234px;
    max-height: 60px;
    margin-bottom: 40px;
  }
  .horizontal-rule-bird {
    max-width: 251px;
    max-height: 38px;
    margin-bottom: 40px;
  }
  .horizontal-rule-balloon {
    max-width: 149px;
    max-height: 65px;
    margin-bottom: 40px;
  }

  /*----------------------------------------------
  SP_Header
  ------------------------------------------------*/
  .global-header {
    max-width: 100%;
    line-height: 40px;
    height: 62px;
  }
  .header-navigation {
    display: none;
  }
  .hamburger-menu {
    display: block;
  }
  .menu-btn {
    display: flex;
    height: 36px;
    width: 36px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
      content: '';
      display: block;
      height: 4px;
      width: 32px;
      border-radius: 3px;
      background-color: #FF9900;
      position: absolute;
  }
  .menu-btn span:before {
      bottom: 8px;
  }
  .menu-btn span:after {
      top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
      bottom: 0;
      transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
      top: 0;
      transform: rotate(-45deg);
  }
  #menu-btn-check {
    display: none;
  }
  .menu-content {
    width: 50%;
    height: 390px;
    position: fixed;
    top: 62px;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: rgba(255, 153, 0, 0.9);
    transition: all 0.5s;/*アニメーション設定*/
  }
  .menu-content ul {
      padding: 16px 10px 0;
  }
  .menu-content ul li {
      border-bottom: solid 1px #ffffff;
      list-style: none;
  }
  .menu-content ul li a {
      display: block;
      width: 100%;
      font-size: 15px;
      font-weight: bold;
      box-sizing: border-box;
      color:#ffffff;
      text-decoration: none;
      padding: 4px 16px 4px 0;
      position: relative;
  }
  .menu-content ul li a::before {
      content: "";
      width: 7px;
      height: 7px;
      border-top: solid 2px #ffffff;
      border-right: solid 2px #ffffff;
      transform: rotate(45deg);
      position: absolute;
      right: 11px;
      top: 16px;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 50%;/*メニューを画面内へ*/
  }

  /*----------------------------------------------
  SP_Service
  ------------------------------------------------*/
  #service {
    padding-top: 62px;
  }
  .sec-title-service-img {
    max-width: 241px;
    max-height: 77px;
    margin-bottom: 15px;
  }
  .service-content-list {
    width: 100%;
    padding: 20px 18px;
  }
  .service-content-summary {
    padding: 10px 0 20px 0;
  }
  .service-content-list:first-child {
    margin-bottom: 32px;
  }
  .service-content-list h2 span {
    font-size: 12px;
  }
  .service-content-list p {
    font-size: 14px;
  }

  /* Service System */
  .service-content-list .system-title-img {
    max-width: 142px;
    max-height: 50px;
  }
  .service-wrapper {
    display: block;
  }
  .service-menus {
    margin-top: 34px;
    padding: 32px 16px 8px 16px;
  }
  .service-menus span {
    color: #012A61;
    font-weight: 100;
    font-size: 14px;
  }
  .service-menus-title {
    width: 145px;
    height: 32px;
    border-radius: 30px;
  }
  .testticket-title-img {
    max-width: 140px;
    max-height: 36px;
  }
  .service-menus h4 {
    font-size: 18px;
  }
  .service-menus-title span {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
  }
  .system-summary {
    padding: 0 0 13px 0;
  }
  .system-summary p {
    font-size: 14px;
  }
  .system-develop-content > div:first-child {
    padding-right: 20px;
  }
  .system-develop-content p {
    font-size: 12px;
  }
  .system-develop-content img {
    max-width: 122px;
    max-height: 82px;
  }
  .system-develop-btn {
    padding: 24px 0;
  }
  .testticket-title {
    padding: 0;
  }
  .testticket-title-img {
    max-width: 137px;
    max-height: 36px;
  }
  .testticket-contents-textarea li {
    list-style: inside;
    font-size: 14px;
  }
  .testticket-img {
    max-width: 120px;
    max-height: 120px;
  }

  /* Service WebMarketing */
  .web-marketing-title-img {
    max-width: 286px;
    max-height: 50px;
  }
  .meo-title-img {
    margin: 0;
    max-width: 58px;
    max-height: 37px;
  }
  .meo-img {
    max-width: 80px;
    max-height: 100px;
  }
  .seo-title-img {
    margin-top: 14px;
    max-width: 58px;
    max-height: 37px;
  }
  .seo-img {
    max-width: 80px;
    max-height: 70px;
  }
  .ad-operation-title-img {
    margin-top: 14px;
    max-width: 96px;
    max-height: 36px;
  }
  .ad-operation-img {
    max-width: 75px;
    max-height: 82px;
  }
  .line-title-img {
    margin-top: 0;
    max-width: 250px;
    max-height: 68px;
  }
  .line-img {
    max-width: 83px;
    max-height: 81px;
  }
  /*----------------------------------------------
  SP_Freelance
  ------------------------------------------------*/
  #freelance p {
    font-size: 16px;
  }
  .sec-title-freelance-img {
    max-width: 341px;
    max-height: 78px;
    margin-bottom: 15px;
  }
  .freelance-imgarea {
    justify-content: space-between;
    padding: 26px 8px 16px 8px;
  }
  .freelance-images {
    max-width: 96px;
    max-height: 96px;
  }
  .freelance-member p {
    text-align: center;
    font-size: 18px;
    color: #FF8901;
  }
  .popup-content {
    width: 90%;
    padding: 15px;
  }
  .open-btn {
    width: 80%;
    padding: 12px;
    font-size: 14px;
  }
  .freelance-member-open-btn {
    font-size: 0.9rem;
    width: 343px;
    height: 33px;
    border-radius: 30px;
  }
  /*----------------------------------------------
  SP_Recruit
  ------------------------------------------------*/
  #recruit p {
    padding: 4px 0 16px 0;
    font-size: 16px;
  }
  .sec-title-recruit-img {
    max-width: 245px;
    max-height: 77px;
    margin-bottom: 15px;
  }
  .recruit-label {
    width: 76px;
    padding: 0;
    height: 28px;
  }
  /*----------------------------------------------
  SP_Blog
  ------------------------------------------------*/
  .sec-title-blog-img {
    max-width: 159px;
    max-height: 77px;
    margin-bottom: 15px;
  }
  .blog-content {
    border: 1px solid #000000;
    border-radius: 70px 70px 0 0;
    padding: 20px 20px 25px 20px;
    text-align: center;
    background-color: #FFFFFF;
  }
  .blog-content p {
    color: #012A61;
    padding: 10px 0 20px 0;
    font-size: 16px;
  }
  .blog-img {
    max-width: 179px;
    max-height: 145px;
  }
  .blog-button {
    background-color: #D9D9D9;
    color: #FFFFFF;
    border-radius: 30px;
    width: 300px;
    height: 33px;
  }
  /*----------------------------------------------
  SP_About
  ------------------------------------------------*/
  .about-content {
    display: block;
  }
  .about-content p {
    padding: 6px 0 16px 0;
    font-size: 16px;
  }
  .about-content span {
    font-size: 14px;
  }
  .sec-title-about-img {
    max-width: 197px;
    max-height: 77px;
    margin-bottom: 15px;
  }
  .map-container li {
    font-size: 14px;
  }
  .google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
  }
  .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*----------------------------------------------
  SP_Contact
  ------------------------------------------------*/
  .sec-title-contact-img {
    max-width: 264px;
    max-height: 77px;
    margin-bottom: 15px;
  }
  #contact dl {
    flex-direction: column;
  }
  #contact dt {
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
  }
  #contact dt span {
    margin-left: 9px;
    font-size: 12px;
  }
  .required {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    padding: 0 4px;
  }
  #contact dd {
    width: 100%;
  }
  #contact input {
    margin-bottom: 16px;
  }
  #contact textarea {
    margin-bottom: 32px;
  }
  #contact .send-button {
    font-size: 0.9rem;
  }
  #contact .send-button input {
    width: 343px;
    height: 33px;
    background-color: #FDD23E;
    border-radius: 30px;
    color: #012A61;
    border: 1px solid #012A61;
    padding: 6px 0;
    transition: all 0.3s;
  }
  /*----------------------------------------------
  SP_Footer
  ------------------------------------------------*/
  .footer-img {
    background-color: #FFEFC7;
    max-width: 375px;
    max-height: 110px;
  }
  .footer-link {
    text-align: center;
    padding: 8px 0 20px 0;
  }
  .footer-link a, span {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
  }
  .copyright {
    padding: 8px 0;
  }
  .copyright p {
    font-size: 12px;
  }
  /*----------------------------------------------
  SP_DEVELOP PAGE
  ------------------------------------------------*/
  .develop-page-card-wrapper {
    display: block;
  }
  
  .develop-page-hero-content h1 {
    font-size: 3rem;
  }
  .develop-page-hero-content p {
    font-size: 1.2rem;
  }
  .develop-page-card {
    padding: 1rem;
  }
  .develop-page-card h2 {
    font-size: 2rem;
  }
  .card-img {
    width: 80%;
  }
}