@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&family=Noto+Serif+JP:wght@400;600&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
@import url("global.css");
.mainvisual {
  width: 100%;
  height: 80vh;
  position: relative;
  background: url("../welfare/img/img_main.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 80px; }
  .mainvisual .text {
    position: absolute;
    left: 10vw;
    bottom: 40px; }
    .mainvisual .text .sub_catch {
      margin-bottom: 20px;
      color: #36638F;
      text-align: left;
      text-shadow: 0 0 10px #fff;
      font-size: clamp(13px, 2.5vw, 26px);
      font-weight: bold; }
    .mainvisual .text .main_catch {
      margin-bottom: 40px;
      text-align: left;
      text-shadow: 0 0 10px #fff;
      font-size: clamp(22px, 5vw, 56px);
      font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
      font-weight: bold; }
    .mainvisual .text .btn_form {
      width: 400px; }
      .mainvisual .text .btn_form a {
        display: block;
        padding: 20px;
        border: 2px solid #36638F;
        background: #fff;
        color: #36638F;
        border-radius: 50px;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
        font-size: clamp(15px, 2.4vw, 20px);
        font-weight: bold; }

.sec_title {
  margin-bottom: 60px;
  text-align: center;
  font-size: clamp(20px, 3.3vw, 34px);
  font-weight: bold; }
  .sec_title .en {
    font-weight: normal; }

.sec_report {
  background: #36638F;
  padding: 70px 0;
  margin-bottom: 80px; }
  .sec_report .sec_title {
    color: #fff;
    margin-bottom: 40px; }
    .sec_report .sec_title .en {
      color: #fff; }
  .sec_report .text {
    color: #fff;
    text-align: center;
    margin-bottom: 30px; }
  .sec_report .list_wrap {
    position: relative; }
  .sec_report .list_dl li {
    margin: 0 20px; }
    .sec_report .list_dl li .img_area {
      margin-bottom: 20px; }
    .sec_report .list_dl li .list_dl_title {
      color: #fff;
      text-align: center;
      line-height: 1.4;
      font-weight: bold; }

#dl-arrow {
  width: 100%;
  position: absolute;
  left: 0;
  top: 30%; }
  #dl-arrow .slick-prev, #dl-arrow .slick-next {
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: #fff;
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
    border: 1px solid #000;
    box-sizing: border-box; }
    #dl-arrow .slick-prev::after, #dl-arrow .slick-next::after {
      content: "";
      width: 12px;
      height: 12px;
      border-top: 1px solid #000;
      position: absolute;
      top: 50%;
      left: 50%;
      transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
      -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden; }
    #dl-arrow .slick-prev:hover, #dl-arrow .slick-next:hover {
      background: #36638F; }
      #dl-arrow .slick-prev:hover::after, #dl-arrow .slick-next:hover::after {
        border-color: #fff; }
  #dl-arrow .slick-prev {
    left: 0; }
    #dl-arrow .slick-prev::after {
      border-left: 1px solid #000;
      transform: translate(-50%, -50%) rotate(-45deg);
      margin-left: 4px; }
  #dl-arrow .slick-next {
    right: 0; }
    #dl-arrow .slick-next::after {
      border-right: 1px solid #000;
      transform: translate(-50%, -50%) rotate(45deg);
      margin-left: -4px; }

.sec_event {
  margin-bottom: 100px; }
  .sec_event .sec_event_inner {
    border: 1px solid #36638F;
    padding: 50px; }
    .sec_event .sec_event_inner .list_event .event_block {
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px dotted #e1e1e1; }
      .sec_event .sec_event_inner .list_event .event_block:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
      .sec_event .sec_event_inner .list_event .event_block .img_area {
        width: 45%; }
        .sec_event .sec_event_inner .list_event .event_block .img_area .img {
          width: 100%;
          height: 0;
          padding-top: 66%;
          position: relative;
          overflow: hidden; }
          .sec_event .sec_event_inner .list_event .event_block .img_area .img img {
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            object-position: center top; }
      .sec_event .sec_event_inner .list_event .event_block .text_area {
        flex: 1;
        padding-left: 50px; }
        .sec_event .sec_event_inner .list_event .event_block .text_area .post_title {
          line-height: 1.4;
          margin-bottom: 20px;
          font-size: clamp(16px, 2.3vw, 20px);
          font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif; }
        .sec_event .sec_event_inner .list_event .event_block .text_area .post_data {
          border-top: 1px dotted #e1e1e1;
          padding-top: 10px;
          margin-top: 10px;
          margin-bottom: 30px; }
          .sec_event .sec_event_inner .list_event .event_block .text_area .post_data p {
            size: clamp(12px, 1.6vw, 14px); }
        .sec_event .sec_event_inner .list_event .event_block .text_area .btn_more {
          width: 250px;
          margin-left: auto; }

.sec_intro {
  position: relative; }
  .sec_intro .catch {
    text-align: center;
    margin-bottom: 60px;
    font-size: clamp(19px, 3.9vw, 40px);
    font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
    font-weight: bold; }
    .sec_intro .catch span {
      display: block;
      font-size: clamp(15px, 2.8vw, 30px); }
  .sec_intro .img_intro {
    text-align: center;
    margin: 0 auto 50px; }
  .sec_intro .support_area {
    background: rgba(54, 99, 143, 0.2);
    padding: 0 0 80px; }
    .sec_intro .support_area .bold_area {
      position: relative; }
      .sec_intro .support_area .bold_area::before {
        content: "";
        width: 100%;
        height: 50%;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0; }
      .sec_intro .support_area .bold_area .bold {
        position: relative;
        z-index: 2;
        text-align: center;
        background: #fff;
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
        font-size: clamp(18px, 4vw, 40px);
        font-weight: bold; }
    .sec_intro .support_area .list_support {
      align-items: stretch;
      margin: 60px -15px 0; }
      .sec_intro .support_area .list_support li {
        width: calc(100% / 4);
        padding: 0 15px;
        box-sizing: border-box; }
        .sec_intro .support_area .list_support li .inner {
          background: #36638F;
          padding: 20px;
          text-align: center;
          color: #fff;
          border-radius: 20px 0 20px 0; }
          .sec_intro .support_area .list_support li .inner h3 {
            text-align: center;
            margin-bottom: 20px;
            font-size: clamp(16px, 2.2vw, 22px);
            font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif; }
          .sec_intro .support_area .list_support li .inner .img_area {
            border-radius: 50%;
            overflow: hidden; }

.sec_strength {
  margin-bottom: 80px;
  background: #f2f2f2;
  padding: 80px 0; }
  .sec_strength .list_strength li {
    margin-bottom: 70px; }
    .sec_strength .list_strength li .title {
      margin-bottom: 30px;
      color: #36638F;
      font-size: clamp(18px, 2.4vw, 28px);
      font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif; }
    .sec_strength .list_strength li .list_strength_inner .text_area {
      width: 50%; }
    .sec_strength .list_strength li .list_strength_inner .img_area {
      width: 45%;
      border-radius: 20px 0 20px 0;
      overflow: hidden; }
    .sec_strength .list_strength li:nth-of-type(even) .list_strength_inner {
      flex-direction: row-reverse; }
    .sec_strength .list_strength li:last-of-type {
      margin-bottom: 0; }

.sec_works {
  margin-bottom: 80px; }
  .sec_works h3 {
    background: #36638F;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px; }
  .sec_works .list_gal {
    align-items: stretch; }
    .sec_works .list_gal li {
      width: 48%;
      margin-bottom: 40px; }
      .sec_works .list_gal li a {
        display: block; }
        .sec_works .list_gal li a .btn_more {
          width: 200px;
          margin: -20px 20px 0 auto;
          position: relative;
          z-index: 2;
          font-size: clamp(12px, 1.6vw, 15px);
          font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif; }
          .sec_works .list_gal li a .btn_more span {
            display: block;
            padding: 8px 15px;
            box-sizing: border-box;
            border-radius: 50px;
            border: 1px solid #707070;
            background: #fff;
            color: #000;
            text-align: center;
            line-height: 1.4;
            transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
            -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden; }
        .sec_works .list_gal li a:hover .btn_more span {
          background: #36638F;
          color: #fff; }

.sec_message {
  margin-bottom: 80px; }
  .sec_message .wrapper {
    border: 2px solid #36638F;
    padding: 50px;
    border-radius: 20px; }
  .sec_message .sec_message_inner .img_area {
    width: 35%; }
  .sec_message .sec_message_inner .text_area {
    flex: 1;
    padding-left: 50px; }
    .sec_message .sec_message_inner .text_area p {
      margin-bottom: 1em; }
    .sec_message .sec_message_inner .text_area .right {
      margin: 20px 0 0;
      text-align: right; }
      .sec_message .sec_message_inner .text_area .right span {
        font-size: 18px; }

.sec_soudan {
  background: #36638F;
  padding: 50px 0 80px; }
  .sec_soudan .wrapper {
    color: #fff; }
    .sec_soudan .wrapper .sec_title .en {
      color: #f2f2f2; }
    .sec_soudan .wrapper .sec_soudan_inner .text_area {
      width: 48%; }
      .sec_soudan .wrapper .sec_soudan_inner .text_area p {
        margin-bottom: 20px; }
      .sec_soudan .wrapper .sec_soudan_inner .text_area table {
        width: 100%;
        border-collapse: collapse;
        border-top: 1px dotted #f2f2f2; }
        .sec_soudan .wrapper .sec_soudan_inner .text_area table tr {
          border-bottom: 1px dotted #f2f2f2; }
        .sec_soudan .wrapper .sec_soudan_inner .text_area table th {
          width: 25%;
          padding: 10px;
          box-sizing: border-box; }
        .sec_soudan .wrapper .sec_soudan_inner .text_area table td {
          padding: 10px; }
    .sec_soudan .wrapper .sec_soudan_inner .map_area {
      width: 48%; }
      .sec_soudan .wrapper .sec_soudan_inner .map_area .map {
        width: 100%;
        height: 0;
        padding-top: 70%;
        position: relative;
        overflow: hidden; }
        .sec_soudan .wrapper .sec_soudan_inner .map_area .map iframe {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }

.sec_form {
  background: #f2f2f2;
  padding: 70px 0;
  box-sizing: border-box; }
  .sec_form .sec_title {
    text-align: center; }

/* ---------- Modal-window ---------- */
.pointbox {
  display: none; }

#modaal-close:after, #modaal-close:before {
  background: #36638F;
  left: 28px; }

#modaal-close {
  right: calc(5% + 50px);
  top: calc(5% + 50px);
  background: #fff;
  width: 60px;
  height: 60px; }

#modaal-close:focus, #modaal-close:hover {
  background: #36638F; }

#modaal-close:hover:after, #modaal-close:hover:before {
  background: #fff; }

#modaal-close span {
  position: absolute !important;
  clip: auto;
  clip: auto;
  padding: 0 !important;
  height: auto !important;
  width: auto !important;
  color: #36638F;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  font-size: 12px; }

#modaal-close:hover span {
  color: #fff; }

.modaal-container {
  border-radius: 10px; }

.point_inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 60px 0; }
  .point_inner .sec_title .ja {
    font-size: clamp(19px, 3.1vw, 26px);
    font-weight: normal;
    color: #36638F; }
  .point_inner .item {
    margin-bottom: 30px; }
    .point_inner .item .img {
      text-align: center; }
    .point_inner .item .cap {
      margin-top: 10px; }

.close_ft {
  position: relative;
  right: auto !important;
  top: auto !important;
  margin: 60px auto 0; }
  .close_ft:after, .close_ft:before {
    width: 0 !important;
    height: 0 !important; }
  .close_ft button {
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center; }

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1400px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1400px) {
  #welfare .l_header .l_header_inner .l_header_logo p {
    /*width: 80px;*/ } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1200px)
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .mainvisual {
    background: url("../welfare/img/img_main_tab.jpg") no-repeat center center;
    background-size: cover;
    height: 50vh;
    position: relative; }
    .mainvisual .text {
      left: 4vw; }
      .mainvisual .text .sub_catch {
        margin-bottom: 10px; }
      .mainvisual .text .main_catch {
        margin-bottom: 20px; }
      .mainvisual .text .btn_form {
        width: 300px; }
        .mainvisual .text .btn_form a {
          padding: 15px; }

  .sec_report {
    margin-bottom: 60px; }
    .sec_report .list_dl li {
      margin: 0 5px; }

  #dl-arrow .slick-prev {
    left: -30px; }
  #dl-arrow .slick-next {
    right: -30px; }

  .sec_event {
    margin-bottom: 70px; }
    .sec_event .sec_event_inner {
      padding: 30px; }
      .sec_event .sec_event_inner .list_event .event_block .img_area .img {
        padding-top: 100%; }
      .sec_event .sec_event_inner .list_event .event_block .text_area {
        padding-left: 30px; }
        .sec_event .sec_event_inner .list_event .event_block .text_area .btn_more {
          width: 90%; }

  .sec_intro .support_area .list_support {
    margin: 60px -10px 0; }
    .sec_intro .support_area .list_support li {
      padding: 0 10px; }

  .sec_strength .list_strength li {
    margin-bottom: 50px; }
    .sec_strength .list_strength li .title {
      margin-bottom: 20px; }
    .sec_strength .list_strength li .list_strength_inner .img_area {
      width: 47%; }

  .sec_message {
    padding: 0 8vw; }
    .sec_message .wrapper {
      padding: 30px; }
    .sec_message .sec_message_inner {
      align-items: stretch; }
      .sec_message .sec_message_inner .text_area {
        padding-left: 40px; }

  .sec_soudan {
    padding: 50px 0; }
    .sec_soudan .wrapper .sec_soudan_inner {
      display: block; }
      .sec_soudan .wrapper .sec_soudan_inner .text_area {
        width: 100%;
        margin-bottom: 30px; }
      .sec_soudan .wrapper .sec_soudan_inner .map_area {
        width: 100%; }
        .sec_soudan .wrapper .sec_soudan_inner .map_area .map {
          padding-top: 40%; }

  /* ---------- Modal-window ---------- */
  #modaal-close:after, #modaal-close:before {
    left: 23px; }

  #modaal-close {
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px; }

  #modaal-close span {
    bottom: 0; }

  .point_inner {
    padding: 40px 0; }

  .close_ft {
    margin: 30px auto 0; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .mainvisual {
    background: url("../welfare/img/img_main_sp.jpg") no-repeat center center;
    background-size: cover;
    margin-bottom: 40px; }
    .mainvisual .text {
      bottom: 30px; }
      .mainvisual .text .btn_form {
        width: 220px; }
        .mainvisual .text .btn_form a {
          padding: 10px; }

  .sec_title {
    margin-bottom: 30px; }

  .sec_report {
    padding: 40px 0 60px; }

  #dl-arrow .slick-prev {
    left: -15px; }
  #dl-arrow .slick-next {
    right: -15px; }

  .sec_event {
    margin-bottom: 50px; }
    .sec_event .sec_event_inner {
      padding: 20px; }
      .sec_event .sec_event_inner .list_event .event_block .img_area {
        width: 100%;
        margin-bottom: 20px; }
        .sec_event .sec_event_inner .list_event .event_block .img_area .img {
          padding-top: 66%; }
      .sec_event .sec_event_inner .list_event .event_block .text_area {
        padding-left: 0; }
        .sec_event .sec_event_inner .list_event .event_block .text_area .post_title {
          margin-bottom: 10px; }
        .sec_event .sec_event_inner .list_event .event_block .text_area .post_data {
          margin-bottom: 20px; }
        .sec_event .sec_event_inner .list_event .event_block .text_area .btn_more {
          width: 80%; }

  .sec_intro .catch {
    margin-bottom: 30px; }
  .sec_intro .img_intro {
    margin: 0 auto 30px; }
  .sec_intro .support_area {
    padding: 0 0 40px; }
    .sec_intro .support_area .list_support {
      display: flex;
      margin: 30px 0 0; }
      .sec_intro .support_area .list_support li {
        width: calc(100% / 2);
        padding: 0 5px;
        margin-bottom: 10px; }
        .sec_intro .support_area .list_support li .inner {
          padding: 10px;
          border-radius: 10px 0 10px 0; }
          .sec_intro .support_area .list_support li .inner h3 {
            margin-bottom: 10px; }

  .sec_strength {
    margin-bottom: 50px;
    padding: 40px 0; }
    .sec_strength .list_strength li {
      margin-bottom: 40px; }
      .sec_strength .list_strength li .title {
        margin-bottom: 10px; }
      .sec_strength .list_strength li .list_strength_inner .text_area {
        width: 100%;
        margin-bottom: 10px; }
      .sec_strength .list_strength li .list_strength_inner .img_area {
        width: 100%; }

  .sec_works {
    margin-bottom: 40px; }
    .sec_works h3 {
      margin-bottom: 5px; }
    .sec_works .list_gal li {
      width: 100%;
      margin-bottom: 30px; }

  .sec_message {
    margin-bottom: 50px; }
    .sec_message .wrapper {
      padding: 25px;
      border-radius: 10px; }
    .sec_message .sec_message_inner .img_area {
      width: 60%;
      margin: 0 auto 10px; }
    .sec_message .sec_message_inner .text_area {
      padding-left: 0; }
      .sec_message .sec_message_inner .text_area .right span {
        font-size: 16px; }

  .sec_soudan {
    padding: 30px 0; }
    .sec_soudan .wrapper .sec_soudan_inner .text_area table th {
      width: 20%; }
    .sec_soudan .wrapper .sec_soudan_inner .map_area .map {
      padding-top: 70%; }

  /* ---------- Modal-window ---------- */
  #modaal-close {
    right: 10px;
    top: 10px; }

  .point_inner {
    padding: 0; } }
