@charset "UTF-8";
/*!
◆00：基本設定
◆10：レイアウト設定
 ◆11 ボディー 
 ◆12 ヘッダー 
 ◆13 グローバルナビ 
 ◆14 サイドバー 
 ◆15 コンテンツ 
 ◆16 トピックパス 
 ◆17 キービジュアル 
 ◆18 サブコンテンツ 
 ◆19 フッター 
 ◆20 サイドバーメニュー 
◆40：各コンテンツ
◆70：WordPress専用
◆80：絶対表記
◆90：プリント用
*/
html {
  font-family: "Noto Sans JP", sans-serif;
  /* 基本文字設定 */
  letter-spacing: 0.26em;
  background-color: #fff;
  color: #333;
  font-weight: 500; }

/*==============================================
◆00：基本設定
==============================================*/
/* web-font icon 読み込み */
@font-face {
  font-family: 'icomoon';
  src: url("font/icomoon/fonts/icomoon.eot?tvokyj");
  src: url("font/icomoon/fonts/icomoon.eot?tvokyj#iefix") format("embedded-opentype"), url("font/icomoon/fonts/icomoon.ttf?tvokyj") format("truetype"), url("font/icomoon/fonts/icomoon.woff?tvokyj") format("woff"), url("font/icomoon/fonts/icomoon.svg?tvokyj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  outline: none; }

/*リンク*/
a {
  outline: none;
  text-decoration: none;
  transition: all 200ms ease-out 0s; }
  a:after {
    text-decoration: none; }
  a:hover, a:focus {
    color: #007fa2; }
    a:hover img, a:focus img {
      transition: all 200ms ease-out 0s;
      opacity: 0.7; }
  a img {
    background: url(image/share/transparent.png);
    transition: all 200ms ease-out 0s; }
  a.link-pdf:after {
    display: inline-block;
    font-family: 'icomoon';
    font-size: 10px;
    text-decoration: none;
    vertical-align: top;
    margin-left: 3px;
    margin-right: 3px;
    content: "\e023";
    color: #a00; }
  a.link-doc:after {
    display: inline-block;
    font-family: 'icomoon';
    font-size: 10px;
    text-decoration: none;
    vertical-align: top;
    margin-left: 3px;
    margin-right: 3px;
    content: "\e024";
    color: #00a; }

/*--見出し--*/
h1 {
  font-size: inherit;
  line-height: 1;
  text-align: inherit;
  color: inherit;
  margin: 0;
  padding: 0; }

h2 {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: justify;
  color: #333;
  letter-spacing: 0.26em;
  margin: 128px auto 0;
  padding: 0;
  background-image: url(image/share/transparent.png);
  font-size: 44px;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 40px; }
  .main-area-inner h2:first-child {
    margin-top: 0; }
  h2 small {
    font-size: 24px;
    color: #0BD79B;
    margin-left: 1em; }
    @media screen and (max-width: 767px) {
      h2 small {
        display: block;
        margin-left: 0; } }

h3 {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: justify;
  color: #333;
  letter-spacing: 0.26em;
  margin: 128px auto 0;
  padding: 0;
  background-image: url(image/share/transparent.png);
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 30px; }
  .main-area-inner h3:first-child {
    margin-top: 0; }

h4 {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: justify;
  color: #333;
  letter-spacing: 0.26em;
  margin: 128px auto 0;
  padding: 0;
  background-image: url(image/share/transparent.png);
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 20px; }
  .main-area-inner h4:first-child {
    margin-top: 0; }

h5 {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: justify;
  color: #333;
  letter-spacing: 0.26em;
  margin: 128px auto 0;
  padding: 0;
  background-image: url(image/share/transparent.png);
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px; }
  .main-area-inner h5:first-child {
    margin-top: 0; }

h6 {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: justify;
  color: #333;
  letter-spacing: 0.26em;
  margin: 128px auto 0;
  padding: 0;
  background-image: url(image/share/transparent.png);
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 12px; }
  .main-area-inner h6:first-child {
    margin-top: 0; }

h2 + h3,
h2 + section > h3:first-child {
  margin-top: 0; }

h3 + h4,
h3 + section > h4:first-child {
  margin-top: 0; }

h4 + h5,
h4 + section > h5:first-child {
  margin-top: 0; }

h5 + h6,
h5 + section > h6:first-child {
  margin-top: 0; }

h6 + h7,
h6 + section > h7:first-child {
  margin-top: 0; }

/* セクション */
section {
  margin: 128px 0; }
  section section {
    margin: 80px 0; }
  section:first-child {
    margin-top: 0; }
  section:last-child {
    margin-bottom: 0; }
  section::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0; }

/*--リスト--*/
ul, ol, dl {
  padding: 0;
  list-style-type: none;
  text-align: justify;
  margin: 0 0 20px 0;
  text-justify: inter-ideograph; }

.main-area-inner ul {
  list-style-type: disc; }
ul li {
  line-height: 1.5em;
  margin: 0 0 0.5em 1.2em;
  padding: 0; }
  ul li:last-child {
    margin-bottom: 0; }

.main-area-inner ol {
  list-style-type: decimal; }
ol li {
  line-height: 1.5em;
  margin: 0 0 0.5em 1.2em;
  padding: 0; }
  ol li:last-child {
    margin-bottom: 0; }

dl dt {
  font-size: 100%;
  font-weight: 700;
  margin: 0 0 6px;
  padding: 0; }
dl dd {
  line-height: 1.75em;
  margin: 0 0  0.5em 0;
  padding: 0; }
  dl dd:last-child {
    margin-bottom: 0; }

dl dl, dl ul, dl ol, ul dl, ul ul, ul ol, ol dl, ol ul, ol ol {
  margin-left: 1em; }

/* --TABLE-- */
table {
  width: 100%;
  font-size: 100%;
  margin: 0 0 30px; }
  table tr {
    border-bottom: 1px solid #C5C5C5; }
  table th, table td {
    text-align: justify;
    vertical-align: top;
    padding: 25px 0; }
  table th {
    font-weight: 700;
    white-space: nowrap; }
  table td {
    padding-left: 25px; }
  table dl, table ol, table ul {
    padding: 0; }
  table dl:last-child,
  table ul:last-child,
  table p:last-child {
    margin-bottom: 0; }
  table li, table dd {
    margin-left: 0; }
  section table:last-child {
    margin-bottom: 0; }

/* --OTHER TAGS-- */
abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help; }

blockquote {
  font-style: normal;
  font-weight: 500;
  text-align: justify;
  padding: 25px;
  border: 1px solid #999;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin: 20px 0 30px;
  background: #eee; }
  blockquote dl:last-child,
  blockquote ul:last-child,
  blockquote p:last-child {
    margin-bottom: 0; }

small {
  font-size: 85%;
  line-height: 125%;
  border-style: none;
  color: #999; }

em, span.em {
  color: #d82222;
  font-weight: 700;
  font-style: normal;
  border-style: none; }

strong {
  font-style: normal;
  font-weight: 700;
  border-style: none; }

code {
  font-style: normal;
  font-weight: 700;
  color: #FAF221;
  padding: 0 0.5em;
  border: 1px solid #333;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  margin: 0 0.5em;
  background: #333; }

p {
  margin-bottom: 1.5em;
  text-align: justify;
  text-justify: inter-ideograph;
  background-image: url(image/share/transparent.png); }
  p:last-child {
    margin-bottom: 0; }

hr {
  display: block;
  margin-top: 60px;
  margin-bottom: 60px; }

figure {
  margin: 0 auto 25px;
  padding: 0; }

figcaption {
  font-size: 12px;
  text-align: justify;
  margin: 30px 0 0;
  padding: 0; }
  figcaption dl {
    margin: 0; }
  figcaption dt {
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.26em;
    margin-bottom: 0; }
  figcaption dd {
    font-size: 16px;
    text-align: justify;
    margin-top: 20px; }

address {
  font-style: normal; }

.sp-br {
  display: none; }
  @media screen and (max-width: 1200px) {
    .sp-br {
      display: inline; } }

/* clearfix */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0; }

/*==============================================
◆10：レイアウト設定
==============================================*/
/* ◆11 ボディー */
body {
  text-align: center;
  min-width: 1200px; }
  @media screen and (max-width: 1200px) {
    body {
      min-width: inherit; } }

/* ◆12 ヘッダー */
#header {
  min-width: 1200px;
  height: 70px; }
  @media screen and (max-width: 1200px) {
    #header {
      min-width: inherit; } }
  @media screen and (max-width: 1200px) {
    #header {
      height: auto; } }

#header-inner {
  width: 1120px;
  height: 70px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center; }
  @media screen and (max-width: 1200px) {
    #header-inner {
      width: auto;
      height: auto;
      display: block;
      padding: 20px 0 0; } }

#identity-area {
  flex: 0 0 220px;
  font-size: 0;
  line-height: 0;
  text-align: left;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 1200px) {
    #identity-area {
      flex: none;
      width: 220px;
      margin: 0 auto 20px;
      text-align: center; } }
  #identity-area img {
    display: block;
    width: 100%;
    height: auto; }
  #identity-area h1 {
    font-size: inherit;
    line-height: 1;
    text-align: inherit;
    color: inherit;
    margin: 0;
    padding: 0; }

/* ◆13 グローバルナビ */
#global-area {
  flex: 0 0 506px; }
  @media screen and (max-width: 1200px) {
    #global-area {
      flex: none;
      width: 100%; } }

#nav-global {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center; }
  @media screen and (max-width: 1200px) {
    #nav-global {
      flex-wrap: wrap;
      border-top: 1px solid #333; } }
  #nav-global li {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 1200px) {
      #nav-global li {
        flex: 0 0 50%;
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        box-sizing: border-box; } }
    #nav-global li.nav-global-top {
      margin-bottom: 90px; }
    #nav-global li a {
      white-space: nowrap;
      position: relative;
      display: inline-block;
      color: #333; }
      @media screen and (max-width: 1200px) {
        #nav-global li a {
          display: block;
          text-align: center;
          line-height: 3; } }
      #nav-global li a:hover {
        opacity: .7; }
        @media screen and (max-width: 1200px) {
          #nav-global li a:hover {
            opacity: 1; } }
    @media screen and (max-width: 1200px) {
      #nav-global li.nav-global-qa {
        border-right: none; } }
    @media screen and (max-width: 1200px) {
      #nav-global li.nav-global-works {
        border-right: none; } }
    @media screen and (max-width: 1200px) {
      #nav-global li.nav-global-entry {
        flex: 0 0 100%;
        border-right: none; } }
    #nav-global li.nav-global-entry a {
      display: block;
      background-color: #0BD79B;
      padding: 9px 33px;
      border-radius: 15px;
      color: #fff; }
      @media screen and (max-width: 1200px) {
        #nav-global li.nav-global-entry a {
          background-color: transparent;
          padding: 0;
          border-radius: 0;
          color: #333; } }

/* ◆14 キービジュアル */
#top-mainimage {
  width: 100%;
  min-width: 1200px;
  height: 792px;
  margin: 0 0 72px; }
  @media screen and (max-width: 1200px) {
    #top-mainimage {
      min-width: inherit; } }
  @media screen and (max-width: 1200px) {
    #top-mainimage {
      height: 100vw; } }
  #top-mainimage .top-mainimage-in {
    position: relative;
    width: 100%;
    height: 792px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 1200px) {
      #top-mainimage .top-mainimage-in {
        height: 100vw; } }
    #top-mainimage .top-mainimage-in img {
      position: absolute;
      left: 50%;
      top: 111px;
      -webkit-transform: translate(200px, 0);
      transform: translate(200px, 0); }
      #top-mainimage .top-mainimage-in img.pc-none {
        display: none; }
      @media screen and (max-width: 1200px) {
        #top-mainimage .top-mainimage-in img {
          -webkit-transform: none;
          transform: none;
          top: 60%;
          left: 7%;
          width: 85%;
          height: auto; }
          #top-mainimage .top-mainimage-in img.sp-none {
            display: none; }
          #top-mainimage .top-mainimage-in img.pc-none {
            display: block; } }
  #top-mainimage .top-mainimage-01 {
    background-image: url(image/top/pc_eigyo02.jpg); }
    @media screen and (max-width: 1200px) {
      #top-mainimage .top-mainimage-01 {
        background-image: url(image/top/sp_eigyo02.jpg); } }
  #top-mainimage .top-mainimage-02 {
    background-image: url(image/top/pc_design.jpg); }
    #top-mainimage .top-mainimage-02 img {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
      @media screen and (max-width: 1200px) {
        #top-mainimage .top-mainimage-02 img {
          -webkit-transform: none;
          transform: none;
          top: 60%;
          left: 7%;
          width: 85%;
          height: auto; } }
    @media screen and (max-width: 1200px) {
      #top-mainimage .top-mainimage-02 {
        background-image: url(image/top/sp_design.jpg); } }
  #top-mainimage .top-mainimage-03 {
    background-image: url(image/top/pc_eigyo.jpg); }
    @media screen and (max-width: 1200px) {
      #top-mainimage .top-mainimage-03 {
        background-image: url(image/top/sp_eigyo.jpg); } }
    #top-mainimage .top-mainimage-03 img {
      -webkit-transform: translate(-500px, 0);
      transform: translate(-500px, 0); }
      @media screen and (max-width: 1200px) {
        #top-mainimage .top-mainimage-03 img {
          -webkit-transform: none;
          transform: none;
          top: 60%;
          left: 7%;
          width: 85%;
          height: auto; } }

/* ◆15 コンテンツ */
/* ◆16 トピックパス */
/* ◆17 メインコンテンツ */
/* ◆18 サブコンテンツ */
/* ◆19 フッター */
footer {
  position: relative;
  margin: 0 auto; }

#footer {
  text-align: left;
  color: #fff;
  min-width: 1200px;
  padding: 60px 0 23px;
  background-color: #fff;
  box-sizing: border-box; }
  @media screen and (max-width: 1200px) {
    #footer {
      width: 100%; } }

#footerArea {
  margin: 80px 0 auto;
  padding: 0; }

#footer01 {
  width: 680px;
  margin: 0 auto;
  padding: 0 0 50px 0; }
  @media screen and (max-width: 1200px) {
    #footer01 {
      width: 100%;
      min-width: inherit; } }
  #footer01 > ul {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1200px) {
      #footer01 > ul {
        width: 90%;
        max-width: 680px;
        margin: 0 auto; } }
    @media screen and (max-width: 767px) {
      #footer01 > ul {
        flex-direction: column; } }
    #footer01 > ul > li {
      flex: 0 0 auto;
      margin: 0; }
      @media screen and (max-width: 767px) {
        #footer01 > ul > li {
          flex: 0 0 100%;
          margin: 0 0 20px;
          text-align: center; } }
      #footer01 > ul > li img {
        max-width: 100%;
        height: auto; }

#footerNaviArea {
  width: 960px;
  margin: 0 auto;
  padding: 0; }
  @media screen and (max-width: 1200px) {
    #footerNaviArea {
      width: 100%; } }
  #footerNaviArea ul {
    font-size: 140%;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    margin: 0 auto 60px; }
    @media screen and (max-width: 1200px) {
      #footerNaviArea ul {
        width: 100%;
        margin: auto auto 20px; } }
    @media screen and (max-width: 767px) {
      #footerNaviArea ul {
        display: block;
        text-align: center; } }
  #footerNaviArea li {
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
    border-right: 1px solid #AFB2A3; }
    #footerNaviArea li:last-child {
      margin-right: 0;
      padding-right: 0;
      border-right: none; }
    @media screen and (max-width: 767px) {
      #footerNaviArea li {
        margin: 10px auto;
        width: 100%;
        padding: 0;
        border-right: initial; } }

#copyright {
  width: 100%;
  font-size: 1.1em;
  line-height: 1.4;
  color: #333;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.06em; }
  #copyright p {
    display: block;
    color: #333;
    margin: 0 auto 100px;
    padding: 0;
    text-align: center; }

.spbr, .sp-mi {
  display: none; }
  @media screen and (max-width: 1200px) {
    .spbr, .sp-mi {
      display: block; } }

/* ◆20 サイドバーメニュー */
/*==============================================
◆40：各コンテンツ
==============================================*/
/*  #top */
.top-time {
  width: 1200px;
  margin: 0 auto 72px; }
  @media screen and (max-width: 1200px) {
    .top-time {
      width: 100%;
      padding: 0 30px;
      box-sizing: border-box; } }
  .top-time p {
    font-size: 20px;
    line-height: 2.25;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .top-time p {
        text-align: justify; } }
    @media screen and (max-width: 1200px) {
      .top-time p .sp-br {
        display: none; } }
    @media screen and (max-width: 767px) {
      .top-time p .sp-br {
        display: inline; } }

.top-copy {
  width: 1200px;
  margin: 0 auto 72px; }
  @media screen and (max-width: 1200px) {
    .top-copy {
      width: 100%;
      padding: 0 30px;
      box-sizing: border-box; } }
  .top-copy p {
    font-size: 16px;
    line-height: 2.25;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .top-copy p {
        text-align: justify; } }

#movie {
  min-width: 1200px; }
  @media screen and (max-width: 1200px) {
    #movie {
      min-width: inherit; } }
  #movie p {
    font-size: 16px;
    line-height: 2.25;
    text-align: justify; }
  #movie .movie-inner {
    width: 1120px;
    margin: 0 auto; }
    @media screen and (max-width: 1200px) {
      #movie .movie-inner {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box; } }
    #movie .movie-inner .text-center {
      text-align: center; }

#video01 {
  width: 960px;
  margin: 50px auto; }
  @media screen and (max-width: 1200px) {
    #video01 {
      max-width: 960px;
      width: 100%; } }

#qa {
  min-width: 1200px; }
  @media screen and (max-width: 1200px) {
    #qa {
      min-width: inherit; } }
  #qa p {
    font-size: 16px;
    line-height: 2.25;
    text-align: justify; }
    #qa p a {
      color: #009ee5;
      font-weight: bold;
      text-decoration: underline; }
      #qa p a:hover {
        color: #e62c12; }
  #qa .qa-inner {
    width: 1120px;
    margin: 0 auto; }
    @media screen and (max-width: 1200px) {
      #qa .qa-inner {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box; } }

#job {
  min-width: 1200px;
  margin-top: 0; }
  @media screen and (max-width: 1200px) {
    #job {
      min-width: inherit; } }
  #job .job-img {
    background: url(image/top/top-job-mi.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 365px;
    margin: 0 0 56px; }
    @media screen and (max-width: 767px) {
      #job .job-img {
        height: 182px; } }
  #job .job-inner {
    width: 1120px;
    margin: 0 auto; }
    @media screen and (max-width: 1200px) {
      #job .job-inner {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box; } }
  #job .job-list-area {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      #job .job-list-area {
        display: block; } }
    #job .job-list-area .job-list-img {
      flex: 0 0 463px;
      background: url(image/top/top-job-list-img.jpg) center center no-repeat;
      background-size: cover; }
      @media screen and (max-width: 1200px) {
        #job .job-list-area .job-list-img {
          flex: 1 1 33%; } }
      @media screen and (max-width: 767px) {
        #job .job-list-area .job-list-img {
          flex: none;
          width: 100%;
          height: 0;
          padding: 0 0 50%; } }
    #job .job-list-area .job-list {
      flex: 0 0 100%;
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      color: #fff;
      justify-content: space-between; }
      @media screen and (max-width: 1200px) {
        #job .job-list-area .job-list {
          flex: 1 1 67%; } }
      @media screen and (max-width: 767px) {
        #job .job-list-area .job-list {
          flex: none;
          border-right: none; } }
      #job .job-list-area .job-list li {
        flex: 0 0 32.8%;
        margin: 4px 0;
        padding: 35px 20px;
        font-size: 20px;
        text-align: center;
        box-sizing: border-box;
        background: #98E1C9;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center; }
        @media screen and (max-width: 767px) {
          #job .job-list-area .job-list li {
            font-size: 16px;
            padding: 20px 15px;
            flex: 0 0 100%; } }
      #job .job-list-area .job-list li:last-child {
        color: #333;
        background: #fff;
        padding: 35px 10px; }

#works {
  position: relative;
  min-width: 1200px;
  height: 340px;
  margin-bottom: 0;
  background: url(image/top/top-works-bg.jpg) center center no-repeat;
  background-size: auto 100%; }
  @media screen and (max-width: 1200px) {
    #works {
      min-width: inherit;
      height: auto; } }
  #works h2 {
    position: absolute;
    top: -36px;
    left: 50%;
    -webkit-transform: translate(-560px, 0);
    transform: translate(-560px, 0); }
    @media screen and (max-width: 1200px) {
      #works h2 {
        left: 30px;
        -webkit-transform: none;
        transform: none; } }
  #works .works-list {
    position: relative;
    width: 1120px;
    margin: 0 auto;
    padding: 66px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      #works .works-list {
        width: 100%;
        padding: 66px 30px;
        box-sizing: border-box; } }
    #works .works-list li {
      flex: 0 0 360px;
      font-size: 20px;
      text-align: center;
      height: 70px;
      background-color: #fff;
      margin: 40px 0 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center; }
      @media screen and (max-width: 1200px) {
        #works .works-list li {
          font-size: 16px;
          flex: 0 0 30%;
          padding: 0 10px;
          box-sizing: border-box; } }
      @media screen and (max-width: 767px) {
        #works .works-list li {
          flex: 0 0 100%;
          margin-top: 25px; } }
      #works .works-list li.works-list-etc {
        flex: none;
        position: absolute;
        right: 16px;
        bottom: -60px;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #98E1C9;
        margin-top: 0; }
        @media screen and (max-width: 1200px) {
          #works .works-list li.works-list-etc {
            right: 15px;
            bottom: 5px; } }
        @media screen and (max-width: 767px) {
          #works .works-list li.works-list-etc {
            bottom: 15px;
            width: 60px;
            height: 60px; } }
      #works .works-list li:nth-child(1), #works .works-list li:nth-child(2), #works .works-list li:nth-child(3) {
        margin-top: 25px; }
      @media screen and (max-width: 767px) {
        #works .works-list li:nth-child(3) {
          /*margin-top: 40px;*/ } }

#information {
  min-width: 1200px; }
  @media screen and (max-width: 1200px) {
    #information {
      min-width: inherit; } }
  #information .information_in {
    width: 1120px;
    margin: 0 auto; }
    @media screen and (max-width: 1200px) {
      #information .information_in {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box; } }
    #information .information_in table {
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        #information .information_in table {
          display: block; } }
      @media screen and (max-width: 767px) {
        #information .information_in table tr {
          display: block; } }
      #information .information_in table th {
        width: 225px; }
        @media screen and (max-width: 1200px) {
          #information .information_in table th {
            width: 150px;
            padding-bottom: 0; } }
        @media screen and (max-width: 767px) {
          #information .information_in table th {
            display: block;
            width: auto; } }
      @media screen and (max-width: 767px) {
        #information .information_in table td {
          display: block;
          padding-left: 0; } }

#special {
  background-color: #E8F8F3;
  padding: 96px 0 87px;
  min-width: 1200px; }
  @media screen and (max-width: 1200px) {
    #special {
      min-width: inherit; } }
  @media screen and (max-width: 767px) {
    #special {
      padding-left: 30px;
      padding-right: 30px; } }
  #special .special-bannar {
    width: 800px;
    margin: 0 auto; }
    @media screen and (max-width: 1200px) {
      #special .special-bannar {
        width: 600px; } }
    @media screen and (max-width: 767px) {
      #special .special-bannar {
        width: auto; } }
    #special .special-bannar a {
      width: 800px;
      height: 338px;
      box-sizing: border-box;
      text-align: justify;
      background-color: #fff;
      -webkit-box-shadow: 10px 10px #CDECE2;
      -mox-box-shadow: 10px 10px #CDECE2;
      box-shadow: 10px 10px #CDECE2;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 1200px) {
        #special .special-bannar a {
          width: 600px; } }
      @media screen and (max-width: 767px) {
        #special .special-bannar a {
          position: relative;
          width: auto;
          height: auto;
          display: block;
          overflow: hidden; } }
      #special .special-bannar a:hover {
        opacity: .7;
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
        -webkit-box-shadow: 0 0 #CDECE2;
        -mox-box-shadow: 0 0 #CDECE2;
        box-shadow: 0 0 #CDECE2; }
        @media screen and (max-width: 767px) {
          #special .special-bannar a:hover {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
            -webkit-box-shadow: 10px 10px #CDECE2;
            -mox-box-shadow: 10px 10px #CDECE2;
            box-shadow: 10px 10px #CDECE2; } }
    #special .special-bannar .special-bannar-text {
      padding: 53px 0 0 44px;
      flex: 0 0 400px;
      box-sizing: border-box; }
      @media screen and (max-width: 1200px) {
        #special .special-bannar .special-bannar-text {
          flex: 0 0 300px;
          padding: 30px 30px 0 30px; } }
      @media screen and (max-width: 767px) {
        #special .special-bannar .special-bannar-text {
          position: relative;
          flex: none;
          padding: 20px;
          z-index: 20;
          -webkit-transform: translate3d(0, 0, 20px);
          transform: translate3d(0, 0, 20px); } }
    #special .special-bannar .special-bannar-title-en {
      font-family: "Poppins", "Noto Sans JP", sans-serif;
      font-size: 44px;
      font-weight: 600;
      line-height: 1;
      color: #0BD79B;
      margin: 0 0 27px; }
      #special .special-bannar .special-bannar-title-en span {
        display: block;
        color: #333;
        margin: 5px 0 0; }
    #special .special-bannar .special-bannar-title-jp {
      font-size: 16px;
      line-height: 1;
      color: #333;
      position: relative;
      margin: 0 0 70px; }
      #special .special-bannar .special-bannar-title-jp::after {
        display: block;
        content: "";
        position: absolute;
        width: 30px;
        height: 1px;
        background-color: #0BD79B;
        bottom: -35px;
        left: 0; }
    #special .special-bannar .special-bannar-more {
      font-size: 16px;
      line-height: 1.75;
      color: #333; }
    #special .special-bannar .special-bannar-img {
      flex: 0 0 400px;
      background: url(image/top/btn-special-img02.jpg) center center no-repeat;
      background-size: cover; }
      @media screen and (max-width: 1200px) {
        #special .special-bannar .special-bannar-img {
          flex: 0 0 300px; } }
      @media screen and (max-width: 767px) {
        #special .special-bannar .special-bannar-img {
          flex: none;
          position: absolute;
          width: 50%;
          height: 50%;
          top: 70px;
          right: -30px;
          opacity: 1;
          z-index: 10;
          border-radius: 160px;
          background-position: -33px center;
          -webkit-transform: translate3d(0, 0, 10px);
          transform: translate3d(0, 0, 10px); } }

#entry {
  min-width: 1200px;
  background: transparent linear-gradient(98deg, #98E1C9 0%, #0BD79B 100%) 0% 0% no-repeat padding-box;
  padding: 66px 20px;
  box-sizing: border-box; }
  @media screen and (max-width: 1200px) {
    #entry {
      min-width: inherit; } }
  #entry .entry-inner {
    width: 1120px;
    margin: 0 auto;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      #entry .entry-inner {
        width: 100%; } }
    #entry .entry-inner .entry-text {
      padding: 20px;
      background: #fff;
      margin: 0 0 20px; }
    #entry .entry-inner p {
      font-size: 16px;
      line-height: 2.25;
      text-align: justify; }
    #entry .entry-inner dl {
      margin: 20px 0;
      padding: 20px;
      background: #fff; }
      #entry .entry-inner dl:last-child {
        margin-bottom: 0; }
      #entry .entry-inner dl dt {
        font-size: 24px;
        line-height: 1;
        text-align: justify;
        border-bottom: 5px solid #C5EFD9;
        padding-bottom: 5px; }
      #entry .entry-inner dl dd {
        font-size: 14px;
        line-height: 2.25;
        text-align: justify; }
    #entry .entry-inner a {
      color: #009ee5;
      font-weight: bold;
      text-decoration: underline; }
      #entry .entry-inner a:hover {
        color: #e62c12; }

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