@charset "UTF-8";
/* CSS Document */
/*色*/
/*フォント*/
/*三角形*/
/*汎用クラス*/
.title-wrap {
  width: fit-content;
  margin: 0 auto 50px;
  text-align: left;
  font-weight: bold; }
  .title-wrap h2 {
    background: linear-gradient(rgba(13, 63, 104, 0.5) 0%, #0d3f68 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 11rem;
    line-height: 1.1; }
  .title-wrap .sub-title {
    color: #0d3f68;
    font-size: 3rem; }

section {
  padding: 80px;
  background: #dce7f0; }

.lead {
  max-width: 100%; }

/*TOPページ*/
.wrap_mv {
  background: #dce7f0; }
  .wrap_mv .mv {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto; }

#introduction {
  background: url("../image/bg_intro.png");
  background-size: cover; }
  #introduction .intro {
    position: relative; }
    #introduction .intro h3 {
      width: fit-content;
      padding: 20px 5px;
      position: absolute;
      background: #ffffff;
      font-size: 2.2rem;
      top: 50%;
      transform: translateY(-50%);
      right: 30px;
      font-weight: 400; }

#feature {
  background: url("../image/bg_f.png");
  background-size: 80%;
  background-position: bottom 60px center;
  background-repeat: no-repeat;
  background-color: #dce7f0; }
  #feature .lead {
    max-width: 100%;
    margin: auto;
    width: 850px; }
  #feature .box_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    counter-reset: listnum;
    list-style: none;
    margin-top: 80px; }
    #feature .box_wrap li {
      width: 300px;
      height: 200px;
      background: #fff;
      font-size: 2.4rem;
      color: #0d3f68;
      padding: 50px 20px 0;
      border-radius: 10px;
      border: 5px solid #0d3f68;
      margin: 0 10px 70px;
      position: relative; }
      #feature .box_wrap li::before {
        counter-increment: listnum;
        content: counter(listnum);
        position: absolute;
        left: 50%;
        top: -1em;
        transform: translateX(-50%);
        font-weight: 500;
        color: #fff;
        font-size: 5rem;
        background: #0d3f68;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        text-align: center;
        line-height: 80px; }

#service {
  background: #ffffff; }
  #service .lead {
    margin: 0 auto 30px;
    width: 1085px;
    max-width: 100%;
    padding: 0 15px; }
  #service .service_menu div.col-md-4 {
    background: #dce7f0;
    padding: 15px 15px 30px;
    position: relative;
    border: solid 5px #fff; }
    #service .service_menu div.col-md-4 span {
      background: #10a300;
      color: #fff;
      font-size: 1.6rem;
      padding: 0 10px;
      position: absolute;
      top: 15px;
      left: 15px; }
    #service .service_menu div.col-md-4 h3 {
      margin: 30px 0 10px;
      color: #0d3f68;
      font-size: 2.4rem;
      font-weight: 500;
      padding-bottom: 20px;
      border-bottom: solid 2px #ffffff;
      text-align: center; }

#work {
  background: url("../image/bg_work.png");
  background-size: cover; }
  #work p.lead {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px; }
  #work ul li {
    padding: 7px; }
    #work ul li a {
      color: #333;
      background-color: #ffffff;
      margin-bottom: 30px;
      display: block;
      padding: 15px; }
      #work ul li a .name {
        margin-top: 1em; }
    #work ul li .tag-item {
      padding: 0 5px;
      margin-right: 10px;
      background: #0d3f68;
      color: #fff;
      border-radius: 5px; }

#flow p.lead {
  width: 940px;
  margin: 0 auto 60px; }
#flow .flow-step {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 50px; }
  #flow .flow-step li {
    position: relative; }
    #flow .flow-step li::before {
      content: url("../image/next-step.png");
      position: absolute;
      top: 148px;
      right: -32px; }
    #flow .flow-step li .icon {
      margin-bottom: 15px; }
      #flow .flow-step li .icon img {
        width: 120px; }
    #flow .flow-step li .step {
      color: #0d3f68;
      font-weight: 700;
      font-size: 3.2rem;
      margin-bottom: 15px; }
    #flow .flow-step li .text {
      writing-mode: vertical-rl;
      font-size: 3.5rem;
      margin: auto; }
#flow .attention {
  width: 940px;
  max-width: 100%;
  background: #fff;
  margin: 0 auto 50px;
  padding: 30px; }
  #flow .attention h3 {
    font-weight: 400;
    font-size: 2.4rem;
    margin-bottom: 20px;
    text-align: center; }
  #flow .attention ul {
    width: fit-content;
    margin: auto; }
    #flow .attention ul li {
      list-style: inside;
      margin-left: 1.4em;
      text-indent: -1.4em;
      margin-bottom: 10px; }

#faq {
  background: url("../image/bg_faq.png");
  background-size: cover; }
  #faq .accordion {
    max-width: 940px;
    background: #fff;
    margin: 0 auto 20px; }
    #faq .accordion .q {
      display: flex;
      align-items: flex-start;
      align-items: center;
      position: relative;
      padding: 15px;
      cursor: pointer;
      color: #0d3f68;
      font-size: 2.4rem; }
      #faq .accordion .q div {
        font-weight: 700;
        line-height: 39px;
        border-right: 3px solid #0d3f68;
        width: 57px;
        text-align: center; }
      #faq .accordion .q p {
        width: calc(100% - 107px);
        padding-left: 20px; }
      #faq .accordion .q::after {
        width: 50px;
        height: 50px;
        background-color: #0d3f68;
        border-radius: 50%;
        text-align: center;
        line-height: 50px;
        content: "";
        background-image: url("../image/faq01.png");
        background-repeat: no-repeat;
        background-position: center center;
        transition: transform .3s; }
  #faq .accordion .q.active::after {
    transform: rotate(180deg);
    background-color: #10a300; }
  #faq .a {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.7s ease, opacity 0.5s ease;
    display: flex;
    align-items: flex-start;
    color: #696969;
    font-size: 2.4rem;
    padding: 0 15px; }
    #faq .a span {
      font-weight: 700;
      line-height: 39px;
      border-right: 3px solid #696969;
      display: block;
      width: 57px;
      text-align: center; }
    #faq .a p {
      width: calc(100% - 107px);
      padding-left: 20px; }
  #faq .a.open {
    transform: none;
    opacity: 1;
    max-height: 800px;
    /* ★中身より十分大きな値を指定する */
    padding: 30px 15px; }
  #faq .wrap-book {
    width: 940px;
    margin: auto;
    max-width: 100%; }
    #faq .wrap-book .col-md-3 {
      text-align: center;
      margin-bottom: 1em; }
  #faq h3 {
    margin-top: 100px;
    font-weight: 500;
    text-align: center;
    font-size: 50px;
    color: #0d3f68;
    margin-bottom: 30px; }

#news .news-list ul {
  border-top: 1px solid #0d3f68;
  min-height: 180px; }
  #news .news-list ul::before {
    display: block;
    background: #0d3f68;
    width: 110px;
    height: 5px;
    margin-top: -3px;
    content: ""; }
  #news .news-list ul li {
    border-bottom: 1px solid #0d3f68; }
    #news .news-list ul li::after {
      display: block;
      background: #0d3f68;
      width: 110px;
      height: 5px;
      margin-bottom: -3px;
      content: ""; }
    #news .news-list ul li a {
      color: #333;
      display: inline-block;
      padding: 10px 0; }
    #news .news-list ul li .date {
      color: #0d3f68;
      margin-right: 30px; }

@media (max-width: 968px) {
  /* 共通 */
  .title-wrap {
    width: fit-content;
    margin: 0 auto 20px; }
    .title-wrap h2 {
      font-size: 4rem; }
    .title-wrap .sub-title {
      font-size: 1.2rem; }

  .lead {
    font-size: 1.6rem; }

  section {
    padding: 50px 0px; }

  /*TOPページ*/
  #introduction .intro img {
    width: calc(100% - 15px);
    margin-bottom: 1em; }
  #introduction .intro h3 {
    padding: 10px;
    font-size: 1.8rem;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-weight: 400; }

  #feature {
    background-size: 100%;
    background-position: bottom 0 center;
    background-repeat: no-repeat;
    background-color: #dce7f0; }
    #feature .box_wrap {
      margin-top: 45px; }
      #feature .box_wrap li {
        width: 100%;
        height: auto;
        font-size: 1.6rem;
        color: #0d3f68;
        padding: 25px;
        border-radius: 10px;
        border: 5px solid #0d3f68;
        margin: 0 0 35px;
        position: relative; }
        #feature .box_wrap li::before {
          width: 40px;
          height: 40px;
          font-size: 2.4rem;
          font-weight: 400;
          line-height: 40px; }

  #service .lead {
    margin: 0 auto 30px; }
  #service .service_menu div.col-md-4 {
    border-left: solid 10px #fff;
    border-right: solid 10px #fff; }
    #service .service_menu div.col-md-4 h3 {
      font-size: 1.8rem; }

  #work {
    background: url("../image/bg_work.png");
    background-size: cover; }
    #work p.lead {
      font-size: 1.6rem;
      text-align: center; }

  #flow p.lead {
    margin: 0 auto 30px; }
  #flow .flow-step {
    display: block;
    width: fit-content;
    margin: 0 auto 30px; }
    #flow .flow-step li {
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
      #flow .flow-step li::before {
        display: none; }
      #flow .flow-step li .icon {
        margin-bottom: 0;
        margin-right: 10px; }
        #flow .flow-step li .icon img {
          width: 40px; }
      #flow .flow-step li .step {
        font-size: 1.6rem;
        margin-bottom: 0;
        margin-right: 20px; }
      #flow .flow-step li .text {
        writing-mode: horizontal-tb;
        font-size: 1.6rem;
        margin: 0; }
  #flow .attention {
    margin: 0 auto 30px;
    padding: 20px; }
    #flow .attention h3 {
      font-size: 1.8rem; }

  #faq .accordion .q {
    padding: 15px 10px;
    font-size: 1.6rem; }
    #faq .accordion .q div {
      font-size: 2rem;
      width: 50px; }
    #faq .accordion .q p {
      width: calc(100% - 80px);
      padding-left: 20px; }
    #faq .accordion .q::after {
      width: 30px;
      height: 30px;
      line-height: 30px;
      background-size: 20px auto; }
  #faq .a {
    font-size: 1.6rem;
    padding: 0 10px; }
    #faq .a span {
      width: 50px;
      font-size: 2rem; }
    #faq .a p {
      width: calc(100% - 50px);
      padding-left: 20px; }
  #faq .a.open {
    transform: none;
    opacity: 1;
    max-height: 800px;
    /* ★中身より十分大きな値を指定する */
    padding: 30px 15px; }
  #faq h3 {
    margin-top: 50px;
    font-size: 2rem;
    margin-bottom: 20px; }

  #news .news-list ul {
    min-height: auto; }
  #news a.more {
    margin: 20px auto 60px; } }
