@charset "UTF-8";
.display-none {
  display: none !important; }

@media screen and (max-width: 320px) {
  .display-none-sss {
    display: none !important; } }
@media screen and (max-width: 480px) {
  .display-none-ss {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .display-none-s {
    display: none !important; } }
@media screen and (min-width: 769px) {
  .display-none-l {
    display: none !important; } }
@media screen and (min-width: 1300px) {
  .display-none-ll {
    display: none !important; } }
@media screen and (max-width: 1000px) {
  .display-none-m {
    display: none !important; } }
#dia header {
  width: 100%;
  background-color: rgb(231,48,102);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999; }
  @media screen and (min-width: 769px) {
    #dia header {
      min-width: 1000px; } }
  #dia header .wrapper {
    height: 60px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      #dia header .wrapper {
        height: 45px; } }
    #dia header .wrapper p a {
      font-size: 26px;
      color: #fff; }
      @media screen and (max-width: 768px) {
        #dia header .wrapper p a {
          font-size: 18px; } }
    #dia header .wrapper h1 {
      width: 110px; }
      @media screen and (max-width: 768px) {
        #dia header .wrapper h1 {
          width: 80px; } }

#dia footer {
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    #dia footer {
      margin-bottom: 92px; } }
  #dia footer .wrapper {
    padding: 55px 0 70px;
    background: url(../img/footer.jpg) no-repeat;
    background-size: 280px;
    background-position: right center;
    display: flex; }
    @media screen and (max-width: 768px) {
      #dia footer .wrapper {
        padding: 30px 0;
        background-size: 80%;
        background-position: center;
        display: block; } }
    #dia footer .wrapper h1 {
      width: 155px;
      margin-right: 50px; }
      @media screen and (max-width: 768px) {
        #dia footer .wrapper h1 {
          margin: 0 auto 20px; } }
    #dia footer .wrapper ul {
      width: 350px;
      display: flex;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        #dia footer .wrapper ul {
          width: 100%; } }
      #dia footer .wrapper ul li {
        width: 50%;
        padding-left: 20px;
        box-sizing: border-box;
        font-size: 14px;
        text-align: left;
        margin-top: 20px;
        position: relative; }
        #dia footer .wrapper ul li:nth-child(-n+2) {
          margin-top: 0; }
        #dia footer .wrapper ul li:after {
          content: "";
          width: 10px;
          height: 3px;
          background-color: #108eb5;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto; }
        #dia footer .wrapper ul li a {
          display: inline-block; }
  #dia footer > p {
    width: 100%;
    padding: 14px 0;
    background-color: #39b3f1;
    font-size: 12px;
    font-weight: bold;
    color: #fff; }
    @media screen and (max-width: 768px) {
      #dia footer > p {
        padding: 10px 0;
        font-size: 10px; } }

#dia {
  /* 共通 */
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Noto Sans JP';
  font-size: 16px;
  color: #444;
  /* mv */
  /* nav_box */
  /* concept */
  /* performance */
  /* voice */
  /* about */
  /* contact */
  /* link */
  /* content */
  /* 記事 */ }
  @media screen and (min-width: 769px) {
    #dia {
      min-width: 1000px; } }
  @media screen and (max-width: 768px) {
    #dia {
      font-size: 12px; } }
  #dia *:focus {
    outline: none; }
  #dia .tsukuardgothic {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal; }
  #dia h1, #dia h2, #dia h3, #dia h4, #dia p, #dia span, #dia a, #dia li {
    line-height: 100%; }
  #dia .contact_ttl {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 28px;
    margin: 110px 0 50px; }
    @media screen and (max-width: 768px) {
      #dia .contact_ttl {
        padding: 0 5%;
        font-size: 18px;
        margin: 75px 0 30px; } }
  @media screen and (max-width: 768px) {
    #dia .pc_only {
      display: none !important; } }
  @media screen and (min-width: 769px) {
    #dia .sp_only {
      display: none !important; } }
  #dia section:not(.itemlist):not(.post-content) img,
  #dia header img,
  #dia footer img {
    width: 100%;
    display: block; }
  #dia section:not(.itemlist) a,
  #dia header a,
  #dia footer a {
    color: #000;
    display: block;
    outline: none;
    text-decoration: none;
    transition: all .2s; }
  #dia section:not(.itemlist) ul,
  #dia header ul,
  #dia footer ul {
    list-style-type: none; }
  #dia section:not(.itemlist) span,
  #dia header span,
  #dia footer span {
    display: inline-block; }
  #dia section:not(.itemlist) .wrapper,
  #dia header .wrapper,
  #dia footer .wrapper {
    width: 960px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #dia section:not(.itemlist) .wrapper,
      #dia header .wrapper,
      #dia footer .wrapper {
        width: 90%; } }
    @media screen and (min-width: 769px) {
      #dia section:not(.itemlist) .wrapper.small,
      #dia header .wrapper.small,
      #dia footer .wrapper.small {
        width: 900px; } }
  #dia section:not(.itemlist) .ttl_box,
  #dia header .ttl_box,
  #dia footer .ttl_box {
    background-color: #39b3f1;
    display: flex; }
    @media screen and (max-width: 768px) {
      #dia section:not(.itemlist) .ttl_box,
      #dia header .ttl_box,
      #dia footer .ttl_box {
        display: block; } }
    #dia section:not(.itemlist) .ttl_box .img_box,
    #dia header .ttl_box .img_box,
    #dia footer .ttl_box .img_box {
      width: 50%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      @media screen and (min-width: 769px) {
        #dia section:not(.itemlist) .ttl_box .img_box,
        #dia header .ttl_box .img_box,
        #dia footer .ttl_box .img_box {
          min-height: 325px; } }
      @media screen and (max-width: 768px) {
        #dia section:not(.itemlist) .ttl_box .img_box,
        #dia header .ttl_box .img_box,
        #dia footer .ttl_box .img_box {
          width: 100%;
          height: 48vw; } }
    #dia section:not(.itemlist) .ttl_box .text_box,
    #dia header .ttl_box .text_box,
    #dia footer .ttl_box .text_box {
      width: 50%;
      padding: 40px;
      box-sizing: border-box;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: center;
      text-align: left;
      color: #fff; }
      @media screen and (max-width: 768px) {
        #dia section:not(.itemlist) .ttl_box .text_box,
        #dia header .ttl_box .text_box,
        #dia footer .ttl_box .text_box {
          width: 100%;
          padding: 20px 5%; } }
      #dia section:not(.itemlist) .ttl_box .text_box h2,
      #dia header .ttl_box .text_box h2,
      #dia footer .ttl_box .text_box h2 {
        padding-left: 20px;
        border-left: 9px #fff solid;
        font-size: 20px;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          #dia section:not(.itemlist) .ttl_box .text_box h2,
          #dia header .ttl_box .text_box h2,
          #dia footer .ttl_box .text_box h2 {
            padding-left: 10px;
            border-width: 5px;
            font-size: 16px;
            margin-bottom: 15px; } }
        #dia section:not(.itemlist) .ttl_box .text_box h2 span,
        #dia header .ttl_box .text_box h2 span,
        #dia footer .ttl_box .text_box h2 span {
          font-size: 34px;
          display: block;
          margin-top: 5px; }
          @media screen and (max-width: 768px) {
            #dia section:not(.itemlist) .ttl_box .text_box h2 span,
            #dia header .ttl_box .text_box h2 span,
            #dia footer .ttl_box .text_box h2 span {
              font-size: 26px; } }
      #dia section:not(.itemlist) .ttl_box .text_box p,
      #dia header .ttl_box .text_box p,
      #dia footer .ttl_box .text_box p {
        width: 100%;
        max-width: 410px;
        padding-top: 25px;
        border-top: 1px #fff solid;
        font-size: 17px;
        line-height: 35px; }
        @media screen and (max-width: 768px) {
          #dia section:not(.itemlist) .ttl_box .text_box p,
          #dia header .ttl_box .text_box p,
          #dia footer .ttl_box .text_box p {
            padding-top: 10px;
            font-size: 14px;
            line-height: 26px; } }
  #dia section:not(.itemlist) .btn,
  #dia header .btn,
  #dia footer .btn {
    width: 300px;
    padding: 21px 0;
    background-color: #39b3f1;
    box-shadow: 3px 3px 0 #108eb5;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    color: #fff;
    display: block;
    margin: 30px auto 0;
    position: relative; }
    @media screen and (max-width: 768px) {
      #dia section:not(.itemlist) .btn,
      #dia header .btn,
      #dia footer .btn {
        width: 250px;
        padding: 17px 0;
        font-size: 16px;
        margin-top: 10px; } }
    #dia section:not(.itemlist) .btn:nth-child(1),
    #dia header .btn:nth-child(1),
    #dia footer .btn:nth-child(1) {
      margin-top: 0; }
    #dia section:not(.itemlist) .btn:after,
    #dia header .btn:after,
    #dia footer .btn:after {
      content: "";
      width: 10px;
      height: 100%;
      background: url(../img/arrow01.png) no-repeat;
      background-size: 100%;
      background-position: center;
      position: absolute;
      top: 0;
      right: 40px; }
    #dia section:not(.itemlist) .btn:hover,
    #dia header .btn:hover,
    #dia footer .btn:hover {
      transform: scale(1.1, 1.1); }
  @media screen and (max-width: 768px) {
    #dia .buy_method_cont h3 img,
    #dia .buy_method_cont p img,
    #dia .buy_method_cont > img,
    #dia .contact_cont h3 img,
    #dia .contact_cont p img,
    #dia .contact_cont > img {
      width: 100%; } }
  #dia .free_banner_cont img {
    width: 100%; }
  #dia .fixed {
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999; }
    @media screen and (min-width: 769px) {
      #dia .fixed {
        display: none; } }
    #dia .fixed li {
      width: 33.33%;
      background-color: #c9e9f4;
      border-right: 2px #fff solid;
      box-sizing: border-box; }
      #dia .fixed li:last-child {
        border: none; }
      #dia .fixed li img {
        width: auto;
        height: 30px;
        padding: 10px 0;
        display: block;
        margin: auto; }
      #dia .fixed li p {
        padding: 14px 0;
        background-color: #39b3f1;
        color: #fff; }
  #dia.overflow {
    overflow: hidden; }
  @media screen and (max-width: 768px) {
    #dia .contact_btn a {
      margin: 10px 0;
      display: block; } }
  #dia section.mv {
    padding: 300px 0 350px;
    background: url(../img/bunner.png) no-repeat;
    background-color: #42a7df;
    background-size: 70%;
    background-position: center;
    position: relative; }
    @media screen and (max-width: 768px) {
      #dia section.mv {
		background-size: contain;
		background-image: url(../img/sp_bunner.png);
		} }
    #dia section.mv h2 {
      width: 665px;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        #dia section.mv h2 {
          width: 70%; } }
  #dia .sub_mv {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 1px 2px rgba(147, 147, 147, 0.75);
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      #dia .sub_mv {
        margin-top: 45px; } }
  #dia .nav_box {
    width: 100%;
    padding: 18px 0;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    bottom: 0; }
    @media screen and (max-width: 768px) {
      #dia .nav_box {
        padding: 15px 0; } }
    #dia .nav_box ul {
      display: flex; }
      @media screen and (max-width: 768px) {
        #dia .nav_box ul {
          width: 100% !important; } }
      #dia .nav_box ul li {
        width: 20%;
        border-right: 2px #fff solid; }
        @media screen and (max-width: 768px) {
          #dia .nav_box ul li {
            border-width: 1px; } }
        #dia .nav_box ul li:last-child {
          border: none; }
        #dia .nav_box ul li a {
          width: 100%;
          padding: 10px 0;
          font-size: 15px;
          text-align: center;
          color: #108eb5;
          display: block; }
          @media screen and (max-width: 768px) {
            #dia .nav_box ul li a {
              padding: 6px 0;
              font-size: 10px; } }
          #dia .nav_box ul li a span {
            font-size: 24px;
            display: block;
            margin-top: 5px; }
            @media screen and (max-width: 768px) {
              #dia .nav_box ul li a span {
                font-size: 13px; } }
          #dia .nav_box ul li a:hover {
            opacity: 0.5; }
    #dia .nav_box.sticky {
      display: none;
      position: fixed;
      top: 0;
      bottom: auto;
      left: 0;
      z-index: 999; }
      #dia .nav_box.sticky .wrapper {
        width: 960px;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          #dia .nav_box.sticky .wrapper {
            width: 90%; } }
  #dia section.concept {
    padding: 140px 0;
    background: url(../img/concept_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #dia section.concept {
        padding: 30px 5% 50px;
        background-size: 100%;
        background-position: bottom; } }
    #dia section.concept h2 {
      font-size: 34px;
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        #dia section.concept h2 {
          font-size: 20px;
          margin-bottom: 20px; } }
      #dia section.concept h2 span {
        font-size: 40px; }
        @media screen and (max-width: 768px) {
          #dia section.concept h2 span {
            font-size: 26px; } }
    #dia section.concept > p {
      line-height: 35px;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        #dia section.concept > p {
          line-height: 24px;
          margin-bottom: 10px;
          text-align: left; }
          #dia section.concept > p br {
            display: none; } }
      #dia section.concept > p:last-of-type {
        margin: 0; }
      #dia section.concept > p span {
        color: #108eb5; }
    #dia section.concept > div {
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: center;
      margin-top: 50px; }
      @media screen and (max-width: 768px) {
        #dia section.concept > div {
          margin-top: 20px; } }
      #dia section.concept > div img {
        width: 75px !important;
        margin-right: 30px; }
        @media screen and (max-width: 768px) {
          #dia section.concept > div img {
            width: 50px !important;
            margin-right: 10px; } }
      #dia section.concept > div p {
        font-size: 27px;
        line-height: 46px; }
        @media screen and (max-width: 768px) {
          #dia section.concept > div p {
            font-size: 18px;
            line-height: 30px; } }
        #dia section.concept > div p span {
          position: relative;
          z-index: 9; }
          #dia section.concept > div p span:after {
            content: "";
            width: calc(100% + 10px);
            height: 10px;
            background-color: rgba(237, 221, 231, 0.7);
            border-radius: 10px;
            position: absolute;
            bottom: -3px;
            left: -5px;
            z-index: -1; }
  #dia section.performance {
    background-color: #edf2f4; }
    #dia section.performance .ttl_box .img_box {
      background-image: url(../img/performance01.jpg); }
    #dia section.performance .ttl_box .text_box {
      background-image: url(../img/performance02.png); }
    #dia section.performance .wrapper {
      padding: 80px 0; }
      @media screen and (max-width: 768px) {
        #dia section.performance .wrapper {
          padding: 30px 0; } }
  #dia .performance_list > ul:not(.pager) {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      #dia .performance_list > ul:not(.pager) {
        margin-bottom: 25px; } }
    #dia .performance_list > ul:not(.pager) > li {
      width: 32%;
      padding: 25px 20px;
      box-sizing: border-box;
      background-color: #fff;
      box-shadow: 3px 3px 1px #c4c4c4;
      margin: 55px 2% 0 0; }
      @media screen and (min-width: 769px) {
        #dia .performance_list > ul:not(.pager) > li:nth-child(-n+3) {
          margin-top: 0; }
        #dia .performance_list > ul:not(.pager) > li:nth-child(3n) {
          margin-right: 0; } }
      @media screen and (max-width: 768px) {
        #dia .performance_list > ul:not(.pager) > li {
          width: 48%;
          padding: 20px 10px;
          margin: 15px 4% 0 0; }
          #dia .performance_list > ul:not(.pager) > li:nth-child(-n+2) {
            margin-top: 0; }
          #dia .performance_list > ul:not(.pager) > li:nth-child(2n) {
            margin-right: 0; } }
      #dia .performance_list > ul:not(.pager) > li img {
        margin: 0 auto 15px; }
        @media screen and (max-width: 768px) {
          #dia .performance_list > ul:not(.pager) > li img {
            margin-bottom: 10px; } }
      #dia .performance_list > ul:not(.pager) > li h3 {
        font-size: 20px;
        font-weight: bold;
        line-height: 25px;
        margin-bottom: 15px; }
        @media screen and (max-width: 768px) {
          #dia .performance_list > ul:not(.pager) > li h3 {
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 10px; } }
      #dia .performance_list > ul:not(.pager) > li .price1,
      #dia .performance_list > ul:not(.pager) > li .price2 {
        display: flex;
        align-items: center;
        align-content: center;
        margin-bottom: 10px; }
        @media screen and (max-width: 768px) {
          #dia .performance_list > ul:not(.pager) > li .price1,
          #dia .performance_list > ul:not(.pager) > li .price2 {
            display: block; } }
        #dia .performance_list > ul:not(.pager) > li .price1 h4,
        #dia .performance_list > ul:not(.pager) > li .price2 h4 {
          width: 120px;
          padding: 7px 0;
          border: 1px #444 solid;
          border-radius: 20px;
          box-sizing: border-box;
          font-size: 14px; }
          @media screen and (max-width: 768px) {
            #dia .performance_list > ul:not(.pager) > li .price1 h4,
            #dia .performance_list > ul:not(.pager) > li .price2 h4 {
              width: 100%;
              margin-bottom: 5px; } }
        #dia .performance_list > ul:not(.pager) > li .price1 p,
        #dia .performance_list > ul:not(.pager) > li .price2 p {
          width: calc(100% - 120px);
          font-size: 18px;
          text-align: right; }
          @media screen and (max-width: 768px) {
            #dia .performance_list > ul:not(.pager) > li .price1 p,
            #dia .performance_list > ul:not(.pager) > li .price2 p {
              width: 100%; } }
      #dia .performance_list > ul:not(.pager) > li .price2 h4 {
        border-color: #39b3f1;
        background-color: #39b3f1;
        font-weight: bold;
        color: #fff; }
      #dia .performance_list > ul:not(.pager) > li .price2 p {
        font-size: 22px;
        font-weight: bold;
        color: #108eb5; }
      #dia .performance_list > ul:not(.pager) > li > p {
        text-align: left; }
        @media screen and (min-width: 769px) {
          #dia .performance_list > ul:not(.pager) > li > p {
            font-size: 15px;
            line-height: 23px; } }
        #dia .performance_list > ul:not(.pager) > li > p.date {
          padding-top: 10px;
          border-top: 2px #e5e5e5 solid;
          color: #c9c9c9;
          margin-bottom: 5px; }
      #dia .performance_list > ul:not(.pager) > li .btn {
        width: 230px;
        padding: 12px 0;
        box-shadow: none;
        font-size: 16px;
        text-align: center;
        margin-top: 15px; }
        @media screen and (max-width: 768px) {
          #dia .performance_list > ul:not(.pager) > li .btn {
            width: 100%;
            padding: 8px 0;
            font-size: 14px;
            margin-top: 10px; } }
        #dia .performance_list > ul:not(.pager) > li .btn:after {
          width: 8px;
          right: 30px; }
          @media screen and (max-width: 768px) {
            #dia .performance_list > ul:not(.pager) > li .btn:after {
              width: 6px;
              right: 15px; } }
  #dia section.voice .ttl_box .img_box {
    background-image: url(../img/voice01.jpg); }
  #dia section.voice .ttl_box .text_box {
    background-image: url(../img/voice02.png); }
  #dia section.voice .wrapper {
    max-height: 490px;
    border: 1px #c9c9c9 solid;
    box-sizing: border-box;
    margin: 75px auto;
    overflow: scroll;
    overflow-x: hidden; }
    @media screen and (max-width: 768px) {
      #dia section.voice .wrapper {
        margin: 30px auto; } }
    #dia section.voice .wrapper::-webkit-scrollbar {
      width: 20px; }
      @media screen and (max-width: 768px) {
        #dia section.voice .wrapper::-webkit-scrollbar {
          width: 10px; } }
    #dia section.voice .wrapper::-webkit-scrollbar-track {
      border-left: 1px #c9c9c9 solid; }
    #dia section.voice .wrapper::-webkit-scrollbar-thumb {
      background-color: #39b3f1;
      border-left: 1px #c9c9c9 solid; }
    #dia section.voice .wrapper .blue {
      color: #108eb5; }
    #dia section.voice .wrapper .star {
      letter-spacing: 0.3em; }
      @media screen and (max-width: 768px) {
        #dia section.voice .wrapper .star {
          letter-spacing: 0.2em; } }


          
/* Review */
.Review {
  max-width: 900px;
  margin: 100px auto;
  position: relative;
  border: 1px solid #c9c9c9;
}
.Review__bg {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
}
.Review__header {
  position: relative;
  padding: 35px 30px;
  background-color: #edf2f4;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  font-size: 20px;
  gap: 10px;
}
.Review__header-num {
  display: flex;
  gap: 20px;
  font-weight: bold;
  line-height: 25px;
}
.Review__header-num h3 {
  font-size: 25px;
}
.Review__header-rating {
  display: flex;
  gap: 20px;
  color: #399CDA;
  line-height: 35px;
}
.Review__header-rating-ave span {
  font-size: 35px;
  margin-left: 10px;
}
.Review__header-rating-star {
  font-size: 30px;
  white-space: nowrap;
  overflow: hidden;
}
.Review__header button {
  position: absolute;
  top: 35px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 165px;
  height: 35px;
  box-shadow: none;
  font-size: 13px;
  background-color: #399CDA;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  transition: all 0.2s;
}
.Review__header button:hover {
  transform: scale(1.1);
  transition: all 0.2s;
}
.Review__header button img {
  width: 22px !important;
}
.Review__modal {
  width: 90%;
  max-width: 900px;
  height: 90vh;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px #c9c9c9 solid;
  box-sizing: border-box;
  position: fixed;
  z-index: 9991;
  margin: auto;
}
.Review__modal-finish {
  display: none;
  width: 300px;
  color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 0;
  box-sizing: border-box;
  border: 1px #c9c9c9 solid;
  background-color: #fff;
  z-index: 9993;
}
.Review__modal-finish p {
  text-align: center;
  padding: 10px 0;
}
.Review__modal-finish button {
  border-radius: 30px;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  width: 100px;
  height: 30px;
  border: 1px #c9c9c9 solid;
  border-radius: 30px;
  line-height: 100%;
  margin: 10px auto;
  position: relative;
}
.Review__modal-finish button:after {
  background: none;
}
.Review__modal-finish-bg {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9992;
}
.Review__post {
  max-width: 900px;
  height: 80vh;
  padding: 35px 30px;
  overflow: scroll;
}
.Review__post-header {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Review__post-header h3 {
  text-align: left;
  padding: 8px 0 8px 15px;
  border-left: 12px #399CDA solid;
  font-size: 20px;
  font-weight: bold;
}
.Review__post-header button {
  border-radius: 30px;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  border-radius: 30px;
  width: 170px;
  padding: 12px 0;
  border: 1px #c9c9c9 solid;
  box-sizing: border-box;
  box-shadow: none;
  font-size: 14px;
  color: #444;
  transition: all 0.2s;
}
.Review__post-header button:hover {
  transform: scale(1.1);
  transition: all 0.2s;
}
.Review__post form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.Review__post-age, .Review__post-gender, .Review__post-live, .Review__post-sell {
  width: calc((100% - 20px) / 2);
}
.Review__post-name, .Review__post-rating, .Review__post-review {
  width: 100%;
}
.Review__post-name label, .Review__post-age label, .Review__post-gender label, .Review__post-live label, .Review__post-sell label, .Review__post-rating label, .Review__post-review label {
  display: block;
  float: left;
  width: 250px;
  position: relative;
}
.Review__post-name h4, .Review__post-age h4, .Review__post-gender h4, .Review__post-live h4, .Review__post-sell h4, .Review__post-rating h4, .Review__post-review h4 {
  padding: 12px 20px;
  background-color: #f4f4f4;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
.Review__post-name input, .Review__post-name select, .Review__post-age input, .Review__post-age select, .Review__post-gender input, .Review__post-gender select, .Review__post-live input, .Review__post-live select, .Review__post-sell input, .Review__post-sell select, .Review__post-rating input, .Review__post-rating select, .Review__post-review input, .Review__post-review select {
  display: block;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px #c9c9c9 solid;
  border-radius: 3px;
  text-align: left;
}
.Review__post-name, .Review__post-rating, .Review__post-review, .Review__post-post {
  grid-column: 1/3;
}
.Review__post-age label:after, .Review__post-gender label:after, .Review__post-live label:after, .Review__post-sell label:after {
  content: "";
  width: 40px;
  height: 40px;
  background: #fff url(../img/arrow03.png) no-repeat;
  background-size: 12px;
  background-position: center;
  border: 1px #c9c9c9 solid;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.Review__post-age p {
  float: left;
  line-height: 40px;
  padding-left: 10px;
}
.Review__post input {
  width: 450px;
}
.Review__post select {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px #c9c9c9 solid;
  display: block;
  cursor: pointer;
}
.Review__post textarea {
  width: 100%;
  height: 110px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px #c9c9c9 solid;
  display: block;
  resize: none;
  margin-bottom: 30px;
}
.Review__post-rating div {
  width: 150px;
  height: 35px;
  line-height: 35px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  flex-direction: row-reverse;
}
.Review__post-rating div input[type=radio] {
  display: none;
}
.Review__post-rating div label {
  position: relative;
  color: #c9c9c9;
  cursor: pointer;
  font-size: 35px;
}
.Review__post-rating div label:hover, .Review__post-rating div label:hover ~ label, .Review__post-rating div input[type=radio]:checked ~ label {
  color: #399CDA;
}
.Review__post-submit {
  border-radius: 30px;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  width: 300px;
  height: 60px;
  border: none;
  background-color: #399CDA;
  box-shadow: 3px 3px 0 #4380B8;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  color: #fff;
  margin: -20px auto 0;
}
.Review__post-submit:after {
  background: none;
}
.Review__content {
  padding: 20px 0;
  margin-left: 40px;
  height: 440px;
  text-align: left;
  font-size: 16px;
}
.Review__content ul {
  height: 400px;
  overflow: auto;
}
.Review__content li {
  padding: 20px 0;
  margin: 0 35px 0 5px;
  border-bottom: 1px solid #939393;
}
.Review__content li:nth-of-type(1) {
  padding: 0 0 20px 0;
}
.Review__content p, .Review__content div > p {
  line-height: 30px !important;
}
.Review__content-date {
  color: #c9c9c9;
  font-size: 14px;
}
.Review__content div {
  display: flex;
  gap: 10px;
}
.Review__content-author {
  font-weight: 700;
}
.Review__content-sell {
  color: #399CDA;
}
.Review__content-rate {
  font-size: 30px;
  padding: 5px 0;
  color: #399CDA;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .Review {
    width: 94%;
  }
  .Review__modal {
    width: 80%;
  }
  .Review__post input {
    width: 250px;
  }
  .Review__post-age, .Review__post-gender, .Review__post-live, .Review__post-sell {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .Review {
    width: 94%;
  }
  .Review__header button {
    position: static;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .Review__header {
    font-size: 16px;
    padding: 20px 15px;
  }
  .Review__header-num h3 {
    font-size: 20px;
  }
  .Review__header-rating-ave span {
    font-size: 24px;
  }
  .Review__header-rating-star {
    font-size: 22px;
  }
  .Review__modal {
    width: 90%;
  }
  .Review__post {
    padding: 20px 15px;
  }
  .Review__post-header button {
    max-width: 80px;
  }
  .Review__post input, .Review__post label {
    max-width: 250px;
    width: 80%;
  }
  .Review__content {
    padding: 10px 0;
    margin-left: 10px;
    font-size: 14px;
  }
  .Review__content li:nth-of-type(1) {
    padding: 0 0 10px 0;
  }
  .Review__content li {
    padding: 10px 0;
    margin: 0 15px 0 5px;
  }
  .Review__content p {
    line-height: 22px;
  }
  .Review__content-rate {
    font-size: 20px;
  }
}


  #dia section.about {
    background-color: #edf2f4; }
    #dia section.about .ttl_box .img_box {
      background-image: url(../img/about01.jpg); }
    #dia section.about .ttl_box .text_box {
      background-image: url(../img/about02.png); }
    #dia section.about .wrapper {
      padding: 75px 0 80px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #dia section.about .text_box a {
        margin: 20px 0 10px;
        color: #39b3f1;
        background-color: #fff;
        padding: 15px 10px 15px 20px;
        width: 200px;
        position: relative;
        font-weight: 600;
        }
        #dia section.about .text_box a::after{
          position: absolute;
          top: 0;
          bottom: 0;
          right: 20px;
          margin: auto;
          content: "";
          vertical-align: middle;
          width: 0.4em;   /* arrow size */
          height: 0.4em;  /* arrow size */
          border-top: 2px solid #39b3f1;  /* thickness, color */
          border-right: 2px solid #39b3f1;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
        }
      @media screen and (max-width: 768px) {
        #dia section.about .wrapper {
          padding: 30px 0;
          display: block; } }
      #dia section.about .wrapper > div {
        width: 48.5%;
        background-color: #fff; }
        @media screen and (max-width: 768px) {
          #dia section.about .wrapper > div {
            width: 100%; }
            #dia section.about .wrapper > div:nth-child(1) {
              margin-bottom: 20px; } }
        #dia section.about .wrapper > div > a {
          overflow: hidden; }
          #dia section.about .wrapper > div > a img {
            transition: all .2s; }
          #dia section.about .wrapper > div > a:hover img {
            transform: scale(1.1, 1.1); }
        #dia section.about .wrapper > div ul {
          padding: 25px 40px; }
          @media screen and (max-width: 768px) {
            #dia section.about .wrapper > div ul {
              padding: 20px; } }
          #dia section.about .wrapper > div ul li {
            margin-bottom: 15px; }
            #dia section.about .wrapper > div ul li:last-child {
              margin: 0; }
            #dia section.about .wrapper > div ul li .btn {
              width: 100%;
              padding: 15px 20px;
              background-color: #fff;
              border: 2px #108eb5 solid;
              box-sizing: border-box;
              box-shadow: none;
              font-size: 16px;
              text-align: left;
              color: #108eb5;
              margin: 0; }
              @media screen and (max-width: 768px) {
                #dia section.about .wrapper > div ul li .btn {
                  padding: 14px 20px;
                  font-size: 13px; } }
              #dia section.about .wrapper > div ul li .btn:after {
                width: 8px;
                background-image: url(../img/arrow02.png);
                right: 25px; }
                @media screen and (max-width: 768px) {
                  #dia section.about .wrapper > div ul li .btn:after {
                    right: 15px; } }
      #dia section.about .wrapper > .btn {
        margin-top: 60px; }
        @media screen and (max-width: 768px) {
          #dia section.about .wrapper > .btn {
            margin-top: 25px; } }
  #dia section.contact .ttl_box .img_box {
    background-image: url(../img/contact01.jpg); }
  #dia section.contact .ttl_box .text_box {
    background-image: url(../img/contact02.png); }
  #dia section.contact .btn_box {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 70px; }
    @media screen and (max-width: 768px) {
      #dia section.contact .btn_box {
        width: 80%;
        display: block;
        margin: 30px auto; } }
    #dia section.contact .btn_box a {
      width: 48%; }
      @media screen and (max-width: 768px) {
        #dia section.contact .btn_box a {
          width: 100%; }
          #dia section.contact .btn_box a:nth-child(1) {
            margin-bottom: 10px; } }
  #dia section.contact form {
    text-align: left;
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      #dia section.contact form {
        margin-bottom: 25px; } }
    #dia section.contact form h3 {
      width: 100%;
      padding: 16px 20px;
      box-sizing: border-box;
      background-color: #39b3f1;
      font-size: 18px;
      color: #fff; }
    #dia section.contact form dl {
      background-color: #edf2f4;
      display: flex;
      flex-wrap: wrap; }
      #dia section.contact form dl dt {
        width: 220px;
        height: 90px;
        padding: 0 20px;
        box-sizing: border-box;
        border-right: 1px #c9c9c9 solid;
        border-bottom: 1px #c9c9c9 solid;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between; }
        @media screen and (max-width: 768px) {
          #dia section.contact form dl dt {
            width: 100px;
            height: auto;
            text-align: center;
            padding: 10px 0;
            display: block;
            text-align: center; } }
        #dia section.contact form dl dt:last-of-type {
          border-bottom: none; }
        #dia section.contact form dl dt span {
          width: 60px;
          padding: 8px 0;
          background-color: #fa7872;
          text-align: center;
          color: #fff; }
          @media screen and (max-width: 768px) {
            #dia section.contact form dl dt span {
              width: 40px;
              padding: 4px 0;
              font-size: 12px;
              display: block;
              margin: 5px auto 0; } }
      #dia section.contact form dl dd {
        width: calc(100% - 220px);
        padding: 24px 20px;
        box-sizing: border-box;
        border-bottom: 1px #c9c9c9 solid;
        display: flex;
        align-items: center;
        align-content: center; }
        @media screen and (max-width: 768px) {
          #dia section.contact form dl dd {
            width: calc(100% - 100px);
            padding: 12px 10px; } }
        #dia section.contact form dl dd:last-of-type {
          border: none; }
        #dia section.contact form dl dd input {
          width: 285px;
          height: 40px;
          padding: 0 10px;
          box-sizing: border-box;
          border: 1px #c9c9c9 solid;
          display: block; }
          @media screen and (max-width: 768px) {
            #dia section.contact form dl dd input {
              width: 111%;
              max-width: none;
              height: 39px;
              font-size: 16px;
              transform: scale(0.9);
              margin: -2px -5.5%; } }
        #dia section.contact form dl dd .error {
          margin-left: 20px; }
          @media screen and (max-width: 768px) {
            #dia section.contact form dl dd .error {
              margin: 0; } }
    #dia section.contact form > div {
      padding: 30px 0 50px;
      background-color: #edf2f4;
      margin-bottom: 60px; }
      @media screen and (max-width: 768px) {
        #dia section.contact form > div {
          padding: 15px;
          margin-bottom: 30px; } }
      #dia section.contact form > div textarea {
        width: 825px;
        height: 170px;
        padding: 10px;
        box-sizing: border-box;
        border: 1px #c9c9c9 solid;
        display: block;
        resize: none;
        margin: 0 auto 30px; }
        @media screen and (max-width: 768px) {
          #dia section.contact form > div textarea {
            width: 111%;
            max-width: none;
            height: 189px;
            font-size: 16px;
            transform: scale(0.9);
            margin: -10px -5.5% 5px -5.5%;
            margin-bottom: 15px; } }
      #dia section.contact form > div .confirm_box {
        width: 500px;
        padding: 20px 0;
        box-sizing: border-box;
        background-color: #fff;
        border: 1px #c9c9c9 solid;
        text-align: center;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          #dia section.contact form > div .confirm_box {
            width: 100%; } }
        #dia section.contact form > div .confirm_box h4 {
          font-weight: bold;
          margin-bottom: 15px; }
        #dia section.contact form > div .confirm_box .link_box {
          display: flex;
          justify-content: center;
          margin: 20px 0 15px; }
          #dia section.contact form > div .confirm_box .link_box a {
            font-weight: bold;
            text-decoration: underline;
            color: #444;
            margin: 0 15px; }
            @media screen and (max-width: 768px) {
              #dia section.contact form > div .confirm_box .link_box a {
                margin: 0 10px; } }
        #dia section.contact form > div .confirm_box label {
          display: flex;
          align-items: center;
          align-content: center;
          justify-content: center;
          cursor: pointer; }
          #dia section.contact form > div .confirm_box label input {
            width: 14px;
            height: 14px;
            margin: 0 10px 0 0; }
    #dia section.contact form > p {
      width: 300px;
      margin: 0 auto;
      position: relative;
      transition: all .2s; }
      @media screen and (max-width: 768px) {
        #dia section.contact form > p {
          width: 250px; } }
      #dia section.contact form > p:after {
        content: "";
        width: 10px;
        height: 60px;
        background: url(../img/arrow01.png) no-repeat;
        background-size: 100%;
        background-position: center;
        position: absolute;
        top: 0;
        right: 40px; }
        @media screen and (max-width: 768px) {
          #dia section.contact form > p:after {
            height: 50px; } }
      #dia section.contact form > p:hover {
        transform: scale(1.1, 1.1); }
        #dia section.contact form > p:hover .btn {
          transform: scale(1, 1Z); }
  #dia .link {
    margin: 80px 0; }
    @media screen and (max-width: 768px) {
      #dia .link {
        margin: 30px 0; } }
  #dia #content {
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      #dia #content {
        margin-top: 45px; } }
    #dia #content .breadcrumb a,
    #dia #content .post-footer-list a,
    #dia #content .side-title {
      color: #108eb5;
      border-color: #108eb5; }
  #dia .post-thumbnail {
    width: 400px;
    float: none;
    display: block;
    margin: 0 auto 50px; }
    @media screen and (max-width: 768px) {
      #dia .post-thumbnail {
        width: 100%;
        margin-bottom: 30px; } }
  #dia .post-content p {
    line-height: 140%; }

#dia .performance_mv {
  height: 460px;
  background-image: url(../img/performance/mv_bg.jpg);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative; }
  @media screen and (max-width: 768px) {
    #dia .performance_mv {
      height: 150px; } }
  #dia .performance_mv h2 {
    width: 100%;
    font-size: 36px; }
    @media screen and (max-width: 768px) {
      #dia .performance_mv h2 {
        font-size: 26px; } }
#dia .performance_cont {
  padding: 90px 0;
  background-color: #edf2f4; }
  @media screen and (max-width: 768px) {
    #dia .performance_cont {
      padding: 30px 0; } }
  #dia .performance_cont .wrapper {
    display: flex;
    justify-content: space-between; }
    @media screen and (min-width: 769px) {
      #dia .performance_cont .wrapper {
        width: 1000px !important; } }
    @media screen and (max-width: 768px) {
      #dia .performance_cont .wrapper {
        display: block; } }
    #dia .performance_cont .wrapper .performance_list {
      width: 720px; }
      @media screen and (max-width: 768px) {
        #dia .performance_cont .wrapper .performance_list {
          width: 100%; } }
      #dia .performance_cont .wrapper .performance_list > ul:not(.pager) {
        margin-bottom: 35px; }
        @media screen and (max-width: 768px) {
          #dia .performance_cont .wrapper .performance_list > ul:not(.pager) {
            margin-bottom: 20px; } }
        #dia .performance_cont .wrapper .performance_list > ul:not(.pager) > li {
          width: 100%;
          display: flex;
          align-items: center;
          align-content: center;
          justify-content: space-between;
          margin: 0 0 50px; }
          @media screen and (min-width: 769px) {
            #dia .performance_cont .wrapper .performance_list > ul:not(.pager) > li {
              padding: 30px; } }
          @media screen and (max-width: 768px) {
            #dia .performance_cont .wrapper .performance_list > ul:not(.pager) > li {
              padding: 20px;
              display: block;
              margin-bottom: 20px; } }
          #dia .performance_cont .wrapper .performance_list > ul:not(.pager) > li:last-child {
            margin: 0; }
          #dia .performance_cont .wrapper .performance_list > ul:not(.pager) > li > a {
            width: 45%; }
            @media screen and (max-width: 768px) {
              #dia .performance_cont .wrapper .performance_list > ul:not(.pager) > li > a {
                width: 100%;
                margin-bottom: 15px; } }
            #dia .performance_cont .wrapper .performance_list > ul:not(.pager) > li > a img {
              margin: 0; }
          #dia .performance_cont .wrapper .performance_list > ul:not(.pager) > li > div {
            width: 52%;
            text-align: left; }
            @media screen and (max-width: 768px) {
              #dia .performance_cont .wrapper .performance_list > ul:not(.pager) > li > div {
                width: 100%; } }
            #dia .performance_cont .wrapper .performance_list > ul:not(.pager) > li > div h3 {
              padding-bottom: 15px;
              border-bottom: 2px #c9c9c9 solid;
              font-size: 24px;
              margin-bottom: 20px; }
              @media screen and (max-width: 768px) {
                #dia .performance_cont .wrapper .performance_list > ul:not(.pager) > li > div h3 {
                  padding-bottom: 10px;
                  font-size: 18px;
                  text-align: center;
                  margin-bottom: 15px; } }
            @media screen and (max-width: 768px) {
              #dia .performance_cont .wrapper .performance_list > ul:not(.pager) > li > div .price1,
              #dia .performance_cont .wrapper .performance_list > ul:not(.pager) > li > div .price2 {
                display: flex; } }
            #dia .performance_cont .wrapper .performance_list > ul:not(.pager) > li > div .price1 h4,
            #dia .performance_cont .wrapper .performance_list > ul:not(.pager) > li > div .price2 h4 {
              text-align: center;
              margin-right: 20px; }
              @media screen and (max-width: 768px) {
                #dia .performance_cont .wrapper .performance_list > ul:not(.pager) > li > div .price1 h4,
                #dia .performance_cont .wrapper .performance_list > ul:not(.pager) > li > div .price2 h4 {
                  width: 120px;
                  margin-bottom: 0; } }
            #dia .performance_cont .wrapper .performance_list > ul:not(.pager) > li > div .price1 p,
            #dia .performance_cont .wrapper .performance_list > ul:not(.pager) > li > div .price2 p {
              width: auto; }
            #dia .performance_cont .wrapper .performance_list > ul:not(.pager) > li > div .price2 h4 {
              border-color: #108eb5;
              background-color: #108eb5; }
            #dia .performance_cont .wrapper .performance_list > ul:not(.pager) > li > div .keyword {
              margin-top: 10px; }
              #dia .performance_cont .wrapper .performance_list > ul:not(.pager) > li > div .keyword li {
                width: 155px;
                padding: 9px 0;
                text-align: center; }
                @media screen and (max-width: 768px) {
                  #dia .performance_cont .wrapper .performance_list > ul:not(.pager) > li > div .keyword li {
                    width: 46%;
                    margin: 5px 2%; } }
                #dia .performance_cont .wrapper .performance_list > ul:not(.pager) > li > div .keyword li.active {
                  background-color: #39b3f1; }
                  #dia .performance_cont .wrapper .performance_list > ul:not(.pager) > li > div .keyword li.active a {
                    color: #fff; }
      #dia .performance_cont .wrapper .performance_list .pager {
        display: flex; }
        @media screen and (max-width: 768px) {
          #dia .performance_cont .wrapper .performance_list .pager {
            margin-bottom: 30px; } }
        #dia .performance_cont .wrapper .performance_list .pager li {
          width: 30px; }
          #dia .performance_cont .wrapper .performance_list .pager li a {
            padding: 7px 0; }
            @media screen and (max-width: 768px) {
              #dia .performance_cont .wrapper .performance_list .pager li a {
                padding: 9px 0; } }
          #dia .performance_cont .wrapper .performance_list .pager li.next a, #dia .performance_cont .wrapper .performance_list .pager li.last a {
            padding: 11px 0; }
            #dia .performance_cont .wrapper .performance_list .pager li.next a img, #dia .performance_cont .wrapper .performance_list .pager li.last a img {
              width: auto;
              height: 8px;
              margin: auto; }
          #dia .performance_cont .wrapper .performance_list .pager li.active {
            background-color: #39b3f1; }
    #dia .performance_cont .wrapper .keyword {
      text-align: left;
      flex-wrap: wrap; }
      #dia .performance_cont .wrapper .keyword li {
        padding: 9px 15px;
        border-radius: 20px;
        font-size: 12px;
        margin: 5px; }
    #dia .performance_cont .wrapper .sidebar_box {
      width: 240px; }
      @media screen and (max-width: 768px) {
        #dia .performance_cont .wrapper .sidebar_box {
          width: 100%; } }
      #dia .performance_cont .wrapper .sidebar_box h3 {
        padding: 12px 15px;
        background-color: #39b3f1;
        font-size: 17px;
        color: #fff;
        display: flex;
        align-items: center;
        align-content: center; }
        #dia .performance_cont .wrapper .sidebar_box h3 img {
          width: auto;
          height: 21px;
          margin-right: 10px; }
      #dia .performance_cont .wrapper .sidebar_box ul {
        background-color: #fff; }
        #dia .performance_cont .wrapper .sidebar_box ul.category {
          margin-bottom: 35px; }
          @media screen and (max-width: 768px) {
            #dia .performance_cont .wrapper .sidebar_box ul.category {
              margin-bottom: 20px; } }
          #dia .performance_cont .wrapper .sidebar_box ul.category li {
            border-bottom: 2px #edf2f4 solid; }
            #dia .performance_cont .wrapper .sidebar_box ul.category li:last-child {
              border: none; }
            #dia .performance_cont .wrapper .sidebar_box ul.category li a {
              padding: 20px 15px;
              font-size: 15px;
              text-align: left; }
        #dia .performance_cont .wrapper .sidebar_box ul.keyword {
          padding: 20px 10px; }

#dia .value_mv {
  height: 400px;
  background: url(../img/value/mv_bg.jpg) no-repeat;
  background-size: auto 100%;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    #dia .value_mv {
      height: 170px; } }
  #dia .value_mv h2 {
    margin-bottom: 15px;
    position: relative;
    z-index: 9; }
    @media screen and (max-width: 768px) {
      #dia .value_mv h2 {
        margin-bottom: 10px; } }
    #dia .value_mv h2:after {
      content: "";
      width: 90px;
      height: 100px;
      background: url(../img/value/mv_icon.png) no-repeat;
      background-size: 100%;
      position: absolute;
      top: -25px;
      left: -60px;
      z-index: -1; }
      @media screen and (max-width: 768px) {
        #dia .value_mv h2:after {
          width: 50px;
          height: 55px;
          top: -15px;
          left: -15px; } }
    #dia .value_mv h2 img {
      height: 50px; }
      @media screen and (max-width: 768px) {
        #dia .value_mv h2 img {
          height: 30px; } }
  #dia .value_mv img {
    width: auto !important;
    height: 35px; }
    @media screen and (max-width: 768px) {
      #dia .value_mv img {
        height: 20px; } }
  #dia .value_mv p {
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      #dia .value_mv p {
        margin-top: 10px; } }
#dia .value_cont {
  padding: 65px 0 75px;
  text-align: left; }
  @media screen and (max-width: 768px) {
    #dia .value_cont {
      padding: 30px 0; } }
  #dia .value_cont h3 {
    padding: 16px 20px;
    background-color: #39b3f1;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      #dia .value_cont h3 {
        padding: 12px 15px;
        font-size: 16px;
        margin-bottom: 10px; } }
  #dia .value_cont h4 {
    padding: 0 10px 10px;
    border-bottom: 2px #108eb5 solid;
    font-size: 18px;
    font-weight: bold;
    color: #108eb5;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #dia .value_cont h4 {
        padding: 0 5px 5px;
        border-width: 1px;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px; } }
  #dia .value_cont p {
    line-height: 30px;
    margin-bottom: 30px; }
    @media screen and (min-width: 769px) {
      #dia .value_cont p {
        font-size: 15px; } }
    @media screen and (max-width: 768px) {
      #dia .value_cont p {
        line-height: 20px;
        margin-bottom: 15px; } }
    #dia .value_cont p span {
      color: #39b3f1; }
  #dia .value_cont img {
    margin-bottom: 35px; }
    @media screen and (max-width: 768px) {
      #dia .value_cont img {
        margin-bottom: 20px; } }
    @media screen and (min-width: 769px) {
      #dia .value_cont img.small {
        width: 440px;
        margin: 0 auto 35px; } }
  @media screen and (min-width: 769px) {
    #dia .value_cont .column2 {
      display: flex;
      justify-content: space-between; }
      #dia .value_cont .column2 img {
        width: auto;
        height: 320px; } }
  #dia .value_cont #cont4 h4 {
    line-height: 150%;
    text-align: center; }
  #dia .value_cont #cont4 ul {
    padding-left: 25px;
    list-style-type: decimal; }
    #dia .value_cont #cont4 ul li {
      line-height: 30px;
      margin-bottom: 10px; }
      @media screen and (min-width: 769px) {
        #dia .value_cont #cont4 ul li {
          font-size: 15px; } }
      @media screen and (max-width: 768px) {
        #dia .value_cont #cont4 ul li {
          line-height: 20px; } }
      #dia .value_cont #cont4 ul li:last-child {
        margin: 0; }
      #dia .value_cont #cont4 ul li a {
        line-height: 30px;
        text-decoration: underline; }
        @media screen and (min-width: 769px) {
          #dia .value_cont #cont4 ul li a {
            font-size: 15px; } }
        @media screen and (max-width: 768px) {
          #dia .value_cont #cont4 ul li a {
            line-height: 20px; } }

#dia section.secrecy_mv {
  height: 400px;
  background: #f2f4f3 url(../img/secrecy/mv.jpg) no-repeat;
  background-size: auto 100%;
  background-position: center; }
  @media screen and (max-width: 768px) {
    #dia section.secrecy_mv {
      height: 170px;
      background-image: url(../img/secrecy/mv_sp.jpg); } }
  #dia section.secrecy_mv h2 {
    opacity: 0; }
#dia section.secrecy_cont {
  font-size: 15px;
  text-align: left; }
  @media screen and (max-width: 768px) {
    #dia section.secrecy_cont {
      font-size: 12px; } }
  @media screen and (min-width: 769px) {
    #dia section.secrecy_cont .wrapper {
      width: 900px; } }
  #dia section.secrecy_cont .column2 {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      #dia section.secrecy_cont .column2 {
        display: block; } }
  #dia section.secrecy_cont .ttl_box {
    background: none;
    display: block; }
  #dia section.secrecy_cont .cont1 {
    padding: 80px 0 60px;
    background: url(../img/secrecy/bg01.jpg) no-repeat;
    background-size: 100%;
    background-position: bottom;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #dia section.secrecy_cont .cont1 {
        padding: 40px 5% 30px;
        background-size: auto 80%; } }
    #dia section.secrecy_cont .cont1 h2 {
      font-size: 34px;
      display: inline-block;
      margin-bottom: 75px;
      position: relative;
      z-index: 9; }
      @media screen and (max-width: 768px) {
        #dia section.secrecy_cont .cont1 h2 {
          font-size: 20px;
          margin-bottom: 30px; } }
      #dia section.secrecy_cont .cont1 h2:after {
        content: "";
        width: 60px;
        height: 65px;
        background: url(../img/secrecy/icon01.png) no-repeat;
        background-size: 100%;
        position: absolute;
        top: -10px;
        left: -35px;
        z-index: -1; }
        @media screen and (max-width: 768px) {
          #dia section.secrecy_cont .cont1 h2:after {
            width: 30px;
            height: 32px;
            top: -5px;
            left: -15px; } }
    #dia section.secrecy_cont .cont1 h3 {
      font-size: 34px;
      color: #108eb5;
      margin-bottom: 35px; }
      @media screen and (max-width: 768px) {
        #dia section.secrecy_cont .cont1 h3 {
          font-size: 20px;
          margin-bottom: 20px; } }
    #dia section.secrecy_cont .cont1 p {
      line-height: 35px; }
      @media screen and (max-width: 768px) {
        #dia section.secrecy_cont .cont1 p {
          line-height: 24px;
          text-align: left; } }
  #dia section.secrecy_cont .cont2 {
    background: url(../img/secrecy/bg02.jpg) no-repeat;
    background-size: 100%;
    background-position: bottom; }
    @media screen and (max-width: 768px) {
      #dia section.secrecy_cont .cont2 {
        background-size: 180%;
        background-position: bottom right; } }
    #dia section.secrecy_cont .cont2 .ttl_box {
      padding: 30px 0 50px;
      background-color: #39b3f1;
      position: relative; }
      @media screen and (max-width: 768px) {
        #dia section.secrecy_cont .cont2 .ttl_box {
          padding: 15px 5% 20px; } }
      #dia section.secrecy_cont .cont2 .ttl_box:after {
        content: "";
        width: 80px;
        height: 40px;
        border-top: 40px #39b3f1 solid;
        border-right: 40px transparent solid;
        border-left: 40px transparent solid;
        box-sizing: border-box;
        position: absolute;
        right: 0;
        bottom: -40px;
        left: 0;
        margin: auto; }
        @media screen and (max-width: 768px) {
          #dia section.secrecy_cont .cont2 .ttl_box:after {
            width: 60px;
            height: 30px;
            border-top-width: 30px;
            border-right-width: 30px;
            border-left-width: 30px;
            bottom: -30px; } }
      #dia section.secrecy_cont .cont2 .ttl_box h2 {
        display: flex;
        align-items: flex-end;
        align-content: flex-end;
        justify-content: center;
        font-size: 28px;
        color: #000;
        margin-bottom: 30px; }
        @media screen and (max-width: 768px) {
          #dia section.secrecy_cont .cont2 .ttl_box h2 {
            font-size: 18px;
            margin-bottom: 20px; } }
        #dia section.secrecy_cont .cont2 .ttl_box h2 img {
          width: 95px;
          margin: 0 0 -10px 20px; }
          @media screen and (max-width: 768px) {
            #dia section.secrecy_cont .cont2 .ttl_box h2 img {
              width: 55px;
              margin: 0 0 -5px 10px; } }
      #dia section.secrecy_cont .cont2 .ttl_box ul {
        display: flex;
        justify-content: center; }
        @media screen and (max-width: 768px) {
          #dia section.secrecy_cont .cont2 .ttl_box ul {
            flex-wrap: wrap; } }
        #dia section.secrecy_cont .cont2 .ttl_box ul li {
          width: 205px;
          padding: 9px 0;
          background-color: #fff;
          border-radius: 30px;
          text-align: center;
          color: #108eb5;
          margin: 0 10px; }
          @media screen and (min-width: 769px) {
            #dia section.secrecy_cont .cont2 .ttl_box ul li {
              font-size: 16px; } }
          @media screen and (max-width: 768px) {
            #dia section.secrecy_cont .cont2 .ttl_box ul li {
              width: 49%;
              padding: 7px 0;
              margin: 10px 2% 0px 0; }
              #dia section.secrecy_cont .cont2 .ttl_box ul li:nth-child(-n+2) {
                margin-top: 0; }
              #dia section.secrecy_cont .cont2 .ttl_box ul li:nth-child(2n) {
                margin-right: 0; } }
          #dia section.secrecy_cont .cont2 .ttl_box ul li span {
            font-size: 22px;
            display: block;
            margin-bottom: 4px; }
            @media screen and (max-width: 768px) {
              #dia section.secrecy_cont .cont2 .ttl_box ul li span {
                font-size: 16px;
                margin-bottom: 3px; } }
    #dia section.secrecy_cont .cont2 .column2 {
      padding: 100px 0 65px;
      align-items: center;
      align-content: center; }
      @media screen and (min-width: 769px) {
        #dia section.secrecy_cont .cont2 .column2 {
          width: 990px; } }
      @media screen and (max-width: 768px) {
        #dia section.secrecy_cont .cont2 .column2 {
          padding: 50px 0 30px; } }
      #dia section.secrecy_cont .cont2 .column2 img {
        width: 425px; }
        @media screen and (max-width: 768px) {
          #dia section.secrecy_cont .cont2 .column2 img {
            width: 100%;
            margin-bottom: 20px; } }
      #dia section.secrecy_cont .cont2 .column2 p {
        width: 530px;
        line-height: 35px; }
        @media screen and (max-width: 768px) {
          #dia section.secrecy_cont .cont2 .column2 p {
            width: 100%;
            line-height: 24px; } }
  #dia section.secrecy_cont .cont3 .ttl_box {
    padding: 70px 0;
    background-color: #edf2f4; }
    @media screen and (max-width: 768px) {
      #dia section.secrecy_cont .cont3 .ttl_box {
        padding: 35px 0;
        margin-bottom: 20px; } }
    #dia section.secrecy_cont .cont3 .ttl_box h2 {
      font-size: 34px;
      text-align: center;
      color: #108eb5;
      margin-bottom: 60px; }
      @media screen and (max-width: 768px) {
        #dia section.secrecy_cont .cont3 .ttl_box h2 {
          font-size: 20px;
          margin-bottom: 30px; } }
    #dia section.secrecy_cont .cont3 .ttl_box ul {
      width: 700px;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        #dia section.secrecy_cont .cont3 .ttl_box ul {
          width: 90%; } }
      #dia section.secrecy_cont .cont3 .ttl_box ul li {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        margin-bottom: 40px; }
        @media screen and (max-width: 768px) {
          #dia section.secrecy_cont .cont3 .ttl_box ul li {
            margin-bottom: 20px; } }
        #dia section.secrecy_cont .cont3 .ttl_box ul li .text_box {
          width: 560px;
          height: 100px;
          padding: 0 30px;
          box-sizing: border-box;
          background-color: #fff;
          border-radius: 15px;
          color: #000;
          display: flex;
          align-items: center;
          align-content: center;
          position: relative; }
          @media screen and (max-width: 768px) {
            #dia section.secrecy_cont .cont3 .ttl_box ul li .text_box {
              width: calc(100% - 80px);
              height: auto;
              padding: 10px 15px; } }
          #dia section.secrecy_cont .cont3 .ttl_box ul li .text_box:after {
            content: "";
            width: 30px;
            height: 36px;
            border-top: 18px transparent solid;
            border-bottom: 18px transparent solid;
            box-sizing: border-box;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto; }
            @media screen and (max-width: 768px) {
              #dia section.secrecy_cont .cont3 .ttl_box ul li .text_box:after {
                width: 20px;
                height: 26px;
                border-top-width: 13px;
                border-bottom-width: 13px; } }
          #dia section.secrecy_cont .cont3 .ttl_box ul li .text_box p {
            width: auto;
            max-width: none;
            padding: 0;
            border: none;
            font-size: 18px;
            line-height: 30px;
            position: relative; }
            @media screen and (max-width: 768px) {
              #dia section.secrecy_cont .cont3 .ttl_box ul li .text_box p {
                font-size: 14px;
                line-height: 24px; } }
            #dia section.secrecy_cont .cont3 .ttl_box ul li .text_box p:after {
              position: absolute;
              top: 0;
              left: 0; }
            #dia section.secrecy_cont .cont3 .ttl_box ul li .text_box p span {
              font-size: 25px;
              color: #108eb5; }
              @media screen and (max-width: 768px) {
                #dia section.secrecy_cont .cont3 .ttl_box ul li .text_box p span {
                  font-size: 18px; } }
        #dia section.secrecy_cont .cont3 .ttl_box ul li img {
          width: 85px; }
          @media screen and (max-width: 768px) {
            #dia section.secrecy_cont .cont3 .ttl_box ul li img {
              width: 50px; } }
        #dia section.secrecy_cont .cont3 .ttl_box ul li:nth-child(1) .text_box:after {
          border-left: 30px #fff solid;
          right: -30px; }
          @media screen and (max-width: 768px) {
            #dia section.secrecy_cont .cont3 .ttl_box ul li:nth-child(1) .text_box:after {
              border-left-width: 20px;
              right: -20px; } }
        #dia section.secrecy_cont .cont3 .ttl_box ul li:nth-child(1) .text_box p {
          padding-left: 30px; }
          @media screen and (max-width: 768px) {
            #dia section.secrecy_cont .cont3 .ttl_box ul li:nth-child(1) .text_box p {
              padding-left: 20px; } }
          #dia section.secrecy_cont .cont3 .ttl_box ul li:nth-child(1) .text_box p:after {
            content: "Q."; }
        #dia section.secrecy_cont .cont3 .ttl_box ul li:nth-child(2) {
          flex-direction: row-reverse;
          margin: 0; }
          #dia section.secrecy_cont .cont3 .ttl_box ul li:nth-child(2) .text_box:after {
            border-right: 30px #fff solid;
            left: -30px; }
            @media screen and (max-width: 768px) {
              #dia section.secrecy_cont .cont3 .ttl_box ul li:nth-child(2) .text_box:after {
                border-right-width: 20px;
                left: -20px; } }
          #dia section.secrecy_cont .cont3 .ttl_box ul li:nth-child(2) .text_box p {
            padding-left: 25px; }
            @media screen and (max-width: 768px) {
              #dia section.secrecy_cont .cont3 .ttl_box ul li:nth-child(2) .text_box p {
                padding-left: 15px; } }
            #dia section.secrecy_cont .cont3 .ttl_box ul li:nth-child(2) .text_box p:after {
              content: "A."; }
  #dia section.secrecy_cont .cont3 .wrapper > .column2 {
    align-items: flex-end;
    align-content: flex-end;
    margin-bottom: 35px; }
    @media screen and (max-width: 768px) {
      #dia section.secrecy_cont .cont3 .wrapper > .column2 {
        margin-bottom: 25px; } }
    #dia section.secrecy_cont .cont3 .wrapper > .column2 .text_box {
      width: 500px; }
      @media screen and (max-width: 768px) {
        #dia section.secrecy_cont .cont3 .wrapper > .column2 .text_box {
          width: 100%;
          margin-bottom: 20px; } }
      #dia section.secrecy_cont .cont3 .wrapper > .column2 .text_box h3 {
        padding-bottom: 20px;
        border-bottom: 1px #108eb5 solid;
        font-size: 25px;
        line-height: 36px;
        color: #108eb5;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          #dia section.secrecy_cont .cont3 .wrapper > .column2 .text_box h3 {
            padding-bottom: 10px;
            font-size: 20px;
            line-height: 26px;
            margin-bottom: 10px; } }
      #dia section.secrecy_cont .cont3 .wrapper > .column2 .text_box p {
        line-height: 34px;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          #dia section.secrecy_cont .cont3 .wrapper > .column2 .text_box p {
            line-height: 24px;
            margin-bottom: 15px; } }
        #dia section.secrecy_cont .cont3 .wrapper > .column2 .text_box p:last-child {
          margin: 0; }
    #dia section.secrecy_cont .cont3 .wrapper > .column2 .img_box {
      width: calc(340px + 50vw - 450px);
      height: 490px;
      background: url(../img/secrecy/img01.jpg) no-repeat;
      background-size: cover;
      background-position: center;
      margin-right: calc(-50vw + 450px); }
      @media screen and (max-width: 1000px) {
        #dia section.secrecy_cont .cont3 .wrapper > .column2 .img_box {
          width: 390px;
          margin-right: -50px; } }
      @media screen and (max-width: 768px) {
        #dia section.secrecy_cont .cont3 .wrapper > .column2 .img_box {
          width: 100%;
          height: 86vw; } }
  #dia section.secrecy_cont .cont3 .wrapper .case {
    background-color: #edf2f4;
    margin-bottom: 65px; }
    @media screen and (max-width: 768px) {
      #dia section.secrecy_cont .cont3 .wrapper .case {
        margin-bottom: 30px; } }
    #dia section.secrecy_cont .cont3 .wrapper .case h3 {
      padding: 20px 35px;
      background-color: #39b3f1;
      font-size: 25px;
      color: #fff; }
      @media screen and (max-width: 768px) {
        #dia section.secrecy_cont .cont3 .wrapper .case h3 {
          padding: 16px 20px;
          font-size: 18px; } }
    #dia section.secrecy_cont .cont3 .wrapper .case h4 {
      padding: 10px 30px;
      background-color: #fff;
      border: 2px #39b3f1 solid;
      border-radius: 30px;
      font-weight: bold;
      text-align: center;
      color: #108eb5;
      display: inline-block;
      margin: 30px; }
      @media screen and (min-width: 769px) {
        #dia section.secrecy_cont .cont3 .wrapper .case h4 {
          font-size: 16px; } }
      @media screen and (max-width: 768px) {
        #dia section.secrecy_cont .cont3 .wrapper .case h4 {
          margin: 20px; } }
      #dia section.secrecy_cont .cont3 .wrapper .case h4:nth-of-type(2) {
        background-color: #39b3f1;
        color: #fff; }
    #dia section.secrecy_cont .cont3 .wrapper .case .column2 {
      padding: 0 30px 45px;
      align-items: flex-start;
      align-content: flex-start; }
      @media screen and (max-width: 768px) {
        #dia section.secrecy_cont .cont3 .wrapper .case .column2 {
          padding: 0 20px 20px; } }
      #dia section.secrecy_cont .cont3 .wrapper .case .column2:nth-of-type(1) {
        border-bottom: 2px #108eb5 solid; }
      #dia section.secrecy_cont .cont3 .wrapper .case .column2 img {
        width: 395px; }
        @media screen and (max-width: 768px) {
          #dia section.secrecy_cont .cont3 .wrapper .case .column2 img {
            width: 100%; } }
      #dia section.secrecy_cont .cont3 .wrapper .case .column2 p {
        width: 395px;
        line-height: 29px;
        color: #000; }
        @media screen and (max-width: 768px) {
          #dia section.secrecy_cont .cont3 .wrapper .case .column2 p {
            width: 100%;
            line-height: 22px;
            margin-top: 15px; } }
        #dia section.secrecy_cont .cont3 .wrapper .case .column2 p span {
          color: #108eb5; }
          #dia section.secrecy_cont .cont3 .wrapper .case .column2 p span.line {
            text-decoration: underline; }
  #dia section.secrecy_cont .cont3 .banner_box {
    padding: 60px 0 65px;
    background-color: #edf2f4; }
    @media screen and (max-width: 768px) {
      #dia section.secrecy_cont .cont3 .banner_box {
        padding: 30px 0; } }
    #dia section.secrecy_cont .cont3 .banner_box h3 {
      font-size: 17px;
      text-align: center;
      color: #000;
      margin-bottom: 45px; }
      @media screen and (max-width: 768px) {
        #dia section.secrecy_cont .cont3 .banner_box h3 {
          font-size: 14px;
          margin-bottom: 20px; } }
      #dia section.secrecy_cont .cont3 .banner_box h3 span {
        font-size: 30px;
        font-weight: bold;
        color: #108eb5;
        margin-right: 10px; }
        @media screen and (max-width: 768px) {
          #dia section.secrecy_cont .cont3 .banner_box h3 span {
            font-size: 16px;
            margin: 0 0 10px 0;
            display: block; } }
    #dia section.secrecy_cont .cont3 .banner_box .banner_item {
      padding: 30px 10px 55px 230px;
      box-sizing: border-box;
      background: linear-gradient(#fff 0%, #fff 80%, #b88847 80%, #b88847 100%);
      text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
      color: #000;
      position: relative;
      z-index: 9; }
      @media screen and (max-width: 768px) {
        #dia section.secrecy_cont .cont3 .banner_box .banner_item {
          padding: 45px 15px 35px 150px;
          background: linear-gradient(#fff 0%, #fff 95%, #b88847 95%, #b88847 100%); } }
      #dia section.secrecy_cont .cont3 .banner_box .banner_item > img {
        width: 115px;
        position: absolute;
        top: 15px;
        right: 30px; }
        @media screen and (max-width: 768px) {
          #dia section.secrecy_cont .cont3 .banner_box .banner_item > img {
            width: 60px;
            right: 15px; } }
      #dia section.secrecy_cont .cont3 .banner_box .banner_item h4 {
        padding-bottom: 10px;
        border-bottom: 2px #b88847 solid;
        font-family: serif;
        font-size: 22px;
        font-weight: bold;
        display: inline-block;
        margin-bottom: 10px; }
        @media screen and (max-width: 768px) {
          #dia section.secrecy_cont .cont3 .banner_box .banner_item h4 {
            padding-bottom: 5px;
            border-bottom-width: 1px;
            font-size: 14px; } }
      #dia section.secrecy_cont .cont3 .banner_box .banner_item p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 5px; }
        @media screen and (max-width: 768px) {
          #dia section.secrecy_cont .cont3 .banner_box .banner_item p {
            font-size: 12px;
            line-height: 16px;
            margin-bottom: 10px; }
            #dia section.secrecy_cont .cont3 .banner_box .banner_item p br {
              display: none; } }
      #dia section.secrecy_cont .cont3 .banner_box .banner_item span {
        font-size: 11px;
        line-height: 18px; }
        @media screen and (max-width: 768px) {
          #dia section.secrecy_cont .cont3 .banner_box .banner_item span {
            font-size: 10px;
            line-height: 14px; }
            #dia section.secrecy_cont .cont3 .banner_box .banner_item span br {
              display: none; } }
      #dia section.secrecy_cont .cont3 .banner_box .banner_item .img_box {
        width: 250px;
        position: absolute;
        top: 50%;
        left: 30px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: -1; }
        @media screen and (max-width: 768px) {
          #dia section.secrecy_cont .cont3 .banner_box .banner_item .img_box {
            width: 180px;
            left: 15px; } }
  #dia section.secrecy_cont .cont4 .ttl_box {
    padding: 55px 0;
    background: #39b3f1 url(../img/secrecy/bg03.png) no-repeat;
    background-size: 180px;
    background-position: right 30% center;
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #dia section.secrecy_cont .cont4 .ttl_box {
        padding: 30px 0 25px;
        background-size: 120px;
        background-position: right 5% center; } }
    #dia section.secrecy_cont .cont4 .ttl_box h2 {
      font-size: 34px;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        #dia section.secrecy_cont .cont4 .ttl_box h2 {
          font-size: 20px;
          margin-bottom: 10px; } }
      #dia section.secrecy_cont .cont4 .ttl_box h2 span {
        font-size: 24px;
        display: block;
        margin-bottom: 15px; }
        @media screen and (max-width: 768px) {
          #dia section.secrecy_cont .cont4 .ttl_box h2 span {
            font-size: 16px;
            margin-bottom: 10px; } }
    #dia section.secrecy_cont .cont4 .ttl_box p {
      line-height: 26px; }
      @media screen and (max-width: 768px) {
        #dia section.secrecy_cont .cont4 .ttl_box p {
          line-height: 20px; } }
  #dia section.secrecy_cont .cont4 h3 {
    padding: 30px 0 35px;
    font-size: 32px;
    line-height: 46px;
    text-align: center;
    color: #108eb5;
    position: relative; }
    @media screen and (max-width: 768px) {
      #dia section.secrecy_cont .cont4 h3 {
        padding: 15px 0;
        font-size: 20px;
        line-height: 34px; } }
    #dia section.secrecy_cont .cont4 h3:before {
      content: "";
      width: 100%;
      height: 2px;
      background-color: #108eb5;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      z-index: -2; }
    #dia section.secrecy_cont .cont4 h3:after {
      content: "";
      width: 385px;
      height: 100%;
      background-color: #fff;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      margin: auto;
      z-index: -1; }
      @media screen and (max-width: 768px) {
        #dia section.secrecy_cont .cont4 h3:after {
          width: 200px; } }
    #dia section.secrecy_cont .cont4 h3 span {
      font-size: 66px; }
      @media screen and (max-width: 768px) {
        #dia section.secrecy_cont .cont4 h3 span {
          font-size: 30px; } }
  #dia section.secrecy_cont .cont4 .column2 {
    background-color: #edf2f4;
    justify-content: flex-start; }
    #dia section.secrecy_cont .cont4 .column2 .img_box {
      width: 50%;
      height: 320px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      @media screen and (max-width: 768px) {
        #dia section.secrecy_cont .cont4 .column2 .img_box {
          width: 100%;
          height: 50vw; } }
    #dia section.secrecy_cont .cont4 .column2 .text_box {
      width: 390px;
      margin: 40px 50px; }
      @media screen and (max-width: 768px) {
        #dia section.secrecy_cont .cont4 .column2 .text_box {
          width: 90%;
          padding: 20px 0;
          margin: 0 auto; } }
      #dia section.secrecy_cont .cont4 .column2 .text_box > div {
        padding-bottom: 20px;
        border-bottom: 2px #39b3f1 solid;
        display: flex;
        align-items: center;
        align-content: center;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          #dia section.secrecy_cont .cont4 .column2 .text_box > div {
            padding-bottom: 10px;
            margin-bottom: 10px; } }
        #dia section.secrecy_cont .cont4 .column2 .text_box > div p {
          width: 60px;
          padding: 14px 0;
          background-color: #39b3f1;
          border-radius: 50%;
          font-size: 32px;
          text-align: center;
          color: #fff;
          margin-right: 25px; }
          @media screen and (max-width: 768px) {
            #dia section.secrecy_cont .cont4 .column2 .text_box > div p {
              width: 40px;
              padding: 8px 0;
              font-size: 24px;
              margin-right: 15px; } }
        #dia section.secrecy_cont .cont4 .column2 .text_box > div h4 {
          font-size: 19px;
          font-weight: bold;
          line-height: 28px;
          color: #000; }
          @media screen and (max-width: 768px) {
            #dia section.secrecy_cont .cont4 .column2 .text_box > div h4 {
              font-size: 16px;
              line-height: 24px; } }
          #dia section.secrecy_cont .cont4 .column2 .text_box > div h4 span {
            font-size: 27px;
            color: #108eb5; }
            @media screen and (max-width: 768px) {
              #dia section.secrecy_cont .cont4 .column2 .text_box > div h4 span {
                font-size: 20px; } }
      #dia section.secrecy_cont .cont4 .column2 .text_box > p {
        line-height: 29px; }
        @media screen and (max-width: 768px) {
          #dia section.secrecy_cont .cont4 .column2 .text_box > p {
            line-height: 24px; } }
    #dia section.secrecy_cont .cont4 .column2:nth-of-type(2) .img_box {
      background-image: url(../img/secrecy/img02.jpg); }
    #dia section.secrecy_cont .cont4 .column2:nth-of-type(3) {
      flex-direction: row-reverse; }
      #dia section.secrecy_cont .cont4 .column2:nth-of-type(3) .img_box {
        background-image: url(../img/secrecy/img03.jpg); }
    #dia section.secrecy_cont .cont4 .column2:nth-of-type(4) .img_box {
      background-image: url(../img/secrecy/img04.jpg); }
  #dia section.secrecy_cont .cont5 > p {
    padding: 21px 0;
    background-color: #edf2f4;
    border-top: 4px #108eb5 solid;
    font-size: 34px;
    text-align: center;
    color: #000; }
    @media screen and (max-width: 768px) {
      #dia section.secrecy_cont .cont5 > p {
        padding: 14px 0;
        border-top-width: 3px;
        font-size: 19px; } }
    #dia section.secrecy_cont .cont5 > p span {
      color: #108eb5; }
  #dia section.secrecy_cont .cont5 .ttl_box {
    padding: 35px 0;
    background-color: #39b3f1;
    display: flex;
    justify-content: center;
    position: relative; }
    @media screen and (max-width: 768px) {
      #dia section.secrecy_cont .cont5 .ttl_box {
        padding: 21px 0; } }
    #dia section.secrecy_cont .cont5 .ttl_box h2 {
      padding-left: 170px;
      font-size: 32px;
      line-height: 45px;
      text-align: center;
      color: #fff;
      position: relative;
      z-index: 9; }
      @media screen and (max-width: 768px) {
        #dia section.secrecy_cont .cont5 .ttl_box h2 {
          padding-left: 80px;
          font-size: 18px;
          line-height: 24px; } }
      #dia section.secrecy_cont .cont5 .ttl_box h2:after {
        content: "";
        width: 143px;
        height: 96px;
        background: url(../img/secrecy/icon04.png) no-repeat;
        background-size: 100%;
        position: absolute;
        top: -3px;
        left: 0; }
        @media screen and (max-width: 768px) {
          #dia section.secrecy_cont .cont5 .ttl_box h2:after {
            width: 72px;
            height: 48px;
            top: 0; } }
  #dia section.secrecy_cont .cont5 .column2 {
    background-color: #edf2f4;
    color: #000;
    align-items: center;
    align-content: center;
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      #dia section.secrecy_cont .cont5 .column2 {
        margin-bottom: 30px; } }
    #dia section.secrecy_cont .cont5 .column2 .text_box {
      width: 36%;
      margin: 0 4% 0 auto; }
      @media screen and (max-width: 768px) {
        #dia section.secrecy_cont .cont5 .column2 .text_box {
          width: 100%;
          padding: 15px 20px;
          box-sizing: border-box; } }
      #dia section.secrecy_cont .cont5 .column2 .text_box h3 {
        padding-bottom: 10px;
        border-bottom: 2px #39b3f1 solid;
        font-size: 32px;
        font-weight: bold;
        line-height: 44px;
        margin-bottom: 10px; }
        @media screen and (max-width: 768px) {
          #dia section.secrecy_cont .cont5 .column2 .text_box h3 {
            font-size: 14px;
            line-height: 22px; } }
      #dia section.secrecy_cont .cont5 .column2 .text_box p {
        line-height: 38px; }
        @media screen and (min-width: 769px) {
          #dia section.secrecy_cont .cont5 .column2 .text_box p {
            font-size: 18px; } }
        @media screen and (max-width: 768px) {
          #dia section.secrecy_cont .cont5 .column2 .text_box p {
            line-height: 26px; } }
        #dia section.secrecy_cont .cont5 .column2 .text_box p span {
          font-size: 24px;
          font-weight: bold;
          text-decoration: underline;
          color: #108eb5; }
          @media screen and (max-width: 768px) {
            #dia section.secrecy_cont .cont5 .column2 .text_box p span {
              font-size: 16px; } }
    #dia section.secrecy_cont .cont5 .column2 > img {
      width: 48%; }
      @media screen and (max-width: 768px) {
        #dia section.secrecy_cont .cont5 .column2 > img {
          width: 100%; } }
  #dia section.secrecy_cont .cont5 .wrapper {
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      #dia section.secrecy_cont .cont5 .wrapper {
        margin-bottom: 30px; } }
  #dia section.secrecy_cont .cont6 {
    padding: 55px 0 85px;
    background-color: #edf2f4;
    border-top: 3px #108eb5 solid; }
    @media screen and (max-width: 768px) {
      #dia section.secrecy_cont .cont6 {
        padding: 30px 0; } }
    #dia section.secrecy_cont .cont6 .ttl_box {
      display: flex;
      justify-content: center;
      margin-bottom: 25px; }
      #dia section.secrecy_cont .cont6 .ttl_box h2 {
        padding-left: 150px;
        font-size: 32px;
        line-height: 45px;
        text-align: center;
        color: #000;
        position: relative;
        z-index: 9; }
        @media screen and (max-width: 768px) {
          #dia section.secrecy_cont .cont6 .ttl_box h2 {
            padding-left: 80px;
            font-size: 18px;
            line-height: 24px; } }
        #dia section.secrecy_cont .cont6 .ttl_box h2:after {
          content: "";
          width: 132px;
          height: 116px;
          background: url(../img/secrecy/icon05.png) no-repeat;
          background-size: 100%;
          position: absolute;
          top: -10px;
          left: 0; }
          @media screen and (max-width: 768px) {
            #dia section.secrecy_cont .cont6 .ttl_box h2:after {
              width: 78px;
              height: 70px;
              top: -11px; } }
        #dia section.secrecy_cont .cont6 .ttl_box h2 span {
          font-size: 45px;
          color: #108eb5; }
          @media screen and (max-width: 768px) {
            #dia section.secrecy_cont .cont6 .ttl_box h2 span {
              font-size: 22px; } }
    #dia section.secrecy_cont .cont6 ul {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        #dia section.secrecy_cont .cont6 ul {
          display: block; } }
      #dia section.secrecy_cont .cont6 ul li {
        width: 31%;
        background-color: #fff;
        border: 2px #39b3f1 solid;
        box-sizing: border-box; }
        @media screen and (max-width: 768px) {
          #dia section.secrecy_cont .cont6 ul li {
            width: 100%;
            margin-bottom: 20px; }
            #dia section.secrecy_cont .cont6 ul li:last-child {
              margin: 0; } }
        #dia section.secrecy_cont .cont6 ul li h3 {
          padding: 26px 0;
          background-color: #39b3f1;
          font-size: 18px;
          font-weight: bold;
          text-align: center;
          color: #fff; }
          @media screen and (max-width: 768px) {
            #dia section.secrecy_cont .cont6 ul li h3 {
              padding: 17px 0;
              font-size: 16px; } }
        #dia section.secrecy_cont .cont6 ul li p {
          padding: 30px 15px 35px;
          line-height: 22px; }
          @media screen and (min-width: 769px) {
            #dia section.secrecy_cont .cont6 ul li p {
              font-size: 16px; } }
          @media screen and (max-width: 768px) {
            #dia section.secrecy_cont .cont6 ul li p {
              padding: 20px 10px;
              line-height: 20px;
              text-align: center; } }
  #dia section.secrecy_cont .banner {
    margin-bottom: 85px; }
    @media screen and (max-width: 768px) {
      #dia section.secrecy_cont .banner {
        margin-bottom: 30px; } }

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