@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #374151;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

img {
  width: 100%;
}

.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 20px;
  }
}

.btn {
  width: 333px;
  height: 84px;
  background: linear-gradient(to right, #FFA500, #FF7F00);
  border-radius: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 310px;
  }
}
.btn a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  transition: all 0.5s;
}
.btn a .is-circle {
  width: 68px;
  height: 68px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  color: #FF7F00;
  font-size: 14px;
  padding-top: 7px;
  margin: 7px 15px 7px 7px;
}
.btn a .is-circle span {
  font-size: 30px;
}
.btn a:hover {
  opacity: 0.6;
}

.header {
  height: 96px;
  padding: 0 120px;
}
@media (min-width: 768px) and (max-width:1140px) {
  .header {
    height: 70px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 35px;
    padding: 0 20px;
  }
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: 100px;
}
@media (min-width: 768px) and (max-width:1140px) {
  .header-logo {
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 40px;
  }
}

.header-nav {
  display: flex;
  margin-left: auto;
  align-items: center;
}
.header-nav li {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .header-nav li {
    padding-right: 0;
    padding-left: 20px;
  }
}
.header-nav li a {
  font-size: 14px;
  font-weight: 700;
  color: #0078D7;
}
.header-nav li a img {
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

.header-contact {
  width: 272px;
  height: 64px;
  margin-top: 10px;
  border-radius: 8px;
  background: linear-gradient(to right, #FFA500, #FF7F00);
}
@media screen and (max-width: 767px) {
  .header-contact {
    display: none;
  }
}
@media (min-width: 768px) and (max-width:1140px) {
  .header-contact {
    margin-top: 3px;
  }
}
.header-contact a {
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding-top: 10px;
  transition: all 0.5s;
}
.header-contact a span {
  font-size: 24px;
}
.header-contact a:hover {
  opacity: 0.6;
}

/*==========================


hero


=============================*/
.hero {
  background: url(../img/hero-bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .hero {
    background: url(../img/bg_hero-sp.jpg) no-repeat bottom 0 center/cover;
  }
}

.hero-inner {
  padding: 100px 0;
}
@media (min-width: 768px) and (max-width:1140px) {
  .hero-inner {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .hero-inner {
    padding: 40px 0;
  }
}

.hero-content {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 1400px;
  min-width: 1120px;
  margin: 0 auto;
  align-items: center;
}
@media (min-width: 768px) and (max-width:1140px) {
  .hero-content {
    max-width: 800px;
    min-width: 700px;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .hero-content {
    display: block;
    width: 100%;
    min-width: auto;
  }
}

.h1-wrap {
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .h1-wrap {
    padding-left: 10px;
  }
}
.h1-wrap .h1-row-wrap {
  display: inline-block;
  position: relative;
  padding: 0;
  background: transparent;
  /* ← 影はこの外枠につける */
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
}
.h1-wrap .h1-row--1 {
  font-size: 40px;
  padding: 5px 40px 20px 40px;
  background-color: #ffffff;
  z-index: 1;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 100%, 20px 100%);
          clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 100%, 20px 100%);
}
@media screen and (max-width: 767px) {
  .h1-wrap .h1-row--1 {
    font-size: 23px;
    padding: 5px 20px 20px 20px;
  }
}
@media (min-width: 768px) and (max-width:1140px) {
  .h1-wrap .h1-row--1 {
    font-size: 28px;
  }
}
.h1-wrap .h1-row--1 span {
  font-size: 36px;
}
@media (min-width: 768px) and (max-width:1140px) {
  .h1-wrap .h1-row--1 span {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .h1-wrap .h1-row--1 span {
    font-size: 23px;
  }
}
.h1-wrap .h1-row--2 {
  font-size: 40px;
  padding: 5px 40px 20px 40px;
  background-color: #ffffff;
  z-index: 1;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 100%, 20px 100%);
          clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 100%, 20px 100%);
}
@media (min-width: 768px) and (max-width:1140px) {
  .h1-wrap .h1-row--2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .h1-wrap .h1-row--2 {
    font-size: 23px;
    padding: 5px 20px 20px 20px;
  }
}
.h1-wrap .h1-row--2 span {
  font-size: 60px;
  color: #0078D7;
}
@media (min-width: 768px) and (max-width:1140px) {
  .h1-wrap .h1-row--2 span {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .h1-wrap .h1-row--2 span {
    font-size: 23px;
  }
}
.h1-wrap .h1-row--3 {
  color: #0078D7;
  font-size: 47px;
  padding: 5px 40px 20px 40px;
  background-color: #ffffff;
  z-index: 1;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 100%, 20px 100%);
          clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 100%, 20px 100%);
}
@media (min-width: 768px) and (max-width:1140px) {
  .h1-wrap .h1-row--3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .h1-wrap .h1-row--3 {
    font-size: 15px;
  }
}
.h1-wrap .h1-row--3 span {
  font-size: 60px;
}
@media (min-width: 768px) and (max-width:1140px) {
  .h1-wrap .h1-row--3 span {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .h1-wrap .h1-row--3 span {
    font-size: 36px;
  }
}

.h1-wrap--2 {
  margin-left: 25px;
}
@media (min-width: 768px) and (max-width:1140px) {
  .h1-wrap--2 {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .h1-wrap--2 {
    margin-left: 0;
  }
}

.h1-wrap--3 {
  margin-left: 47px;
  margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width:1140px) {
  .h1-wrap--3 {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .h1-wrap--3 {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.hero-right {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .hero-right {
    width: 60%;
    margin: 0 auto;
  }
}

/*==========================


trouble


=============================*/
.trouble-inner {
  padding: 140px 0;
}
@media (min-width: 768px) and (max-width:1140px) {
  .trouble-inner {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 767px) {
  .trouble-inner {
    padding: 60px 0;
  }
}

.trouble-wrap {
  display: flex;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #374151;
  justify-content: center;
  width: 960px;
}
@media (min-width: 768px) and (max-width:1140px) {
  .trouble-wrap {
    margin-top: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .trouble-wrap {
    width: 290px;
    display: block;
    margin-top: 20px;
  }
}

.trouble-item {
  width: 100%;
  text-align: center;
  padding: 50px 0;
}
@media (min-width: 768px) and (max-width:1140px) {
  .trouble-item {
    padding: 40px 0;
  }
}
.trouble-item:not(:first-child) {
  border-left: 1px solid #374151;
}
@media screen and (max-width: 767px) {
  .trouble-item:not(:first-child) {
    border-top: 1px solid #374151;
    border-left: none;
  }
}
.trouble-item .trouble-img {
  width: 120px;
  margin: 0 auto;
}
.trouble-item h3 {
  line-height: 1.2;
  padding-top: 10px;
  font-weight: 700;
}
.trouble-item h3 span {
  color: #0078D7;
}

/*==========================


resolve


=============================*/
.triangle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  /* 下向きの三角形 */
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 50px solid #ffffff; /* ← 三角形の色 */
}
@media screen and (max-width: 767px) {
  .triangle {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
  }
}

.resolve {
  background: url(../img/blue-bg.jpg) no-repeat center center/cover;
  position: relative;
}

.resolve-inner {
  padding: 140px 0;
  width: 800px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) and (max-width:1140px) {
  .resolve-inner {
    padding: 100px 20px 80px 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .resolve-inner {
    padding: 80px 20px 50px 20px;
    width: 100%;
  }
}
.resolve-inner p {
  line-height: 2;
  color: #ffffff;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .resolve-inner p {
    text-align: left;
  }
}

.resolve-img {
  margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width:1140px) {
  .resolve-img {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .resolve-img {
    margin-bottom: 30px;
  }
}

.resolve-title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width:1140px) {
  .resolve-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .resolve-title {
    font-size: 20px;
  }
}

/*==========================


works


=============================*/
.works {
  padding: 140px 0;
}
@media (min-width: 768px) and (max-width:1140px) {
  .works {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .works {
    padding: 60px 0;
  }
}

.works-inner {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  gap: 40px;
}
@media (min-width: 768px) and (max-width:1140px) {
  .works-inner {
    margin-top: 40px;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .works-inner {
    display: block;
    margin-top: 30px;
  }
}

.works-item {
  width: 400px;
  padding: 40px 50px;
  border-radius: 8px;
}
@media (min-width: 768px) and (max-width:1140px) {
  .works-item {
    width: 300px;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .works-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    width: 290px;
    padding: 40px 0;
  }
}
.works-item:nth-child(1) {
  background-color: #0078D7;
}
@media screen and (max-width: 767px) {
  .works-item:nth-child(1) {
    margin-bottom: 20px;
  }
}
.works-item:nth-child(2) {
  background-color: #FF9900;
}
.works-item p {
  text-align: center;
  color: #ffffff;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .works-img {
    width: 170px;
    margin: 0 auto;
  }
}

/*==========================


feature


=============================*/
.feature {
  padding: 80px 0 120px 0;
}
@media (min-width: 768px) and (max-width:1140px) {
  .feature {
    padding: 20px 0 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .feature {
    padding: 20px 0 60px 0;
  }
}

.feature-title {
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width:1140px) {
  .feature-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .feature-title {
    margin-bottom: 30px;
  }
}

.feature-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .feature-wrap {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .feature-wrap-2 {
    flex-direction: column;
    margin-top: 30px;
  }
}

.feature-img {
  width: 55%;
}
@media (min-width: 768px) and (max-width:1140px) {
  .feature-img {
    height: 270px;
  }
  .feature-img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .feature-img {
    width: 100%;
  }
}

.feature-content {
  width: 45%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature-content {
    width: 100%;
  }
}
.feature-content h3 {
  font-weight: 700;
  padding: 10px 0;
}
.feature-content p {
  text-align: left;
  line-height: 1.5;
}

.feature-content-wrap--1 {
  width: 320px;
  margin-left: 60px;
}
@media (min-width: 768px) and (max-width:1140px) {
  .feature-content-wrap--1 {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .feature-content-wrap--1 {
    margin: 0 auto;
    padding-bottom: 10px;
  }
}

.feature-content-wrap--2 {
  width: 320px;
  margin-left: auto;
  margin-right: 60px;
}
@media (min-width: 768px) and (max-width:1140px) {
  .feature-content-wrap--2 {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .feature-content-wrap--2 {
    margin-right: auto;
    padding-bottom: 20px;
  }
}

.feature-icon {
  width: 50px;
  margin: 0 auto;
}

/*==========================


merit


=============================*/
.merit {
  padding: 140px 0;
  background-color: #F5F7FA;
}
@media (min-width: 768px) and (max-width:1140px) {
  .merit {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 767px) {
  .merit {
    padding: 60px 0 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .merit-title span {
    color: #0078D7;
  }
}

.merit-wrap {
  display: flex;
  gap: 30px;
  justify-content: center;
  width: 1000px;
  margin: 80px auto 0 auto;
}
@media (min-width: 768px) and (max-width:1140px) {
  .merit-wrap {
    gap: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .merit-wrap {
    display: block;
    width: 320px;
  }
}

.merit-item {
  border: 2px solid #0078D7;
  border-radius: 10px;
  position: relative;
  padding: 60px 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) and (max-width:1140px) {
  .merit-item {
    padding: 50px 10px 30px 10px;
  }
}
@media screen and (max-width: 767px) {
  .merit-item {
    margin-bottom: 40px;
    padding: 60px 20px 30px 20px;
  }
}
.merit-item h3 {
  text-align: center;
  font-weight: 700;
}
.merit-item p {
  text-align: center;
  line-height: 1.5;
}

.merit-img {
  width: 140px;
  margin: 20px auto;
}

.merit-number {
  position: absolute;
  color: #ffffff;
  background-color: #0078D7;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  padding-top: 10px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.merit-number span {
  display: block;
  font-size: 8px;
  font-family: "Noto Sans JP", sans-serif;
}

/*==========================


ctn


=============================*/
.ctn {
  padding: 150px 0;
  position: relative;
  background: url(../img/ctn-bg.jpg) no-repeat center center/cover;
  z-index: 0;
}
@media (min-width: 768px) and (max-width:1140px) {
  .ctn {
    padding: 60px;
  }
}
@media screen and (max-width: 767px) {
  .ctn {
    padding: 0 0 60px 0;
    background: #F5F7FA;
  }
}

/*==========================


good


=============================*/
.good {
  padding: 140px 0;
}
@media (min-width: 768px) and (max-width:1140px) {
  .good {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .good {
    padding: 60px 0;
  }
}

.h2-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width:1140px) {
  .h2-wrap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .h2-wrap {
    gap: 10px;
    margin-bottom: 30px;
  }
}
.h2-wrap img {
  width: 45px;
}
@media screen and (max-width: 767px) {
  .h2-wrap img {
    width: 30px;
  }
}

.good-wrap {
  width: 720px;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .good-wrap {
    display: block;
    width: 280px;
  }
}

/*==========================


news


=============================*/
.news {
  padding: 140px 0;
  background-color: #F5F7FA;
}
@media (min-width: 768px) and (max-width:1140px) {
  .news {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .news {
    padding: 60px 0;
  }
}

.news-inner {
  padding-top: 60px;
  width: 690px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width:1140px) {
  .news-inner {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .news-inner {
    width: 100%;
    padding: 20px 20px;
  }
}

.news-row {
  display: flex;
  align-items: center;
  color: #374151;
  font-weight: 700;
  padding: 30px 20px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .news-row {
    padding: 20px 10px;
  }
}
.news-row h3 {
  padding-left: 40px;
}

/*==========================


step


=============================*/
.step {
  padding: 140px 0;
}
@media (min-width: 768px) and (max-width:1140px) {
  .step {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 767px) {
  .step {
    padding: 60px 20px;
  }
}

.step-inner {
  width: 1100px;
  margin: 60px auto 0 auto;
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  background-color: #F5F7FA;
  padding: 20px;
}
@media (min-width: 768px) and (max-width:1140px) {
  .step-inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .step-inner {
    width: 100%;
    display: block;
    padding: 30px 10px;
  }
}

.step-item {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .step-item {
    text-align: center;
    padding: 20px 0;
  }
}
.step-item h3 {
  font-weight: 700;
}

.step-first {
  background-color: #0078D7;
  width: 260px;
  height: 108px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  padding-top: 35px;
}
@media (min-width: 768px) and (max-width:1140px) {
  .step-first {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .step-first {
    width: 100%;
    height: 80px;
    padding-top: 22px;
    margin-bottom: -5px;
  }
}
.step-first span {
  font-size: 24px;
}

.step-arrow {
  width: 17px;
}
@media screen and (max-width: 767px) {
  .step-arrow {
    transform: rotate(90deg);
    margin: 0 auto;
  }
}

.step-number {
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #0078D7;
}

/*==========================


flow


=============================*/
.flow {
  padding: 100px;
}
@media (min-width: 768px) and (max-width:1140px) {
  .flow {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 30px 20px;
  }
}

.flow-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: 1300px;
  margin: 80px auto;
}
@media (min-width: 768px) and (max-width:1140px) {
  .flow-wrap {
    margin: 60px auto;
  }
}
@media screen and (max-width: 767px) {
  .flow-wrap {
    display: block;
    margin: 30px auto;
  }
}

.flow-item {
  width: 100%;
  padding: 40px;
  background-color: #F5F7FA;
}
@media screen and (max-width: 767px) {
  .flow-item {
    margin-bottom: 10px;
  }
}

.flow-h3 {
  display: flex;
  justify-content: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .flow-h3 {
    display: block;
    text-align: center;
    padding-bottom: 10px;
  }
}
.flow-h3 span {
  font-family: "Montserrat", sans-serif;
  color: #0078D7;
  font-size: 18px;
  margin-right: 10px;
}

/*==========================


footer


=============================*/
footer {
  padding: 30px 100px;
  background-color: #F5F7FA;
}
@media (min-width: 768px) and (max-width:1140px) {
  footer {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 20px;
  }
}

.footer-inner {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width:1140px) {
  .footer-inner p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer-inner {
    flex-direction: column-reverse;
    width: 270px;
    margin: 0 auto;
  }
  .footer-inner p {
    font-size: 10px;
  }
}

.footer-nav {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    gap: 20px;
  }
}

li a {
  color: #374151;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  li a {
    font-size: 10px;
  }
}
li a:hover {
  opacity: 0.6;
}

.page-top {
  background: url(../img/news-top.jpg) no-repeat center center/cover;
  height: 200px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-top {
    height: 120px;
    padding-top: 48px;
  }
}
.page-top h1 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .page-top h1 {
    font-size: 20px;
  }
}

.container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 20px;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 40px 20px;
  }
}

.main-content {
  max-width: 650px;
  margin: 0 auto; /* 中央寄せ */
}

.news-top {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .news-top {
    padding-bottom: 10px;
  }
}

.news-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .news-item {
    display: block;
  }
}

.news-date {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .news-date {
    width: 80px;
    font-size: 12px;
  }
}

.news-title {
  flex: 1;
}
.news-title a {
  color: #374151;
}

.news-category {
  width: 120px;
  text-align: center;
  padding: 5px 0;
  background-color: #DDDDDD;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .news-category {
    width: 100px;
  }
}

.sidebar {
  position: absolute;
  top: 120px;
  right: 20px;
  width: 220px;
}
@media screen and (max-width: 767px) {
  .sidebar {
    position: static;
    margin: 30px auto;
    width: 100%;
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width:1140px) {
  .sidebar {
    display: flex;
    width: 440px;
    position: static;
    margin: 40px auto;
  }
}

@media (min-width: 768px) and (max-width:1140px) {
  .sidebar-section {
    flex: 1;
  }
}

.sidebar-section h3 {
  color: #003366;
  font-size: 18px;
  background-color: #DDDDDD;
  padding: 10px;
}

.sidebar-section ul {
  list-style: none;
  padding: 0;
  border: 1px solid #003366;
}

.sidebar-section li {
  padding: 10px;
}
.sidebar-section li a {
  color: #003366;
  font-size: 14px;
}
.sidebar-section li a img {
  width: 10px;
  margin-right: 5px;
}
.sidebar-section li:not(:first-child) {
  border-top: 1px solid #003366;
}

.sidebar-section a {
  text-decoration: none;
  color: #333;
}

.sidebar-section a:hover {
  text-decoration: underline;
}

.home-btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .home-btn {
    margin-top: 40px;
  }
}
.home-btn a {
  display: inline-block;
  text-align: center;
  padding-top: 30px;
}

.l-pagination {
  margin-top: 60px;
}

.page-numbers {
  display: flex;
  justify-content: center;
}
.page-numbers li {
  margin-left: 5px;
  margin-right: 5px;
}
.page-numbers li span {
  border: 1px solid #374151;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 3px;
  font-size: 16px;
}
.page-numbers li a {
  border: 1px solid #374151;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 3px;
  font-size: 16px;
}
.page-numbers li .next {
  border: none;
  height: auto;
}
.page-numbers li .prev {
  border: none;
  height: auto;
}
.page-numbers img {
  width: 20px;
}

.single-container {
  padding: 120px 0;
  width: 950px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width:1140px) {
  .single-container {
    width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .single-container {
    width: 100%;
    padding: 60px 20px;
  }
}
.single-container h2 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
}
.single-container .single-img {
  margin: 10px 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .single-container .single-img {
    width: 100%;
  }
}

.single-content {
  line-height: 1.5;
}
.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6,
.single-content p,
.single-content ul,
.single-content ol,
.single-content li {
  all: revert;
}
.contact-point {
  color: red;
  text-align: center;
  padding-top: 10px;
}

.contact-container {
  padding: 120px 0;
  width: 765px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width:1140px) {
  .contact-container {
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .contact-container {
    width: 100%;
    padding: 60px 20px;
  }
}
.contact-container .contact-message {
  text-align: center;
  line-height: 1.5;
}

.contact-form {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .contact-form {
    padding-top: 40px;
  }
}

.form-label {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .form-label {
    text-align: left;
  }
}

.required {
  position: relative;
}
.required::after {
  content: "※";
  position: absolute;
  color: red;
  top: -15px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .required::after {
    top: 0px;
    right: -15px;
  }
}

.form-row {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .form-row {
    display: block;
  }
}

.form-input {
  width: 640px;
}
@media (min-width: 768px) and (max-width:1140px) {
  .form-input {
    width: 475px;
  }
}
@media screen and (max-width: 767px) {
  .form-input {
    width: 100%;
    margin-top: 5px;
  }
}
.form-input [type=text] {
  width: 100%;
  height: 60px;
  border: none;
  border: 1px solid #707070;
  padding: 10px;
  font-size: 16px;
}
.form-input [type=tel] {
  width: 100%;
  height: 60px;
  border: none;
  border: 1px solid #707070;
  padding: 10px;
  font-size: 16px;
}
.form-input [type=email] {
  width: 100%;
  height: 60px;
  border: none;
  border: 1px solid #707070;
  padding: 10px;
  font-size: 16px;
}

.form-textarea {
  width: 640px;
}
@media (min-width: 768px) and (max-width:1140px) {
  .form-textarea {
    width: 475px;
  }
}
@media screen and (max-width: 767px) {
  .form-textarea {
    margin-top: 5px;
    width: 100%;
  }
}
.form-textarea textarea {
  width: 100%;
  height: 300px;
  border: none;
  border: 1px solid #707070;
  padding: 10px;
  font-size: 16px;
}

.form-submit {
  margin-top: 60px;
  text-align: center;
}
.form-submit [type=submit] {
  width: 333px;
  height: 84px;
  background: linear-gradient(to right, #FFA500, #FF7F00);
  border-radius: 40px;
  border: none;
  font-size: 20px;
  color: #ffffff;
  transition: all 0.6s;
}
@media screen and (max-width: 767px) {
  .form-submit [type=submit] {
    width: 300px;
  }
}
.form-submit [type=submit]:hover {
  opacity: 0.6;
}

.contact-thanks {
  font-size: 32px;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .contact-thanks {
    font-size: 26px;
    line-height: 1.4;
  }
}

.thanks-text {
  text-align: center;
  padding-bottom: 60px;
  line-height: 1.8;
}

.back-btn a {
  display: inline-block;
  text-align: center;
  padding-top: 29px;
}/*# sourceMappingURL=main.css.map */