@charset "UTF-8";
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  width: 100% !important;
  font-family: sans-serif; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*========= 基本設定 ===============*/
* {
  letter-spacing: 0.1em; }

.container {
  width: 850px;
  margin: 0 auto;
  max-width: 90%; }

.sp {
  display: none; }

body * h2 {
  letter-spacing: 0.1em; }

.hidden {
  position: relative;
  overflow: hidden; }

.w1100 {
  display: none; }

.btn {
  width: 270px;
  border: 2px solid #353535;
  margin: 0 auto; }
  .btn a {
    color: #353535;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    transition: 0.5s; }
  .btn:hover {
    border: 2px solid #3B83C9;
    background-color: #3B83C9;
    transition: 0.5s; }
    .btn:hover a {
      color: #fff; }

.btn.ao {
  border: 2px solid #3B83C9; }
  .btn.ao a {
    color: #3B83C9; }
  .btn.ao:hover a {
    color: #fff; }

.btn.shiro {
  border: none; }
  .btn.shiro a {
    color: #fff;
    background-color: #3B83C9; }
  .btn.shiro:hover a {
    background-color: #19a6f8; }
  .btn.shiro img {
    width: 20px;
    display: inline;
    margin-left: 10px; }

.m150 {
  margin-bottom: 150px; }

.m80 {
  margin-bottom: 80px; }

.m20 {
  margin-bottom: 20px; }

.m30 {
  margin-bottom: 30px; }

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #000;
  width: 40px;
  height: 40px;
  z-index: 999;
  padding: 6px 0 0 0; }

#pageTop a {
  text-align: center;
  position: relative; }

.top-arrow {
  width: 15px;
  height: 15px;
  border: 3px solid;
  border-color: transparent transparent #fff #fff;
  position: absolute;
  top: 30%;
  left: 30%;
  transform: rotate(135deg); }

header {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1000;
  position: fixed;
  top: 0;
  background-color: #fff; }

.header-inner {
  display: flex;
  width: 330px;
  margin-left: 40px;
  justify-content: space-between; }
  .header-inner h1 {
    width: 190px;
    transition: 0.4s; }
    .header-inner h1:hover {
      opacity: 0.5;
      transition: 0.4s; }
    .header-inner h1 a {
      display: flex;
      align-items: center; }
  .header-inner .sns {
    width: 110px;
    display: flex;
    justify-content: space-between; }
  .header-inner .sns-item {
    width: 30px;
    transition: 0.4s; }
    .header-inner .sns-item a {
      display: flex;
      align-items: center;
      transition: 0.4s; }
    .header-inner .sns-item:hover {
      opacity: 0.5; }

.header-inner2 {
  display: flex;
  width: calc(100% - 330px);
  justify-content: flex-end; }
  .header-inner2 .gnav {
    width: 665px;
    max-width: 100%; }
    .header-inner2 .gnav .gnav-in {
      display: flex;
      justify-content: end;
      height: 80px;
      max-width: 100%;
      align-items: center; }
    .header-inner2 .gnav li {
      width: 20%;
      border-left: 1px solid #000;
      transition: 0.4s;
      font-size: 15px;
      padding: 10px 0; }
      .header-inner2 .gnav li:hover {
        background-color: #E9EEF1;
        transition: 0.4s; }
      .header-inner2 .gnav li:first-child {
        border-left: none; }
      .header-inner2 .gnav li.has-child {
        position: relative; }
      .header-inner2 .gnav li.has-child:hover .child {
        display: block; }
      .header-inner2 .gnav li a {
        padding: 0 10px;
        font-weight: bold;
        text-align: center; }
        .header-inner2 .gnav li a.now {
          color: #3B83C9; }
    .header-inner2 .gnav .child {
      background-color: #E9EEF1;
      position: absolute;
      top: 40px;
      width: 200px;
      display: none; }
      .header-inner2 .gnav .child li {
        width: 100%;
        border: none;
        height: auto; }
        .header-inner2 .gnav .child li:hover {
          background-color: #fff; }
      .header-inner2 .gnav .child a {
        text-align: left;
        padding: 10px 0 10px 10px; }

.gnav-right {
  width: 250px;
  display: flex;
  height: 80px;
  font-size: 15px; }
  .gnav-right a {
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center; }
  .gnav-right .saiyou {
    width: 50%;
    background-color: #286262;
    transition: 0.4s; }
    .gnav-right .saiyou:hover {
      opacity: 0.5;
      transition: 0.4s; }
  .gnav-right .form {
    width: 50%;
    background-color: #3B83C9;
    transition: 0.4s; }
    .gnav-right .form:hover {
      opacity: 0.5;
      transition: 0.4s; }

@media screen and (max-width: 1200px) {
  .w1100 {
    display: block; }

  .header-inner {
    display: block;
    width: 190px; }
    .header-inner .sns {
      width: 75%;
      margin: 20px auto 0; }

  .gnav-right {
    width: 200px; }

  .header-inner2 {
    width: calc(100% - 230px); }
    .header-inner2 a {
      font-size: 13px; } }
.footer-top {
  display: flex; }
  .footer-top a {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    padding: 40px 0; }
  .footer-top .form {
    width: 50%;
    background-color: #3B83C9;
    transition: 0.4s; }
    .footer-top .form:hover {
      opacity: 0.5;
      transition: 0.4s; }
  .footer-top .kojin {
    width: 50%;
    background-color: #286262;
    transition: 0.4s; }
    .footer-top .kojin:hover {
      opacity: 0.5;
      transition: 0.4s; }

.small {
  background-color: #3B83C9;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 0; }

.footer-wrap {
  width: 1000px;
  margin: 0 auto;
  max-width: 90%;
  padding: 75px 0 85px; }

.footer-flex {
  display: flex;
  justify-content: space-between; }

.footer-h1 {
  width: 180px; }
  .footer-h1 h2 {
    margin: 10px 0 5px;
    font-weight: bold;
    color: #353535;
    font-size: 15px;
    letter-spacing: 0; }
  .footer-h1 .yama-basyo p {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.8em; }

.footer-nav {
  display: flex;
  width: calc(100% - 220px);
  justify-content: space-between; }
  .footer-nav ul {
    width: 24%; }
    .footer-nav ul li {
      font-size: 13px; }
    .footer-nav ul a {
      color: #1E4E89;
      margin-bottom: 10px; }
      .footer-nav ul a:hover {
        text-decoration: underline; }
    .footer-nav ul .aoi {
      color: #3B83C9;
      font-weight: bold;
      font-size: 14px; }

.news-wrap .info {
  width: 265px;
  margin: 0 auto 40px; }
.news-wrap .top-n2-news {
  text-align: center;
  color: #353535;
  margin: 20px auto 35px;
  font-size: 23px; }

.news-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .news-items::after {
    content: "";
    width: 30%; }

.news-item {
  width: 30%;
  position: relative;
  margin-bottom: 20px;
  transition: 0.4s; }
  .news-item:hover {
    opacity: 0.5;
    transition: 0.4s; }
  .news-item .top-cut {
    display: flex;
    position: absolute;
    top: 0;
    width: 100%; }
  .news-item .cut {
    background-color: #3B83C9;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 5px;
    width: 30%;
    text-align: center; }
    .news-item .cut.media {
      background-color: #f2b900; }
    .news-item .cut.recruit {
      background-color: #286262; }
  .news-item .day {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 5px;
    width: 70%; }
  .news-item .news-title {
    position: absolute;
    bottom: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 5px;
    width: 100%; }

.news-line {
  margin: 90px 0 30px;
  width: 100%;
  height: 2px;
  background-color: #D2D2D2; }

.page-list {
  display: flex;
  justify-content: center;
  align-items: center; }
  .page-list .page-numbers.current {
    background-color: #3B83C9;
    color: #fff;
    padding: 10px;
    font-size: 14px; }
  .page-list a {
    padding: 10px;
    font-size: 14px;
    width: auto; }
    .page-list a:hover {
      color: #3B83C9;
      font-weight: bold; }
  .page-list .page-list-int {
    display: flex; }
  .page-list .pre a {
    padding: 0; }
  .page-list .next a {
    padding: 0; }

.single-page .page-top {
  background-color: #3B83C9;
  width: 100%;
  height: 300px; }

.detail-wrap {
  width: 770px;
  margin: 0 auto;
  max-width: 90%; }

.detail-top .day {
  font-size: 16px;
  font-weight: bold; }
.detail-top h1 {
  font-size: 25px;
  margin: 20px 0; }
.detail-top .cut {
  display: inline-block;
  background-color: #3B83C9;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 10px; }
  .detail-top .cut.media {
    background-color: #F2B900; }
  .detail-top .cut.recruit {
    background-color: #286262; }
.detail-top #gallery-1 img {
  border: none !important; }

.detail-thumbnail {
  margin: 45px auto 55px;
  width: 100%;
  max-height: 55vw;
  height: 493px;
  position: relative;
  overflow: hidden; }
  .detail-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.detail p {
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 20px; }
.detail h2 {
  margin-bottom: 20px;
  background-color: #E9EEF1;
  border-left: 8px solid #3B83C9;
  padding: 10px;
  font-size: 20px; }
.detail h3 {
  color: #3B83C9;
  margin-bottom: 20px;
  font-size: 18px; }
.detail img {
  margin-bottom: 20px;
  width: auto; }
.detail a {
  display: inline;
  color: #3B83C9; }
  .detail a:hover {
    text-decoration: underline; }
.detail ul {
  padding: 0 0 0 1.5em;
  margin-bottom: 20px; }
  .detail ul li {
    list-style-type: disc;
    line-height: 2em;
    font-size: 15px; }

@media screen and (max-width: 1000px) {
  .news-item {
    width: 48%; } }
@media screen and (max-width: 768px) {
  .sp {
    display: block; }

  .pc {
    display: none; }

  .w1100 {
    display: none; }

  .btn a {
    font-size: 16px; }

  .m150 {
    margin-bottom: 50px; }

  .m80 {
    margin-bottom: 40px; }

  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    z-index: 20000;
    background-color: #3B83C9; }

  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #fff;
    transition: 0.3s ease-in-out; }

  .hamburger span:nth-child(1) {
    top: 10px; }

  .hamburger span:nth-child(2) {
    top: 20px; }

  .hamburger span:nth-child(3) {
    top: 30px; }

  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 20px;
    left: 6px;
    transform: rotate(-45deg); }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 20px;
    transform: rotate(45deg); }

  body.active {
    overflow: hidden;
    position: relative; }

  header {
    height: auto;
    display: block;
    position: fixed;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    overflow-y: scroll; }

  .header-inner {
    display: block;
    width: 100%;
    margin-left: 0px;
    padding: 0 20px; }
    .header-inner h1 {
      width: 210px;
      margin-top: 20px; }
    .header-inner .sns {
      width: 100%;
      justify-content: flex-start; }
    .header-inner .sns-item {
      width: 35px;
      margin: 0 40px 40px 0; }

  .header-inner2 {
    display: block;
    width: 100%; }
    .header-inner2 .gnav {
      width: 100%;
      padding: 0 20px; }
      .header-inner2 .gnav .gnav-in {
        display: block;
        height: auto; }
      .header-inner2 .gnav li {
        width: 100%;
        border-left: none;
        padding: 20px 0; }
        .header-inner2 .gnav li a {
          padding: 0px;
          text-align: left;
          font-size: 15px; }
      .header-inner2 .gnav .child {
        background-color: #fff;
        position: relative;
        top: 0px;
        width: 100%;
        display: block; }
        .header-inner2 .gnav .child a {
          text-align: left;
          padding: 0 0 0 30px; }

  .gnav-right {
    width: 100%;
    display: block;
    height: auto;
    font-size: 15px;
    margin-top: 40px; }
    .gnav-right a {
      display: block;
      padding: 20px 0;
      text-align: center; }
    .gnav-right .saiyou {
      width: 100%; }
    .gnav-right .form {
      width: 100%; }

  .globalMenuSp {
    transform: translateX(100%);
    transition: 0.6s; }
    .globalMenuSp.active {
      transform: translateX(0); }

  .news-wrap .info {
    width: 120px;
    margin: 0 auto 10px; }
  .news-wrap .top-n2-news {
    margin: 0 auto 40px;
    font-size: 16px; }

  .news-items::after {
    width: 50%; }

  .news-item {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 40px; }
    .news-item .top-cut {
      display: flex;
      position: absolute;
      top: 0;
      width: 100%; }
    .news-item .cut {
      font-size: 14px; }
    .news-item .day {
      font-size: 14px; }
    .news-item .news-title {
      font-size: 14px; }

  .news-line {
    margin: 30px 0 30px; }

  .page-list span {
    font-size: 13px; }
  .page-list a {
    font-size: 13px; }
  .page-list .pre {
    font-size: 12px; }
  .page-list .next {
    font-size: 12px; }

  .footer-top {
    display: block; }
    .footer-top a {
      font-size: 18px;
      text-align: center;
      padding: 20px 0; }
    .footer-top .form {
      width: 100%; }
    .footer-top .kojin {
      width: 100%; }

  .footer-wrap {
    padding: 30px 0 10px; }

  .footer-flex {
    display: block; }

  .footer-h1 {
    width: 100%; }
    .footer-h1 h1 {
      width: 180px;
      margin: 0 auto; }
    .footer-h1 h2 {
      text-align: center; }
    .footer-h1 .yama-basyo {
      margin-bottom: 30px; }
      .footer-h1 .yama-basyo p {
        text-align: center;
        font-size: 14px; }

  .footer-nav {
    display: block;
    width: 100%; }
    .footer-nav ul {
      width: 100%; }
      .footer-nav ul li {
        font-size: 14px; }
      .footer-nav ul a {
        display: none; }

  .single-page .page-top {
    height: 150px; }

  .detail-top .day {
    font-size: 14px; }
  .detail-top h1 {
    font-size: 20px; }
  .detail-top .cut {
    font-size: 14px; }

  .detail-thumbnail {
    margin: 30px auto 35px; }

  .detail p {
    font-size: 14px; }
  .detail h2 {
    border-left: 6px solid #3B83C9;
    font-size: 18px; }
  .detail h3 {
    font-size: 16px; }
  .detail a {
    font-size: 14px; }
  .detail ul li {
    font-size: 14px; } }
/*-----------------------------
ギャラリー
------------------------------*/
.gallery {
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden; }

.gallery br {
  display: none; }

/** 自動で挿入される clearfix の余白解除 **/
.gallery-item {
  /** 画像共通のスタイル **/
  float: left;
  margin-bottom: 0 !important; }

.gallery-icon {
  /** 画像を囲む dt のスタイル **/
  text-align: center; }

.gallery-icon img {
  width: 100%;
  height: auto;
  margin-bottom: 20px !important; }

.gallery-caption {
  /** キャプション **/
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center; }

.gallery-columns-1 .gallery-item {
  /** カラムなし **/
  width: 100%;
  margin-right: 0; }

.gallery-columns-2 .gallery-item {
  /** 2カラム **/
  width: 48%;
  margin: 0 1%; }

.gallery-columns-3 .gallery-item {
  /** 3カラム **/
  width: 31.33333%;
  margin: 0 1%; }

.gallery-columns-4 .gallery-item {
  /** 4カラム **/
  width: 23%;
  margin: 0 1%; }

.gallery-columns-5 .gallery-item {
  /** 5カラム **/
  width: 18%;
  margin: 0 1%; }

@media screen and (max-width: 768px) {
  .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%; }

  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%; } }
.w900, .w1100-2, .sp500 {
  display: none; }

.move-wrap {
  position: relative;
  margin-bottom: 70px;
  margin-top: 80px; }
  .move-wrap .scroll {
    width: 47px;
    position: absolute;
    z-index: 100;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%); }

.move {
  filter: brightness(0.9); }

.each {
  opacity: 0;
  transition: 2s; }
  .each.fadein {
    opacity: 1; }

.link-area {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px; }

.link-item {
  width: 50%;
  transition: 0.5s; }
  .link-item:hover .img-area-in {
    transform: scale(1.2);
    transition: 0.5s;
    opacity: 0.5; }

.img-area-in {
  transition: 0.5s; }

.link-item-a {
  display: flex; }
  .link-item-a .name-area {
    width: 50%;
    position: relative; }
    .link-item-a .name-area p {
      color: #fff;
      font-weight: bold;
      margin-top: 14px; }
      .link-item-a .name-area p.kan {
        margin-top: -10px; }
    .link-item-a .name-area.ao {
      background-color: #3B83C9; }
    .link-item-a .name-area.midori {
      background-color: #286262; }
  .link-item-a .name-innt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
  .link-item-a .img-area {
    width: 50%;
    position: relative;
    overflow: hidden; }
  .link-item-a .dan2 {
    height: 104px; }
  .link-item-a .dan4 {
    height: 155px; }
  .link-item-a .dan1 {
    height: 53px; }

.kabon .back-midori {
  background-image: url(../img/top/img8.jpg);
  width: 100%;
  height: 400px;
  background-size: cover; }

.kabon-item {
  border: 4px solid  #3C9938;
  margin-top: -250px;
  background-color: #fff; }

.kabon-item-int {
  width: 85%;
  margin: 0 auto;
  padding: 70px 0; }
  .kabon-item-int h2 {
    text-align: center;
    font-size: 34px; }
  .kabon-item-int .h2-img {
    width: 170px;
    margin: 20px auto 45px; }
  .kabon-item-int .mega {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 60px; }
    .kabon-item-int .mega p {
      display: inline-block;
      margin-right: 40px; }
  .kabon-item-int .mega-flex {
    display: flex;
    justify-content: space-between; }
    .kabon-item-int .mega-flex p {
      font-weight: bold;
      font-size: 17px;
      margin-bottom: 5px; }
      .kabon-item-int .mega-flex p.mega-title {
        font-size: 18px;
        margin-bottom: 10px; }
    .kabon-item-int .mega-flex span {
      display: inline-block;
      margin-left: 15px; }
  .kabon-item-int .mega-l {
    width: 380px;
    max-width: 90%; }
  .kabon-item-int .text-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .kabon-item-int .line {
    width: 100%;
    height: 1px;
    background-color: #000;
    margin: 20px 0; }
  .kabon-item-int .mega-r {
    width: 280px; }
  .kabon-item-int .waku-g {
    display: flex;
    justify-content: space-between;
    border: 3px solid  #3C9938;
    padding: 20px;
    align-items: center; }
  .kabon-item-int .waku-l {
    width: 80px; }
  .kabon-item-int .waku-r {
    width: calc(100% - 100px); }
    .kabon-item-int .waku-r p {
      font-weight: bold;
      color: #3C9938; }

@media screen and (max-width: 900px) {
  .w900 {
    display: block; }

  .kabon-item-int .mega-flex p {
    font-size: 15px; }

  .kabon-item-int .mega-l {
    width: 320px; }

  .kabon-item-int .mega-r {
    width: 250px; }

  .kabon-item-int .waku-g {
    padding: 20px 10px; } }
.sdgs {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 140px 0 125px; }
  .sdgs p {
    font-size: 25px;
    font-weight: bold;
    text-align: center; }
  .sdgs .sdgs-img {
    width: 586px;
    text-align: center;
    margin: 50px auto; }
  .sdgs .sdgs-items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px; }
    .sdgs .sdgs-items img {
      width: 15%; }

@media screen and (max-width: 1100px) {
  .w1100-2 {
    display: block; } }
@media screen and (max-width: 768px) {
  .move-wrap {
    margin: 60px 0; }
    .move-wrap .scroll {
      display: none; }
    .move-wrap .move {
      background: #000;
      padding: 25px 0 20px; }

  .each {
    opacity: 1; }

  .link-area {
    display: block;
    margin-top: 60px; }

  .link-item {
    width: 100%;
    opacity: 0;
    transition: 2s; }
    .link-item.fadein {
      opacity: 1; }

  .link-item-a {
    display: flex; }
    .link-item-a.reverse {
      flex-direction: row-reverse; }
    .link-item-a .name-innt {
      width: 60%; }
    .link-item-a .name-area p {
      margin-top: 14px; }
      .link-item-a .name-area p.kan {
        margin-top: 14px; }
    .link-item-a .dan2 {
      height: auto;
      width: 100%; }
      .link-item-a .dan2.svg1 {
        width: 83%; }
      .link-item-a .dan2.svg2 {
        width: 73%; }
      .link-item-a .dan2.svg6 {
        width: 68%; }
    .link-item-a .dan4 {
      height: auto;
      width: 100%; }
    .link-item-a .dan1 {
      height: auto;
      width: 63%; }

  .kabon .back-midori {
    height: 200px; }

  .kabon-item {
    margin-top: -100px; }

  .kabon-item-int {
    padding: 50px 0; }
    .kabon-item-int h2 {
      font-size: 20px; }
    .kabon-item-int .h2-img {
      width: 120px;
      margin: 15px auto 25px; }
    .kabon-item-int .mega {
      font-size: 18px;
      margin-bottom: 40px; }
      .kabon-item-int .mega p {
        margin-right: 0px; }
    .kabon-item-int .mega-flex {
      display: block; }
      .kabon-item-int .mega-flex p {
        font-size: 15px; }
        .kabon-item-int .mega-flex p.mega-title {
          font-size: 18px;
          text-align: center; }
      .kabon-item-int .mega-flex span {
        margin-left: 0px; }
    .kabon-item-int .mega-l {
      width: 100%;
      max-width: 100%; }
    .kabon-item-int .text-flex {
      display: block;
      text-align: center;
      margin-bottom: 10px; }
      .kabon-item-int .text-flex p:nth-child(2) {
        font-weight: normal; }
    .kabon-item-int .line {
      width: 100%;
      height: 1px;
      background-color: #000;
      margin: 20px 0; }
    .kabon-item-int .mega-r {
      width: 100%;
      margin-top: 30px; }
    .kabon-item-int .waku-g {
      justify-content: center; }
    .kabon-item-int .waku-r {
      width: auto;
      margin-left: 10px; }

  .sdgs {
    padding: 70px 0px; }
    .sdgs p {
      font-size: 18px; }
    .sdgs .sdgs-img {
      width: 80%;
      margin: 30px auto 40px;
      max-width: 350px; }
    .sdgs .sdgs-items {
      flex-wrap: wrap;
      max-width: 300px;
      margin: 0 auto 40px; }
      .sdgs .sdgs-items img {
        width: 48%;
        margin-bottom: 20px; } }
@media screen and (max-width: 500px) {
  .sp500 {
    display: block; } }

/*# sourceMappingURL=front.css.map */
