@charset "UTF-8";
/**
====================    function    **/
:root {
  --main-color: #194f7c;
  --sub-color: #1b8c00;
  --fonts-activ: aktiv-grotesk, sans-serif;
}
.fonts_oswald {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.15em;
  font-weight: 300;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  word-break: break-all;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: unset;
  text-decoration: none;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  line-height: 1.6;
  font-size: 100%;
  letter-spacing: 0.08em;
  color: rgb(31, 31, 31);
}

/**
====================    共通    **/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contents-wrap {
  max-width: 1080px;
  margin: 0 auto;
  width: 90%;
}

.main-logo {
  width: 207px;
  height: 38px;
  margin-left: 32px;
  padding-top: 7px;
}

.main-logo img {
  width: 100%;
}

header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9997;
}

.header-container {
  height: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

nav ul li {
  margin-right: 32px;
  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;
}

nav ul li a {
  color: var(--main-color);
  font-weight: bold;
  transition: all .4s;
}
nav ul li a:hover {
  opacity: .8;
}

nav ul li:last-child {
  margin-right: 0;
}

.a-menu {
  position: relative;
}

.a-menu-list {
  position: absolute;
  top: 60px;
  left: -50%;
  padding: 6px;
  width: 140px;
  background-color: var(--main-color);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.a-menu-list ul {
  text-align: center;
}

.a-menu-list ul li {
  margin-right: 0;
  padding: 8px 0;
}

.a-menu-list ul li a {
  color: #fff;
}

.a-menu-list ul li:first-child {
  border-bottom: 1px solid #bdbdbd;
}

.contact-btn {
  width: 120px;
  height: 70px;
  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;
  background-color: var(--sub-color);
}

.contact-btn a {
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: var(--fonts-activ);
  font-weight: 500;
}

.contact-btn a span {
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/**
====================    TOP    **/
section.main-visual {
  width: 100%;
  height: auto;
  z-index: -1;
}

.slider-img,
.slider-img-sp {
  width: 100%;
}

.slider-img img,
.slider-img-sp img {
  width: 100%;
}

.slider {
  width: 100%;
  height: auto;
  padding-bottom: 50%;
  position: relative;
}

.slider img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-sp {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  position: relative;
}

.slider-sp img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: top;
}

/**
====================    TOPICS    **/
section.topics {
  background-color: #f4f4f4;
  padding: 42px 0 28px 0;
}

.topics-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          align-items: center;
}

.topics-title-text h2 {
  font-size: 32px;
  color: var(--main-color);
}

.topics-line {
  width: 12%;
  height: 1px;
  background-color: var(--sub-color);
  margin-top: 0px;
  margin-right: 16px;
}

.topics-list-area ul li {
  font-size: 15px;
  margin-bottom: 0px;
}

.topics-btn {
  width: 170px;
  height: 34px;
  text-align: center;
  margin: 0 0 0 auto;
  padding: 8px 13px;
  border: solid 1px var(--sub-color);
}

.topics-btn a {
  font-size: 14px;
}


.topics-btn span {
  width: 40px;
  height: 10px;
  margin-left: 6px;
}

.topics-btn span img {
  width: 18px;
}

/**
====================    our-service   **/
section.our-service {
  margin-top: 70px;
}

.our-service-title-text h2 {
  font-size: 52px;
  position: relative;
}
.our-service-title-text h2::before {
  content: "";
  display: block;
  background-color: var(--sub-color);
  width: 1px;
  height: 160vh;
  position: absolute;
  top: 0%;
  right: 15%;
  -webkit-transform: translate(0, -55%);
          transform: translate(0, -55%);
          z-index: -9999;
}
.our-service-title-text h2::after {
  content: "";
  display: block;
  background-color: var(--sub-color);
  width: 36vw;
  max-width: 700px;
  min-width: 690px;
  height: 1px;
  position: absolute;
  top: 55%;
  right: -20px;
  -webkit-transform: translate(0, -55%);
          transform: translate(0, -55%);
}

.our-service-title-text p {
  font-size: 15px;
  margin-top: 18px;
}

.banner-top {
  margin-top: 54px;
}

.banner-top ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner-top ul li {
  position: relative;
  width: 48%;
}

.banner-top ul li img {
  width: 100%;
}

.banner-top ul li h3 {
  position: absolute;
  bottom: 12px;
  left: 0;
  font-size: 20px;
  background-color: #ffffffc2;
  width: 100%;
  padding: 0px 14px;
}

.banner-bottom {
  margin-top: 32px;
}

.banner-bottom ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner-bottom ul li {
  position: relative;
  width: 32%;
}

.banner-bottom ul li img {
  width: 100%;
}

.banner-bottom ul li h3 {
  position: absolute;
  bottom: 12px;
  left: 0;
  font-size: 20px;
  background-color: #ffffffc2;
  width: 100%;
  padding: 0px 14px;
}

/**
====================    parallax-area  **/
aside.parallax-area {
  width: 100%;
  height: 360px;
  margin: 70px 0;
  background-image: url(../images/bg-parallax.jpg);
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/**
====================    press-release  **/
section.press-release {
  margin-top: 84px;
}

.press-release-title-text {
  margin-bottom: 50px;
}

.press-release-title-text h2 {
  font-size: 32px;
}

.press-release-list ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
  gap: 14px;
}

.press-release-list li {
  width: 260px;
  height: auto;
  border: solid 1px #e6e6e6;
}

.press-list-top-img {
  width: 100%;
  height: auto;
}

.press-list-top-img img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.list-text-area {
  padding: 12px 18px;
}

.press-list-text {
  font-size: 14px;
}

.press-list-date {
  font-size: 10px;
  margin-top: 18px;
  color: var(--sub-color);
}

.press-release-list .topics-btn {
  margin: 20px 0 0 auto;
}

section.message-area {
  width: 100%;
  padding: 90px 0 84px;
  margin-top: 74px;
  background-image: url(../images/bg-message.jpg);
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: cover;
}

.message-text {
  text-align: center;
}

.message-text h2 {
  font-size: 24px;
  color: var(--main-color);
}

.message-text h2 span {
  display: inline-block;
}

.message-text p {
  font-size: 15px;
  color: var(--main-color);
  margin-top: 16px;
}

.message-text p span {
  display: inline-block;
}

.page-banner-area {
  margin-top: 84px;
}

.page-banner-area ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-banner-area ul li {
  width: 48%;
  text-align: center;
  background-color: #174d77bb;
  padding: 20px 0;
  position: relative;
  border: solid 1px #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-banner-area ul li h3 {
  font-size: 27px;
  color: #fff;
}

.page-banner-area ul li span {
  font-size: 15px;
  color: #fff;
}

.page-banner-area ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.page-banner-area ul li::before {
  content: "";
  display: block;
  background-image: url(../images/banner-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: 4px;
}

.page-banner-area ul li:hover {
  opacity: .8;
}

footer {
  width: 100%;
}

.footer-container {
  width: 90%;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 70px 0 60px;
  max-width: 1280px;
}

.footer-logo {
  max-width: 336px;
}

.footer-logo img {
  width: 100%;
}

.footer-information-area {
  width: 30%;
}

.footer-information-area ul {
  margin-top: 12px;
}

.footer-information-area ul li {
  font-size: 12px;
  line-height: 1.4;
  color: var(--main-color);
}

.footer-navi-area {
  width: 65%;
}

.navi-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navi-contents h3 {
  font-size: 24px;
  margin-bottom: 24px;
  color: var(--sub-color);
}

.navi-contents ul li {
	font-size: 15px;
	margin-bottom: 14px;
}

.navi-contents ul li a {
  color: var(--main-color);
}

.csr {
  margin-top: 40px;
}

.privacy-policy-area {
  padding-top: 18px;
  border-top: solid 1px var(--sub-color);
}

.privacy-policy-area ul li {
  margin-bottom: 12px;
}

.privacy-policy-area ul li a {
	font-size: 15px;
	color: var(--main-color);
}

.copyright {
  padding: 18px;
  background-color: var(--main-color);
}

.copyright p {
  font-size: 12px;
  color: #fff;
  text-align: center;
}

/**
====================    Responsive    **/
@media screen and (min-width: 1081px) {
  .pc_part {
    display: block;
  }
  .sp_part {
    display: none;
  }
}

@media screen and (max-width: 1080px) {
  .pc_part {
    display: none;
  }
  .sp_part {
    display: block;
  }
  .flex {
    display: block;
  }
  header {
    height: 60px;
  }
  .header-container {
    height: 60px;
    position: relative;
  }
  .main-logo {
    width: 220px;
    height: auto;
    padding-top: 16px;
  }
  .menu-icon {
    top: 0;
    right: 0;
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: var(--sub-color);
  }
  .menu-icon p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
  }
  .menu-icon span {
    width: 70%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .menu-icon span:nth-child(1) {
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .menu-icon span:nth-child(2) {
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%);
  }
  .menu-icon span:nth-child(3) {
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -80%);
            transform: translate(-50%, -80%);
  }
  .nav-list {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    background-color: #194f7cc9;
    padding: 32px;
  }
  nav {
    background-color: #1e67a3d0;
    position: absolute;
    top: -100%;
    opacity: 0;
    width: 100%;
    padding: 24px;
    transition: .4s;
    display: none;
  }
  nav ul li {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding-bottom: 42px;
    margin-right: 0;
  }
  nav ul li a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
  }
  nav ul li:last-child {
    padding-bottom: 0;
  }
  .about-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .about-flex a {
    margin-right: 16px;
  }
  .about-flex div {
    width: 70px;
    height: 1px;
    background-color: #fff;
    margin-right: 16px;
  }
  section.main-visual {
    margin-top: 60px;
    height: auto;
  }

  .our-service-title-text h2::after {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    position: absolute;
    top: 105%;
    left: 0px;
    -webkit-transform: translate(0, -105%);
            transform: translate(0, -105%);
  }

  /**
====================    TOPICS    **/
  section.topics {
    background-color: #f4f4f4;
    padding: 42px 0 28px 0;
  }
  .topics-container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .topics-title-text h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .topics-line {
    display: none;
  }
  .topics-list-area ul li {
    margin-bottom: 24px;
  }
  .topics-date {
    margin-bottom: 12px;
  }
  .banner-top {
    margin-top: 54px;
  }
  .banner-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .banner-bottom {
    margin-top: 32px;
  }
  .banner-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-banner-area {
    margin-top: 84px;
  }
  .page-banner-area ul li {
    width: 100%;
    margin-bottom: 24px;
  }
  .press-release-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .press-release-list li {
    width: 48%;
    height: auto;
    border: solid 1px #e6e6e6;
    margin-bottom: 24px;
  }
  .press-release-list .press-list-top-img {
    width: 100%;
    height: auto;
  }
  .press-release-list .press-list-top-img img {
    width: 100%;
  }
  .footer-container {
    width: 90%;
  }
  .footer-information-area {
    width: 100%;
    margin-bottom: 24px;
  }
  .footer-information-area ul {
    margin-top: 12px;
  }
  .footer-information-area ul li {
    font-size: 16px;
    line-height: 1.4;
    color: var(--main-color);
  }
  .footer-information-area ul li span {
    font-size: 24px;
  }
  .footer-navi-area {
    width: 100%;
  }

  /**
====================    parallax-area  **/
aside.parallax-area {
  width: 100%;
    height: 60px;
    margin: 70px 0;
    background-image: none;
    background-color: var(--main-color);
}
}

@media screen and (max-width: 640px) {
  .pc_part {
    display: none;
  }
  .sp_part {
    display: block;
  }
  header {
    height: 60px;
  }
  .header-container {
    height: 60px;
    position: relative;
  }
  .main-logo {
    margin-left: 16px;
    padding-top: 12px;
    width: 200px;
    height: auto;
  }
  .menu-icon {
    top: 0;
    right: 0;
    position: absolute;
    width: 60px;
    height: 60px;
  }
  .menu-icon span {
    width: 70%;
    height: 2px;
  }
  .menu-icon p {
    color: #fff;
    font-size: 16px;
  }
  .nav-list {
    padding: 24px;
    top: 60px;
  }
  .about-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .about-flex a {
    margin-right: 16px;
  }
  .about-flex div {
    width: 40px;
  }
  section.main-visual {
    margin-top: 80px;
  }
  /**
====================    TOPICS    **/
  section.topics {
    background-color: #f4f4f4;
    padding: 28px 0 28px 0;
  }
  .topics-container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .topics-title-text h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .topics-list-area ul li {
    margin-bottom: 24px;
  }
  .topics-date {
    margin-bottom: 12px;
  }
  /**
====================    our-service   **/
  section.our-service {
    margin-top: 70px;
  }
  .our-service-title-text h2 {
    font-size: 32px;
    position: relative;
  }
  .our-service-title-text h2::after {
    content: "";
    display: block;
    background-color: var(--sub-color);
    width: 100%;
    height: 1px;
    position: absolute;
    top: 105%;
    left: 0;
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
  }
  .banner-top {
    margin-top: 54px;
  }
  .banner-top ul {
    display: flex;
  }
  .banner-top ul li {
    width: 48%;
  }
  .banner-bottom {
    margin-top: 0px;
  }
  .banner-bottom ul {
    display: flex;
  }
  .banner-bottom ul li {
    width: 33%;
  }

  /**
====================    press-release  **/
  .press-release-list li {
    width: 100%;
    height: auto;
    border: solid 1px #e6e6e6;
    margin-bottom: 32px;
  }
  .press-list-top-img {
    width: 100%;
    height: auto;
  }
  .press-list-top-img img {
    width: 100%;
    height: auto;
  }
  .press-release-list .topics-btn {
    margin: 20px 0 0 auto;
  }
  .navi-contents h3 {
    font-size: 18px;
    margin-bottom: 24px;
    color: var(--sub-color);
  }
  .navi-contents ul li {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .navi-contents ul li a {
    color: var(--main-color);
  }

  .press-release-title-text {
    margin-bottom: 24px;
  }
}


/**    
  Elementor
**/

.elementor-widget-container h2 {
  position: relative;
}
/**    
.elementor-widget-container h2::before {
  position: absolute;
  bottom: 0px;
  left: 50%;
  display: block;
  content: '';
  background-color: #1c8c16;
  width: 30%;
  max-width: 70px;
  height: 2px;
  transform: translate(-50%, 10px);
}
**/
.bread-crumbs span {
    font-size: 12px;
}



html {
  margin: 0 !important;
  }
  
  .elementor-widget-image a {
    transition: .3s;
  }
  .elementor-widget-image a:hover {
      opacity: .8;
  }
  
  .topics-date {
      margin-right: 14px;
  }
  .news-list-area {
      margin-top: 80px;
  }
  
  .news-info-text {
      margin: 50px auto 20px auto;
      text-align: center;
  }
  
  .news-info-text h3 {
    font-weight: bold;
    font-size: 24px;
  }
  
  .elementor a {
      -webkit-box-shadow: none;
      box-shadow: none;
      text-decoration: none;
      color: #5bc0de;
  }
  
  .elementor-widget-container ul li {
      padding: 8px;
  }
  
  strong {
      font-weight: 600;
  }
  ol li {
      list-style: decimal;
  }
  
  .elementor-widget-container ol li,
  .elementor-widget-container ul li{
      padding-bottom: 12px;
  }
  
  form.wpcf7-form p {
      padding-bottom: 20px;
  }
  .wpcf7 input[type="file"] {
      cursor: pointer;
      margin-bottom: 20px;
  }
  
  form input[type="text"],
  form input[type="email"]{
      max-width: 600px;
      width: 80%;
      padding: 6px;
      height: 30px;
      font-size: 16px;
      border: solid 1px #eaeaea;
  }
  form label {
    font-size: 16px;
  }
  
  textarea.wpcf7-form-control.wpcf7-textarea {
      max-width: 800px;
      width: 100%;
      height: 180px;
      resize: none;
      padding: 6px;
      font-size: 16px;
  }
  input.wpcf7-form-control.wpcf7-submit {
      width: 180px;
      height: 30px;
      /* line-height: 20px; */
      border: solid 1px #e6e6e6;
      background-color: #1c8c16;
      color: #fff;
      font-size: 14px;
  }
  form.wpcf7-form.init {
      background-color: #ececec;
      padding: 30px;
      border-radius: 14px;
  }
  label span {
    font-size: 12px;
    color: red;
}