@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 4em;
  padding-bottom: 4em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}


/* ****************************************************************************************************
   * ニュース・トピックス
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.topics {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--c-l-blue);
}

.topics .body {
  max-width: 1240px;
  padding: 0 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.topics .title {
  color: var(--c-blue);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .topics .title {
    color: var(--c-blue);
    text-align: center;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.topics .content {
  min-width: 360px;
}

.topics .detail {
  min-width: 780px;
  width: 65%;
}
.topics .detail ul {}

.topics .detail ul li {}

.topics .detail ul li:first-child {
  border-bottom: 1px solid #efefef;
}
.topics .detail ul li {
  border-bottom: 1px solid #efefef;
}
.topics .detail ul li a {
  transition: 0.2s;
  display: flex;
  justify-content: flex-start;
  padding: 10px;
  margin: 10px 0;
  border-radius: 60px;
}
.topics .detail ul li a:hover {
  opacity: 1;
  background: #d4f1f4;
  border-radius: 60px;
}

.topics .detail ul li .day {
  width: 9em;
  color: var(--c-blue);
  display: inline-block;
  font-weight: 700;
}
.topics .detail ul li .text {
  width: 82%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が736px以下の時*/
  .topics .content {
    min-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .topics .content .link-btn {
    margin-top: 0;
  }
  
  .topics .detail {
    min-width: 100%;
    width: 100%;
    margin-top: 1em;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .topics .content {
    min-width: 100%;
  }
  .topics .detail {
    min-width: 100%;
    width: 100%;
  }
  .topics .detail ul li a {
    transition: 0.2s;
    display: block;
    justify-content: flex-start;
    padding: 10px;
    margin: 10px 0;
    border-radius: 60px;
  }
  .topics .detail ul li .day {
    width: 100%;
    color: var(--c-blue);
    display: inline-block;
    font-weight: 700;
  }
  .topics .detail ul li .text {
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.topics .btn {
  margin-left: 0;
  margin-right: auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .topics .btn {
    margin-left: auto;
    margin-right: auto;
  }
}


/* ****************************************************************************************************
   * ごあいさつ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.greeting {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.greeting .body {
  position: relative;
  max-width: 1320px;
}
.greeting .body::before {
  content: "";
  display: block;
  background: url("../../_images/index/about-1.png") no-repeat;
  width: 250px;
  height: 250px;
  background-size: 250px 250px;
  position: absolute;
  top: 0;
  left: 10px;
  animation: fuwafuwa01 2s infinite ease-in-out;
  z-index: -1;
}
.greeting .body::after {
  content: "";
  display: block;
  background: url("../../_images/index/about-3.png") no-repeat;
  width: 250px;
  height: 250px;
  background-size: 250px 250px;
  position: absolute;
  top: 0;
  right: 10px;
  animation: fuwafuwa01 2.4s infinite .3s ease-in-out;
  z-index: -1;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  .greeting .body::before {
    width: 125px;
    height: 125px;
    background-size: 125px 125px;
    position: relative;
    left: 5px;
    margin-top: -2em;
  }
  .greeting .body::after {
    width: 125px;
    height: 125px;
    background-size: 125px 125px;
    position: absolute;
    right: 20px;
    top: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.greeting .title {
  text-align: center;
}
.greeting .title img {
  vertical-align: middle;
}
.greeting .title span {
  margin-left: 0.5em;
}
.greeting .title span img {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .greeting .title {
    text-align: center;
    margin-top: 2em;
  }
  .greeting .title img {
    width: 175px;
  }
  .greeting .title img.purun {
    width: 15px;
  }
  .greeting .lead p {
    text-align: left;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.greeting .lead {
  position: relative;
  margin-top: 40px;
}
.greeting .lead p {
  text-align: center;
  font-size: 2.6rem;
}
.greeting .lead p span {
  color: var(--c-pink);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .greeting .lead {
    position: relative;
    margin-top: 1em;
  }
  .greeting .lead p {
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.greeting picture {
  position: relative;
  display: block;
  margin-top: 40px;
  text-align: center;
}
.greeting picture::before {
  content: "";
  display: block;
  background: url("../../_images/index/about-2.png") no-repeat;
  width: 200px;
  height: 200px;
  background-size: 200px 200px;
  position: absolute;
  top: 0;
  left: 10em;
  animation: fuwafuwa01 2.1s infinite ease-in-out;
  z-index: -1;
}
.greeting picture::after {
  content: "";
  display: block;
  background: url("../../_images/index/about-4.png") no-repeat;
  width: 200px;
  height: 200px;
  background-size: 200px 200px;
  position: absolute;
  top: 0;
  right: 10em;
  animation: fuwafuwa01 2.2s infinite ease-in-out;
  z-index: -1;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  .greeting picture {
    position: relative;
    display: block;
    margin-top: 20px;
    text-align: center;
  }
  .greeting picture img {
    width: 210px;
  }
  .greeting picture::before {
    content: "";
    display: block;
    background: url("../../_images/index/about-2.png") no-repeat;
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
    position: relative;
    top: 0;
    left: 0;
    animation: fuwafuwa01 2.1s infinite ease-in-out;
  }
  .greeting picture::after {
    content: "";
    display: block;
    background: url("../../_images/index/about-4.png") no-repeat;
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
    position: absolute;
    top: 0;
    right: 0;
    animation: fuwafuwa01 2.2s infinite ease-in-out;
  }
}

/* ****************************************************************************************************
   * サービス紹介
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.service {
  position: relative;
  background: var(--c-l-blue2);
  padding-top: 100px;
  padding-bottom: 100px;
}
.service .body {
  max-width: 1240px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.service .title {
  color: var(--c-blue);
  text-align: center;
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.service .lead p {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service .lead p {
    text-align: left;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.service ul.layout-2 {
  flex-wrap: wrap;
  justify-content: center;
}

.service ul.layout-2 li {
  width: 23%;
  background: #fff;
  border-radius: 10px;
  margin: 0 1%;
}
.service ul.layout-2 li:nth-child(n+5) {
  margin-top: 20px;
}

.service ul.layout-2 li p {
  padding: 30px;
  display: block;
  text-align: center;
  max-height: 200px;
  border-radius: 10px;
  border:2px solid transparent;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .service ul.layout-2 li p {
    padding: 10px;
    display: block;
    text-align: center;
    max-height: 100%;
    border-radius: 10px;
    border:2px solid transparent;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service ul.layout-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .service ul.layout-2 li {
    width: 46%;
    background: #fff;
    border-radius: 10px;
    margin: 0 2%;
  }
  .service ul.layout-2 li:nth-child(n+3),
  .service ul.layout-2 li:nth-child(n+5) {
    margin-top: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * アイコン
/* ------------------------------------------------------------------------------------------------- */

.service ul.layout-2 li p span {
  display: block;
  position: relative;
  margin-top: 100px;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--c-blue);
}
.service ul.layout-2 li p span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-100%);
}
.service ul.layout-2 li:nth-child(1) p span::before {
  background: url("../../_images/index/service-icon-1.png") no-repeat;
  width: 53px;
  height: 91px;
}
.service ul.layout-2 li:nth-child(2) p span::before {
  background: url("../../_images/index/service-icon-2.png") no-repeat;
  width: 72px;
  height: 71px;
  transform: translateY(-120%);
}
.service ul.layout-2 li:nth-child(3) p span::before {
  background: url("../../_images/index/service-icon-3.png") no-repeat;
  width: 81px;
  height: 77px;
  transform: translateY(-110%);
}
.service ul.layout-2 li:nth-child(4) p span::before {
  background: url("../../_images/index/service-icon-4.png") no-repeat;
  width: 75px;
  height: 61px;
  transform: translateY(-110%);
}
.service ul.layout-2 li:nth-child(5) p span::before {
  background: url("../../_images/index/service-icon-5.png") no-repeat;
  width: 86px;
  height: 86px;
  transform: translateY(-110%);
}
.service ul.layout-2 li:nth-child(6) p span::before {
  background: url("../../_images/index/service-icon-6.png") no-repeat;
  width: 107px;
  height: 81px;
  transform: translateY(-110%);
}
.service ul.layout-2 li:nth-child(7) p span::before {
  background: url("../../_images/index/service-icon-7.png") no-repeat;
  width: 71px;
  height: 91px;
  transform: translateY(-110%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .service ul.layout-2 li p span {
    display: block;
    position: relative;
    margin-top: 50px;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--c-blue);
  }
  .service ul.layout-2 li p span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-100%);
  }
  .service ul.layout-2 li:nth-child(1) p span::before {
    background: url("../../_images/index/service-icon-1.png") no-repeat;
    width: 25px;
    height: 45px;
    background-size: 25px 45px;
  }
  .service ul.layout-2 li:nth-child(2) p span::before {
    background: url("../../_images/index/service-icon-2.png") no-repeat;
    width: 36px;
    height: 35px;
    background-size: 36px 35px;
    transform: translateY(-120%);
  }
  .service ul.layout-2 li:nth-child(3) p span::before {
    background: url("../../_images/index/service-icon-3.png") no-repeat;
    width: 40px;
    height: 38px;
    background-size: 40px 38px;
    transform: translateY(-110%);
  }
  .service ul.layout-2 li:nth-child(4) p span::before {
    background: url("../../_images/index/service-icon-4.png") no-repeat;
    width: 37px;
    height: 30px;
    background-size: 37px 30px;
    transform: translateY(-110%);
  }
  .service ul.layout-2 li:nth-child(5) p span::before {
    background: url("../../_images/index/service-icon-5.png") no-repeat;
    width: 43px;
    height: 43px;
    background-size: 43px 43px;
    transform: translateY(-110%);
  }
  .service ul.layout-2 li:nth-child(6) p span::before {
    background: url("../../_images/index/service-icon-6.png") no-repeat;
    width: 53px;
    height: 40px;
    background-size: 53px 40px;
    transform: translateY(-110%);
  }
  .service ul.layout-2 li:nth-child(7) p span::before {
    background: url("../../_images/index/service-icon-7.png") no-repeat;
    width: 35px;
    height: 45px;
    background-size: 35px 45px;
    transform: translateY(-110%);
  }

}


/* ****************************************************************************************************
   * 活動報告
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.report {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.report .body {
  max-width: 1240px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.report .title {
  color: var(--c-blue);
  text-align: center;
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.report .lead p {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .report .lead p {
    text-align: left;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.report ul.layout-flex-3 {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.report ul.layout-flex-3 li {
  width: 32%;
  margin-left: 2%;
}
.report ul.layout-flex-3 li:first-child,
.report ul.layout-flex-3 li:nth-child(3n+1) {
  margin-left: 0;
}
.report ul.layout-flex-3 li:nth-child(n+4) {
  margin-top: 30px;
}

.report ul.layout-flex-3 li .detail {
  margin-top: 20px;
}
.report ul.layout-flex-3 li:hover {
  background: #f2f2f2;
  transform: 0.2s;
  opacity: 1;
  border-radius: 10px;
}

.report ul.layout-flex-3 .day {
  display: block;
  color: var(--c-blue);
}

.report ul.layout-flex-3 .text {}

.report ul.layout-flex-3 li a {}
.report ul.layout-flex-3 li a:hover {
  opacity: 1;
}
.report ul.layout-flex-3 li .images {
  overflow: hidden;
  margin: 0 auto;
  border-radius: 10px;
  transform: 0.2s;
}

.report ul.layout-flex-3 li .images img {
  transition: 0.6s;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  opacity: 1;
}
.report ul.layout-flex-3 li:hover .images img {
  transform: scale(1.1);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .report ul.layout-flex-3 {
    justify-content: center;
  }
  .report ul.layout-flex-3 li {
    width: 46%;
    margin: 0 2%;
  }
  .report ul.layout-flex-3 li:nth-child(n+1) {
    margin: 0 auto;
  }
  .report ul.layout-flex-3 li:nth-child(n+4) {
    margin-top: 0;
  }
  .report ul.layout-flex-3 li .detail {
    margin-top: 1em;
  }
  
  .report ul.layout-flex-3 li .images {
    overflow: hidden;
    margin: 0 auto;
    border-radius: 5px;
    transform: 0.2s;
  }
  .report ul.layout-flex-3 li .images img {
    transition: 0.6s;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    opacity: 1;
  }
  /* スマホ時には2つ表示*/
  .report ul.layout-flex-3 li:nth-child(3) {
    display: none;
  }
}


/* ****************************************************************************************************
   * 会社概要
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.company {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--c-l-blue);
}
.company .body {
  max-width: 1240px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.company .title {
  color: var(--c-blue);
}

/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

.company .data {
  width: 80%;
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1000px) {
  /*ブラウザの幅が736px以下の時*/
  .company .data {
    width: 100%;
    margin-top: 1em;
  }
}

/* 外部リンク*/
.company .data table.radius tbody tr td a {
  text-decoration: underline;
}
.company .data table.radius tbody tr td a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/link-icon.png") no-repeat;
  width: 21px;
  height: 21px;
  margin-top: -6px;
  margin-left: .4em;
  vertical-align: middle;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 角丸 テーブル
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.company .data table.radius tbody tr:first-child th {
  border-radius: 10px 0 0 0;
}
.company .data table.radius tbody tr:first-child td {
  border-radius: 0 10px 0 0;
}
.company .data table.radius tbody tr:last-child th {
  border-radius: 0 0 0 10px;
}
.company .data table.radius tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .company .data table.radius tbody tr:first-child th,
  .company .data table.radius tbody tr:first-child td,
  .company .data table.radius tbody tr:last-child th,
  .company .data table.radius tbody tr:last-child td:last-child {
    border-radius: 0;
  }
}




