@charset "UTF-8";
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+Tammudu+2:wght@400;500;600&display=swap");
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/*****************************************************

 Telリンク制御　※レスポンシブ
 
*****************************************************/
@media (min-width: 896px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*****************************************************

 404
 
*****************************************************/
.not_found_container {
  width: 100%;
  padding: 160px 0 80px; }
  .not_found_container > p {
    font-size: 16px;
    color: #333;
    padding: 30px 0; }
    .not_found_container > p span {
      color: #de0515;
      display: block; }

/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 16px; }

body {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 0;
  color: #333333;
  font-size: 1rem;
  font-family: 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 1px;
  overflow-x: hidden; }

.inner {
  width: 1120px;
  margin: 0 auto;
  position: relative;
  text-align: justify; }

.inner_wide {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1440px;
  min-width: 1080px; }

.sp_menu {
  position: absolute;
  top: 20px;
  right: 20px; }
  .sp_menu i {
    font-size: 36px;
    color: #FFF; }

.sp_nav {
  visibility: hidden; }

h1:not(#top_h1) {
  font-size: 42px;
  color: #2d5089;
  letter-spacing: 4px;
  font-weight: bold; }
  h1:not(#top_h1) span {
    display: block;
    max-width: 120px;
    height: 24px;
    background: #6ab4b9;
    font-family: 'Baloo Tammudu 2', cursive;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 2px 0;
    font-size: 14px;
    margin-bottom: -10px;
    letter-spacing: normal;
    line-height: normal; }

h2 {
  font-size: 36px;
  color: #004f8d;
  font-weight: bold;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
  text-align: center; }
  h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
    height: 4px;
    background: #23b6bc; }

h2 + p {
  font-size: 21px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px; }
  h2 + p span {
    color: #e50044; }

h3:not(#top_h3) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #e50044;
  margin-bottom: 24px; }
  h3:not(#top_h3)::before {
    content: '';
    width: 30px;
    height: 4px;
    background: #23b6bc;
    margin-right: 14px; }

h3 + p {
  font-size: 16px;
  color: #333;
  line-height: 31px; }

h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 31px;
  margin: 8px 0; }

section {
  padding: 80px 0; }
  section:last-of-type {
    padding: 80px 0 120px; }
  section:nth-of-type(even) {
    background: #fffef3; }

img {
  width: 100%;
  height: auto;
  max-width: 100%; }

.ofcimage {
  object-fit: cover;
  font-family: 'object-fit:cover;'; }

.txt_indent {
  padding-left: 16px;
  text-indent: -16px; }

.link_btn {
  overflow: hidden;
  z-index: 1;
  display: block;
  width: 428px;
  margin: 60px auto 0;
  background: #23b6bc;
  padding: 20px 0 20px 40px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-decoration: none;
  transition: .2s;
  box-shadow: 0px 0px 10px rgba(109, 109, 109, 0.3); }
  .link_btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #38d4da;
    transition: all .3s;
    z-index: -1; }
  .link_btn:hover::before {
    width: 100%; }
  .link_btn::after {
    position: absolute;
    top: 20px;
    right: 15px;
    content: "\f105";
    font-family: 'Font Awesome 5 free';
    color: #fff;
    font-size: 18px;
    font-weight: 900; }

@media screen and (min-width: 896px) {
  .pc_none {
    display: none !important; } }
@media screen and (max-width: 896px) {
  h1:not(#top_h1) {
    padding: 0 1%;
    font-size: 31px; }
    h1:not(#top_h1) span {
      padding: 0;
      margin-bottom: -8px; }

  h2 {
    font-size: 24px;
    padding-bottom: 20px; }

  section {
    padding: 60px 0; }
    section:last-of-type {
      padding: 60px 0 100px; }

  .sp_none {
    display: none !important; }

  .inner, .inner_wide {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    min-width: 90%; }

  .sp_menu {
    position: absolute;
    top: 16px;
    right: 0; }
    .sp_menu i {
      font-size: 30px;
      color: #23b6bc; }

  .sp_nav {
    visibility: visible; }

  .link_btn {
    width: 100%;
    margin: 40px auto 0; }

  .mm-listitem > a {
    font-weight: bold;
    padding: 20px 10px 20px 20px !important;
    color: #333 !important; }

  #mm-1 > ul > li:nth-child(5) > a {
    background: #23b6bc;
    color: #FFF !important;
    width: 80%;
    margin: 0 auto; }

  #mm-1 > ul > li:nth-child(5) {
    margin-top: 20px; }

  #mm-1 > ul > li:nth-child(5)::after {
    border: none; } }
@media print {
  .pc_none {
    display: none !important; }

  .sp_none {
    display: none !important; } }
/*****************************************************

 Header
 
*****************************************************/
.header_container {
  height: 145px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 1%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1; }
  .header_container .logo_container {
    width: 160px;
    height: 100%;
    background: #23b6bc;
    text-align: center;
    padding: 18px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    transition: .3s; }
    .header_container .logo_container a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .header_container .logo_container img {
      width: 134px; }
  .header_container nav {
    width: 860px;
    height: 80px;
    background: #fff;
    border-radius: 20px;
    padding: 0 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    .header_container nav > a {
      display: block;
      width: 120px;
      height: 100%;
      position: relative;
      text-align: center;
      padding: 20px 0;
      box-sizing: border-box;
      text-decoration: none;
      font-size: 18px;
      font-weight: 600;
      color: #004f8d; }
      .header_container nav > a span {
        display: block;
        font-size: 14px;
        color: #23b6bc;
        font-family: 'Baloo Tammudu 2', cursive;
        font-weight: 500;
        margin-bottom: -10px; }
      .header_container nav > a:last-of-type {
        width: 160px;
        background: #23b6bc;
        color: #fff;
        transition: .2s; }
        .header_container nav > a:last-of-type span {
          color: #fff; }
        .header_container nav > a:last-of-type:hover {
          opacity: .7;
          transition: .2s; }
    .header_container nav .menu_current {
      position: relative; }
      .header_container nav .menu_current::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 48px;
        height: 6px;
        background: #23b6bc; }
    .header_container nav .head_receuit {
      position: absolute;
      bottom: -60px;
      left: 0;
      width: 100%;
      background: #fff;
      border-radius: 8px;
      padding: 6px 20px;
      box-sizing: border-box; }
      .header_container nav .head_receuit p {
        text-align: center;
        font-size: 16px;
        color: #004f8d; }
        .header_container nav .head_receuit p a {
          text-decoration: underline;
          color: #FF575A; }
      .header_container nav .head_receuit::before {
        content: "";
        position: absolute;
        top: -30px;
        left: 65%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-bottom: 15px solid #fff; }

@media screen and (max-width: 896px) {
  .header_container {
    height: 80px; }

  .header_container .logo_container {
    width: 80px;
    padding: 14px 0; }

  .header_container .logo_container img {
    width: 80%; } }
/*****************************************************

 Footer
 
*****************************************************/
.footer_contact_wrap {
  width: 100%;
  padding: 60px 0 100px;
  background: #fff7f7; }
  .footer_contact_wrap .inner {
    padding: 0 20px;
    box-sizing: border-box; }
  .footer_contact_wrap h2 {
    text-align: left; }
    .footer_contact_wrap h2::after {
      right: auto; }
  .footer_contact_wrap #top_h3 {
    width: 48%;
    border-bottom: 2px solid #23b6bc;
    padding-bottom: 10px;
    margin-bottom: 40px;
    font-size: 24px;
    color: #333;
    font-weight: bold; }
    .footer_contact_wrap #top_h3 img {
      width: 43px;
      height: 56px;
      margin-right: 20px;
      vertical-align: -20%; }
  .footer_contact_wrap .footer_contact_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .footer_contact_wrap .footer_contact_container > p {
      width: 48%;
      font-size: 16px;
      color: #333; }
    .footer_contact_wrap .footer_contact_container .link_btn {
      margin: 0 auto 60px; }
    .footer_contact_wrap .footer_contact_container .footer_contact_item {
      width: 48%;
      padding: 0 20px;
      box-sizing: border-box; }
      .footer_contact_wrap .footer_contact_container .footer_contact_item p {
        font-size: 21px;
        font-weight: bold;
        color: #333; }
      .footer_contact_wrap .footer_contact_container .footer_contact_item a {
        text-decoration: none;
        font-size: 42px;
        color: #004f8d;
        font-weight: bold; }
        .footer_contact_wrap .footer_contact_container .footer_contact_item a i {
          font-size: 36px;
          margin-right: 20px; }

.global_footer {
  width: 100%;
  padding: 40px 0 20px;
  background: #23b6bc; }

.footer_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 1%;
  box-sizing: border-box; }
  .footer_wrap .footer_into_container {
    width: 54%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    min-width: 700px; }
    .footer_wrap .footer_into_container figure {
      width: 134px; }
    .footer_wrap .footer_into_container .footer_into_item nav {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .footer_wrap .footer_into_container .footer_into_item nav a {
        text-decoration: none;
        padding-right: 30px;
        margin-right: 30px;
        border-right: 1px solid #fff;
        font-size: 18px;
        color: #fff;
        font-weight: 600; }
        .footer_wrap .footer_into_container .footer_into_item nav a:last-of-type {
          padding-right: 0;
          margin-right: 0;
          border-right: none; }
    .footer_wrap .footer_into_container .footer_into_item address {
      width: 100%; }
      .footer_wrap .footer_into_container .footer_into_item address p {
        font-size: 16px;
        color: #fff; }
        .footer_wrap .footer_into_container .footer_into_item address p a {
          text-decoration: none;
          color: #fff; }
        .footer_wrap .footer_into_container .footer_into_item address p:nth-of-type(1) {
          font-size: 28px;
          font-weight: bold; }
          .footer_wrap .footer_into_container .footer_into_item address p:nth-of-type(1) span {
            font-size: 16px;
            font-weight: normal; }
  .footer_wrap .copyright_container {
    width: 200px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end; }
    .footer_wrap .copyright_container p {
      font-size: 14px;
      color: #fff; }

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  .page-top p {
    text-align: center;
    display: block;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: #004f8d;
    color: #FFF;
    opacity: 0.5;
    transition: all  0.5s ease; }
  .page-top a {
    text-decoration: none;
    background: #004f8d;
    color: #FFF; }
    .page-top a:hover {
      text-decoration: none; }
    .page-top a p:hover {
      opacity: 1;
      transition: all  0.5s ease; }
    .page-top a i {
      margin-top: 13px;
      font-size: 35px; }

@media screen and (max-width: 896px) {
  .footer_contact_wrap .footer_contact_container > p {
    width: 100%; }

  .footer_contact_wrap .footer_contact_container .link_btn {
    margin: 20px auto 60px; }

  .footer_contact_wrap #top_h3 {
    width: 100%;
    font-size: 18px; }

  .footer_contact_wrap .footer_contact_container .footer_contact_item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px; }
    .footer_contact_wrap .footer_contact_container .footer_contact_item:last-of-type {
      margin-bottom: 0; }

  .footer_contact_wrap .footer_contact_container .footer_contact_item p {
    font-size: 18px; }

  .footer_contact_wrap .footer_contact_container .footer_contact_item a {
    font-size: 30px; }

  .footer_contact_wrap .footer_contact_container .footer_contact_item a i {
    font-size: 24px;
    margin-right: 8px; }

  .footer_wrap .footer_into_container {
    width: 100%;
    justify-content: center;
    min-width: 100%; }

  .footer_wrap .footer_into_container figure {
    width: 100px; }

  .footer_wrap .footer_into_container figure img {
    margin-bottom: 16px; }

  .footer_wrap .footer_into_container .footer_into_item nav a {
    display: block;
    width: 50%;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    margin-bottom: 16px;
    text-align: center; }

  .footer_wrap .footer_into_container .footer_into_item address {
    margin-top: 20px; }

  .footer_wrap .footer_into_container .footer_into_item address p:nth-of-type(1) {
    font-size: 18px; }

  .footer_wrap .footer_into_container .footer_into_item address p:nth-of-type(1) span {
    font-size: 14px;
    margin-right: 8px; }

  .footer_wrap .footer_into_container .footer_into_item address p {
    font-size: 14px; }

  .footer_wrap .copyright_container {
    width: 100%;
    justify-content: center; }

  .footer_wrap .copyright_container p {
    margin-top: 20px; } }
/*****************************************************

 アーカイブページ
 
*****************************************************/
.news_container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .news_container article {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 0;
    transition: .3s;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px dotted #ccc; }
    .news_container article a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .news_container article:hover {
      opacity: .7;
      transition: .3s; }
    .news_container article span {
      display: block;
      padding-bottom: 20px;
      border-bottom: 1px solid #e50044;
      font-size: 16px;
      color: #e50044;
      margin-right: 40px; }
    .news_container article figure {
      width: 170px;
      height: 101px;
      margin: 20px 10px 0 130px; }
      .news_container article figure img {
        height: 100%; }
    .news_container article p {
      width: 85%;
      font-size: 16px;
      color: #333;
      line-height: 28px;
      font-weight: 500; }
      .news_container article p:nth-of-type(2) {
        width: 65%;
        margin-top: 10px;
        font-weight: normal;
        color: #999; }

.pager {
  padding: 80px 0;
  width: 100%;
  position: relative;
  text-align: center; }
  .pager .page-numbers {
    display: inline-block;
    margin: 12px 0 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    font-size: 16px;
    border: 2px #004898 solid;
    color: #004898;
    background: #fff;
    transition: .3s; }
    .pager .page-numbers:hover {
      background: #FFF;
      border: 2px #0E6B9E solid;
      color: #004898;
      opacity: 1;
      transition: .3s; }
  .pager a {
    text-decoration: none; }
  .pager .current {
    background: #004898;
    border: 2px #004898 solid;
    color: #FFF; }

@media screen and (max-width: 896px) {
  .news_container {
    width: 100%; }

  .news_container article p {
    width: 100%;
    margin-top: 10px; }

  .news_container article p:nth-of-type(2) {
    width: 100%;
    margin-top: 0; }

  .news_container article figure {
    width: 100%;
    height: 120px;
    margin: 20px 0; } }
/*****************************************************

 シングルページ
 
*****************************************************/
/* エディター内装飾
----------------------------------------------------*/
.editor_area {
  width: 100%;
  margin: 20px 0; }
  .editor_area img {
    max-width: 100%;
    margin: 20px 0;
    border: none !important;
    width: auto;
    height: auto;
    /*min-width:50%;*/ }
  .editor_area .size-thumbnail {
    width: 32% !important;
    margin-right: 16px !important; }
    .editor_area .size-thumbnail:nth-of-type(3n) {
      margin-right: 0 !important; }
  .editor_area .size-medium {
    width: 49% !important;
    margin-right: 15px !important; }
    .editor_area .size-medium:nth-of-type(2n) {
      margin-right: 0 !important; }
  .editor_area .size-large {
    width: 100% !important; }
  .editor_area p {
    margin-top: 16px;
    font-size: 16px;
    color: #444;
    word-break: break-all; }
  .editor_area strong {
    font-weight: 700; }
  .editor_area em {
    font-style: italic; }
  .editor_area ul {
    margin-top: 24px;
    list-style: disc;
    padding-left: 4.2rem; }
    .editor_area ul li {
      margin-top: 8px; }
      .editor_area ul li:first-child {
        margin-top: 0; }
  .editor_area ol {
    margin-top: 24px;
    list-style: decimal;
    padding-left: 4.2rem; }
    .editor_area ol li {
      margin-top: 8px; }
      .editor_area ol li:first-child {
        margin-top: 0; }
  .editor_area hr {
    border-top: 1px #cccccc dotted;
    margin-top: 32px;
    margin-bottom: 32px; }
  .editor_area > h4 {
    margin: 12px 0;
    color: #444;
    font-size: 16px; }
  .editor_area h3 + p, .editor_area h3 + ul, .editor_area h3 + ol {
    margin-top: 10px; }
  .editor_area h4 + p, .editor_area h4 + ul, .editor_area h4 + ol {
    margin-top: 10px; }
  .editor_area a {
    /*text-decoration: none;*/
    color: #DE0515;
    font-size: 16px;
    margin: 10px 0; }
  .editor_area blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
    width: 80%;
    margin: 30px auto; }
    .editor_area blockquote:before {
      display: inline-block;
      position: absolute;
      top: 13px;
      left: 15px;
      content: "\f10d";
      font-family: FontAwesome;
      color: #cfcfcf;
      font-size: 28px;
      line-height: 1;
      font-weight: 900; }
    .editor_area blockquote p {
      padding: 0;
      margin: 10px 0;
      line-height: 1.7; }
    .editor_area blockquote cite {
      display: block;
      text-align: right;
      color: #888888;
      font-size: 0.9em; }
  .editor_area table {
    border: 1px solid #333;
    max-width: 100%;
    padding: 4px;
    box-sizing: border-box;
    border-collapse: collapse; }
    .editor_area table tr {
      border-bottom: 1px solid #333; }
    .editor_area table td {
      border-right: 1px solid #333;
      padding: 6px;
      box-sizing: border-box;
      /*&:last-of-type {border:none;}*/ }

@media screen and (max-width: 896px) {
  .editor_area .size-thumbnail {
    width: 30% !important; }

  .editor_area .size-medium {
    width: 47.78% !important;
    margin: 0 0 10px !important; }

  .editor_area {
    padding-bottom: 40px; } }
/*****************************************************

 HOME
 
*****************************************************/
/* cover
----------------------------------------------------*/
.main_bk {
  position: relative;
  /*background:#efefef;*/
  z-index: 0; }
  .main_bk video {
    width: 100vw;
    height: 800px;
    object-fit: cover;
    font-family: 'object-fit:cover;'; }
  .main_bk .movie_item {
    position: relative;
    font-size: 0; }
  .main_bk .main_txt {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0; }
    .main_bk .main_txt span {
      display: block;
      width: 400px;
      margin: 0 30px 0 auto;
      background: #004f8d;
      padding: 14px 0 0;
      text-align: center;
      font-family: 'Baloo Tammudu 2', cursive;
      font-weight: 600;
      color: #fff;
      font-size: 36px; }
    .main_bk .main_txt > p {
      text-align: right;
      font-size: 48px;
      color: #fff;
      font-weight: bold;
      text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6); }
    .main_bk .main_txt .main_txt_receuit {
      width: 100%;
      padding: 10px;
      box-sizing: border-box;
      border: 2px solid #004f8d;
      margin-bottom: 30px; }
      .main_bk .main_txt .main_txt_receuit p {
        text-align: center;
        font-size: 16px;
        color: #004f8d; }
        .main_bk .main_txt .main_txt_receuit p a {
          text-decoration: underline;
          color: #FF575A; }
    .main_bk .main_txt .main_txt_container {
      width: 100%;
      margin: 40px 0 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start; }
      .main_bk .main_txt .main_txt_container .main_txt_item {
        width: 28.9%;
        background: #fff;
        padding: 30px 0;
        text-align: center;
        border-top-left-radius: 30px;
        box-shadow: 0px 0px 10px rgba(109, 109, 109, 0.4);
        position: relative;
        z-index: 0;
        transition: .2s; }
        .main_bk .main_txt .main_txt_container .main_txt_item a {
          text-decoration: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1; }
        .main_bk .main_txt .main_txt_container .main_txt_item:hover {
          transform: translateY(10px);
          transition: .2s; }
        .main_bk .main_txt .main_txt_container .main_txt_item p {
          font-size: 21px;
          color: #333;
          font-weight: bold;
          text-align: center;
          text-shadow: 0px 0px 10px rgba(109, 109, 109, 0.4); }
          .main_bk .main_txt .main_txt_container .main_txt_item p:nth-of-type(2) {
            font-size: 31px;
            color: #e50044; }
        .main_bk .main_txt .main_txt_container .main_txt_item i {
          color: #e50044;
          font-size: 31px; }

@media screen and (max-width: 896px) {
  .main_bk {
    padding-top: 60px; }

  .main_bk video {
    width: 100%;
    height: auto; }

  .main_bk .movie_item {
    margin-bottom: 20px; }

  .main_bk .main_txt {
    position: static;
    bottom: 0; }

  .main_bk .main_txt span {
    width: 70%;
    margin: 0 0 0 auto;
    font-size: 18px; }

  .main_bk .main_txt > p {
    font-size: 28px;
    color: #333;
    margin: 10px 0; }

  .main_bk .main_txt .main_txt_container {
    margin: 20px 0 0; }

  .main_bk .main_txt .main_txt_container .main_txt_item {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 20px; }

  .main_bk .main_txt .main_txt_container .main_txt_item p {
    font-size: 18px; }

  .main_bk .main_txt .main_txt_container .main_txt_item p:nth-of-type(2) {
    font-size: 24px; } }
/* about
----------------------------------------------------*/
.top_about_wrap {
  width: 100%;
  position: relative;
  padding-top: 90px; }
  .top_about_wrap::after {
    content: '';
    background-color: #fffef3;
    width: calc(((100vw - 60px) / 2) + 30px);
    height: 330px;
    position: absolute;
    top: 200px;
    left: -30px;
    z-index: -1;
    transform-origin: left top;
    pointer-events: none; }
  .top_about_wrap .top_about_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px; }
    .top_about_wrap .top_about_container figure {
      width: 48%; }
    .top_about_wrap .top_about_container p {
      width: 48%;
      font-size: 16px;
      line-height: 31px;
      color: #333; }

.top_movie_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 192px;
  margin: 0 auto 60px; }
  .top_movie_container .movie_btn_container, .top_movie_container .top_playlist_container {
    width: 48.21%;
    height: 100%;
    position: relative;
    z-index: 0;
    transition: .3s; }
    .top_movie_container .movie_btn_container a, .top_movie_container .top_playlist_container a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .top_movie_container .movie_btn_container:hover, .top_movie_container .top_playlist_container:hover {
      opacity: .7;
      transition: .3s; }
    .top_movie_container .movie_btn_container p, .top_movie_container .top_playlist_container p {
      background: rgba(0, 0, 0, 0.4);
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 60px;
      line-height: 60px;
      font-size: 18px;
      color: #fff;
      font-weight: bold;
      padding: 0 24px;
      box-sizing: border-box; }
      .top_movie_container .movie_btn_container p img, .top_movie_container .top_playlist_container p img {
        width: 30px;
        margin-right: 20px;
        vertical-align: -10%; }
      .top_movie_container .movie_btn_container p span, .top_movie_container .top_playlist_container p span {
        margin-left: 40px;
        background: #fff;
        border-radius: 20px;
        font-size: 14px;
        color: #333;
        padding: 8px 36px; }
        .top_movie_container .movie_btn_container p span i, .top_movie_container .top_playlist_container p span i {
          font-size: 28px;
          color: #FF0000;
          margin-right: 16px;
          vertical-align: sub; }

.top_playlist_container {
  background: url("../images/home/top_playlist_bk.jpg") center/cover no-repeat; }

.movie_btn_container {
  background: url("../images/home/top_movie_bk.jpg") center/cover no-repeat; }

div.top_movie_container + p {
  font-size: 21px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px; }
  div.top_movie_container + p span {
    color: #e50044; }

.top_plus1_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .top_plus1_container p {
    font-size: 16px;
    color: #333;
    line-height: 31px;
    margin-bottom: 40px; }
  .top_plus1_container p.plus1_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 30px; }
    .top_plus1_container p.plus1_ttl span {
      font-size: 24px; }
    .top_plus1_container p.plus1_ttl::before {
      content: '';
      width: 15px;
      height: 30px;
      background: url("../images/common/slash_left.svg") center/cover no-repeat;
      margin-right: 16px; }
    .top_plus1_container p.plus1_ttl::after {
      content: '';
      width: 15px;
      height: 30px;
      background: url("../images/common/slash_right.svg") center/cover no-repeat;
      margin-left: 16px; }
  .top_plus1_container figure {
    width: 48%;
    position: relative;
    font-size: 0; }
    .top_plus1_container figure:nth-of-type(1) figcaption {
      width: 100%;
      font-size: 14px;
      color: #000;
      margin-top: 10px;
      font-weight: bold; }
    .top_plus1_container figure:nth-of-type(2) figcaption {
      position: absolute;
      bottom: 0;
      background: rgba(0, 0, 0, 0.4);
      padding: 8px 16px;
      box-sizing: border-box;
      width: 100%;
      font-size: 16px;
      color: #fff;
      font-weight: bold; }

@media screen and (max-width: 896px) {
  .top_about_wrap {
    padding-top: 0; }

  .top_about_wrap::after {
    width: 90%;
    top: 120px; }

  .top_about_wrap .top_about_container figure {
    width: 100%; }

  .top_about_wrap .top_about_container p {
    width: 100%;
    margin-top: 20px; }

  .top_movie_container {
    width: 100%;
    height: auto; }

  .top_movie_container .top_playlist_container {
    margin-top: 30px; }

  .top_movie_container .top_playlist_container p span {
    display: block;
    margin-left: 0;
    background: none;
    padding: 0;
    color: #fff; }

  .top_movie_container .top_playlist_container p span i {
    position: relative;
    font-size: 24px;
    z-index: 0; }

  .top_movie_container .top_playlist_container p span i::after {
    content: '';
    background: #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1; }

  .top_movie_container .movie_btn_container, .top_movie_container .top_playlist_container {
    width: 100%;
    height: 142px; }

  .top_movie_container .movie_btn_container p, .top_movie_container .top_playlist_container p {
    height: auto;
    line-height: normal;
    font-size: 16px;
    padding: 8px 14px; }

  .top_movie_container .movie_btn_container p img, .top_movie_container .top_playlist_container p img {
    width: 20px;
    margin-right: 10px; }

  .top_plus1_container p {
    font-size: 16px;
    flex-direction: column; }

  .top_plus1_container p::before {
    position: absolute;
    left: 0; }

  .top_plus1_container p::after {
    position: absolute;
    right: 0; }

  .top_plus1_container figure {
    width: 100%;
    margin-bottom: 20px; }
    .top_plus1_container figure:last-of-type {
      margin-bottom: 0; } }
/* service
----------------------------------------------------*/
.top_service_wrap .top_service_container {
  height: 550px;
  position: relative; }
  .top_service_wrap .top_service_container .top_service_item {
    width: 48%; }
    .top_service_wrap .top_service_container .top_service_item #top_h3 {
      width: 100%;
      border-bottom: 2px solid #23b6bc;
      padding-bottom: 10px;
      margin-bottom: 20px;
      font-size: 24px;
      color: #333;
      font-weight: bold; }
    .top_service_wrap .top_service_container .top_service_item > h3 + p {
      font-size: 18px;
      font-weight: bold;
      color: #333;
      margin-bottom: 20px; }
    .top_service_wrap .top_service_container .top_service_item > p:nth-of-type(n+2) {
      width: 100%;
      background: #fff;
      padding: 8px 30px;
      box-sizing: border-box;
      border-left: 6px solid #004f8d;
      font-size: 18px;
      color: #e50044;
      font-weight: bold;
      margin-bottom: 10px; }
      .top_service_wrap .top_service_container .top_service_item > p:nth-of-type(n+2):last-of-type {
        margin-bottom: 0; }
    .top_service_wrap .top_service_container .top_service_item > .link_btn {
      width: 100%; }
  .top_service_wrap .top_service_container:nth-of-type(1) {
    margin-top: 80px; }
    .top_service_wrap .top_service_container:nth-of-type(1)::after {
      content: '';
      background: url(../images/home/top_img_02.jpg) center/cover no-repeat;
      width: 960px;
      height: 550px;
      transform: translateX(45%);
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 0; }
    .top_service_wrap .top_service_container:nth-of-type(1) .top_service_item #top_h3 img {
      width: 63px;
      height: 38px;
      margin-right: 20px;
      vertical-align: -20%; }
  .top_service_wrap .top_service_container:nth-of-type(2) {
    margin-top: 60px; }
    .top_service_wrap .top_service_container:nth-of-type(2)::after {
      content: '';
      background: url(../images/home/top_img_03.jpg) center/cover no-repeat;
      width: 960px;
      height: 550px;
      transform: translateX(-40%);
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 0; }
    .top_service_wrap .top_service_container:nth-of-type(2) .top_service_item {
      padding: 0 0 0 56%; }
    .top_service_wrap .top_service_container:nth-of-type(2) .top_service_item #top_h3 img {
      width: 40px;
      height: 56px;
      margin-right: 20px;
      vertical-align: -25%; }

@media screen and (max-width: 896px) {
  .top_service_wrap .top_service_container {
    height: auto; }

  .top_service_wrap .top_service_container .top_service_item {
    width: 100%; }

  .top_service_wrap .top_service_container .top_service_item > h3 + p {
    font-size: 16px; }

  .top_service_wrap .top_service_container .top_service_item > p:nth-of-type(n+2) {
    font-size: 16px; }

  .top_service_wrap .top_service_container:nth-of-type(1) {
    margin-top: 40px; }

  .top_service_wrap .top_service_container:nth-of-type(1)::after, .top_service_wrap .top_service_container:nth-of-type(2)::after {
    width: 100%;
    height: 200px;
    transform: translateX(0%);
    top: auto;
    bottom: 0; }

  .top_service_wrap .top_service_container:nth-of-type(1) .top_service_item, .top_service_wrap .top_service_container:nth-of-type(2) .top_service_item {
    padding: 0 0 240px 0; } }
/* flow
----------------------------------------------------*/
.top_flow_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .top_flow_container .top_flow_item {
    width: 17.6%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative; }
    .top_flow_container .top_flow_item::after {
      font-family: 'Font Awesome 5 free';
      content: '\f0da';
      font-weight: 900;
      color: #e50044;
      font-size: 37px;
      position: absolute;
      top: 80px;
      right: -26px; }
    .top_flow_container .top_flow_item figure {
      width: 100%;
      margin-bottom: 10px; }
      .top_flow_container .top_flow_item figure figcaption {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 18px;
        font-weight: bold;
        color: #004f8d; }
        .top_flow_container .top_flow_item figure figcaption::before {
          content: '';
          width: 30px;
          height: 2px;
          background: #23b6bc;
          margin-right: 14px; }
    .top_flow_container .top_flow_item .top_flow_txt {
      width: 96%;
      margin: 0 auto; }
      .top_flow_container .top_flow_item .top_flow_txt p {
        padding-left: 16px;
        text-indent: -16px;
        font-size: 16px;
        color: #333;
        margin-bottom: 16px; }
        .top_flow_container .top_flow_item .top_flow_txt p:last-of-type {
          margin-bottom: 0; }
    .top_flow_container .top_flow_item:nth-of-type(3) {
      width: 37.6%; }
      .top_flow_container .top_flow_item:nth-of-type(3) .top_flow_txt {
        width: 46%; }
    .top_flow_container .top_flow_item:last-of-type::after {
      display: none; }

@media screen and (max-width: 896px) {
  .top_flow_container .top_flow_item {
    width: 60%;
    margin: 0 auto 60px; }

  .top_flow_container .top_flow_item::after {
    top: auto;
    right: 0;
    bottom: -60px;
    width: 100%;
    text-align: center;
    transform: rotate(90deg); }

  .top_flow_container .top_flow_item .top_flow_txt p {
    margin-bottom: 4px; }

  .top_flow_container .top_flow_item:nth-of-type(3) {
    width: 60%; }

  .top_flow_container .top_flow_item:nth-of-type(3) .top_flow_txt {
    width: 100%; } }
/* news
----------------------------------------------------*/
.top_news_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .top_news_container article {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 0;
    transition: .3s;
    margin-bottom: 60px; }
    .top_news_container article a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .top_news_container article:hover {
      opacity: .7;
      transition: .3s; }
    .top_news_container article span {
      display: block;
      padding-bottom: 20px;
      border-bottom: 1px solid #e50044;
      font-size: 16px;
      color: #e50044;
      margin-right: 40px; }
    .top_news_container article p {
      width: 70%;
      font-size: 16px;
      color: #333;
      line-height: 28px; }
    .top_news_container article:nth-of-type(n + 3) {
      margin-bottom: 0; }

.top_sns_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px; }
  .top_sns_container .top_sns_item {
    width: 48%; }
    .top_sns_container .top_sns_item #top_h3 {
      width: 100%;
      border-bottom: 2px solid #23b6bc;
      padding-bottom: 10px;
      margin-bottom: 20px;
      font-size: 24px;
      color: #333;
      font-weight: bold; }
      .top_sns_container .top_sns_item #top_h3 img {
        width: 36px;
        height: 44px;
        margin-right: 20px;
        vertical-align: -20%; }
    .top_sns_container .top_sns_item .fb {
      width: 100%;
      text-align: center; }
    .top_sns_container .top_sns_item .instagram {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start; }
      .top_sns_container .top_sns_item .instagram li {
        width: 164px;
        height: 164px;
        margin-right: 1.78%;
        list-style: none;
        margin-bottom: 2%; }
        .top_sns_container .top_sns_item .instagram li img {
          height: 100%; }
        .top_sns_container .top_sns_item .instagram li:last-of-type {
          margin-right: 0; }
        .top_sns_container .top_sns_item .instagram li:nth-of-type(3n) {
          margin-right: 0; }
      .top_sns_container .top_sns_item .instagram .link_btn {
        margin: 10px auto 0; }

@media screen and (max-width: 896px) {
  .top_news_container article {
    width: 100%;
    margin-bottom: 40px; }

  .top_news_container article p {
    width: 100%; }

  .top_news_container article span {
    margin-bottom: 10px;
    padding-bottom: 10px; }

  .top_news_container article:nth-of-type(n + 3) {
    margin-bottom: 40px; }

  .top_news_container article:last-of-type {
    margin-bottom: 0; }

  .top_sns_container .top_sns_item {
    width: 100%; }

  .fb_iframe_widget {
    width: 100%; }

  .fb {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px; }

  .fb_iframe_widget span, .fb_iframe_widget span iframe {
    max-width: 100%; }

  .top_sns_container .top_sns_item .instagram li {
    width: 32%;
    height: 110px; } }
/* recruit
----------------------------------------------------*/
.top_recruit_wrap {
  width: 100%;
  position: relative;
  padding: 40px 0; }
  .top_recruit_wrap::after {
    content: '';
    background: url("../images/home/top_recruit_bk.jpg") no-repeat;
    width: calc(((100vw - 1000px) / 2) + 850px + 30px);
    height: 578px;
    position: absolute;
    top: -20px;
    left: -30px;
    z-index: -1;
    transform-origin: left top;
    pointer-events: none; }
  .top_recruit_wrap .top_recruit_container {
    width: 580px;
    margin: 0 0 0 auto;
    padding: 40px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(109, 109, 109, 0.4);
    background: #fff; }
    .top_recruit_wrap .top_recruit_container h2 {
      text-align: left; }
      .top_recruit_wrap .top_recruit_container h2::after {
        right: auto; }
    .top_recruit_wrap .top_recruit_container h2 + p {
      font-size: 16px;
      color: #333;
      font-weight: normal;
      text-align: left;
      margin-bottom: 100px; }
      .top_recruit_wrap .top_recruit_container h2 + p span {
        color: #e50044; }

@media screen and (max-width: 896px) {
  .top_recruit_wrap {
    padding: 140px 0 0; }

  .top_recruit_wrap::after {
    width: 100%;
    background-size: cover;
    height: 180px; }

  .top_recruit_wrap .top_recruit_container {
    width: 100%;
    padding: 30px; }

  .top_recruit_wrap .top_recruit_container h2 + p {
    margin-bottom: 0; } }
/*****************************************************

 下層共通
 
*****************************************************/
.lv1_cover {
  width: 100%;
  height: 400px;
  z-index: 0;
  position: relative;
  padding: 200px 0 0;
  box-sizing: border-box; }
  .lv1_cover::after {
    content: '';
    background: rgba(255, 255, 255, 0.6);
    width: calc(((100vw - 400px) / 2) + 30px);
    height: 150px;
    position: absolute;
    top: 170px;
    left: -30px;
    z-index: -1;
    transform-origin: left top;
    pointer-events: none;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px; }

.about_cover {
  background: url("../images/common/lv1_cover_about.jpg") center/cover no-repeat; }

.service_cover {
  background: url("../images/common/lv1_cover_service.jpg") center/cover no-repeat; }

.recruit_cover {
  background: url("../images/common/lv1_cover_recruit.jpg") center/cover no-repeat; }

.contact_cover {
  background: url("../images/common/lv1_cover_contact.jpg") center/cover no-repeat; }

.news_cover {
  background: url("../images/common/lv1_cover_news.jpg") center/cover no-repeat; }

.survey_cover {
  width: 100%;
  height: auto;
  z-index: 0;
  position: relative;
  padding: 80px 0;
  box-sizing: border-box;
  background: #004F8D; }
  .survey_cover > .inner > div > h1:not(#top_h1) {
    color: #fff; }
  .survey_cover h1 + p {
    color: #fff;
    font-size: 14px; }
  .survey_cover figure {
    width: 134px;
    height: auto;
    margin-right: 40px; }
  .survey_cover .survey_cover_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
    .survey_cover .survey_cover_container .survey_cover_txt {
      width: 80%; }

.breadclumb_wrap {
  width: 100%;
  background: #f1f1f1;
  padding: 6px 0; }
  .breadclumb_wrap .breadclumb {
    text-align: right;
    color: #464646;
    font-size: 14px;
    font-weight: 500; }
    .breadclumb_wrap .breadclumb a {
      text-decoration: none;
      color: #2d5089; }
    .breadclumb_wrap .breadclumb i {
      margin: 0 10px; }

.common_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; }
  .common_table tr {
    border-bottom: 10px solid #fff; }
  .common_table th, .common_table td {
    padding: 16px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 16px; }
  .common_table th {
    width: 25%;
    background: #1d4b7d;
    color: #fff;
    border-right: 10px solid #fff; }
  .common_table td {
    background: #f9f9f9;
    color: #333; }

@media screen and (max-width: 896px) {
  .lv1_cover {
    height: 200px;
    padding: 110px 0 0; }

  .lv1_cover::after {
    width: calc(((100vw - 0px) / 2) + 50px + 30px);
    height: 80px;
    top: 100px; }

  .modaal-content-container {
    padding: 20px !important; }
    .modaal-content-container video {
      width: 100%; }

  .survey_cover {
    padding: 40px 0; }

  .survey_cover .survey_cover_container .survey_cover_txt {
    width: 100%; }

  .survey_cover figure {
    margin: 0 auto 40px; } }
/*****************************************************

 About
 
*****************************************************/
.about_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px; }
  .about_container:last-of-type {
    margin-bottom: 0; }
  .about_container .about_item {
    width: 48%; }
    .about_container .about_item figure {
      width: 100%; }
    .about_container .about_item p {
      width: 100%;
      font-size: 16px;
      color: #333;
      line-height: 31px; }
    .about_container .about_item h3 + p {
      margin-bottom: 20px; }
    .about_container .about_item a {
      text-decoration: none;
      color: #333; }
    .about_container .about_item:nth-of-type(n + 3) {
      margin-top: 60px; }
  .about_container table {
    width: 80%;
    margin: 0 auto; }

.about_intro {
  flex-direction: row-reverse; }

.about_movie_ocontainer {
  width: 60%;
  margin: 60px auto 0; }
  .about_movie_ocontainer figure {
    width: 100%;
    position: relative;
    z-index: 0;
    transition: .3s; }
    .about_movie_ocontainer figure a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .about_movie_ocontainer figure:hover {
      opacity: .7;
      transition: .3s; }

@media screen and (max-width: 896px) {
  .about_container .about_item {
    width: 100%; }

  .about_intro {
    flex-direction: column; }

  .about_movie_ocontainer {
    width: 100%; }

  .about_container table {
    width: 100%; }

  .common_table th, .common_table td {
    display: block;
    width: 100%; }

  .common_table th {
    border-right: none; } }
/*****************************************************

 Service
 
*****************************************************/
.service_unit_wrap {
  width: 100%; }
  .service_unit_wrap > p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    font-size: 21px;
    color: #333;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 40px; }
    .service_unit_wrap > p::before {
      content: '';
      width: 15px;
      height: 30px;
      background: url("../images/common/slash_left.svg") center/cover no-repeat;
      margin-right: 16px; }
    .service_unit_wrap > p::after {
      content: '';
      width: 15px;
      height: 30px;
      background: url("../images/common/slash_right.svg") center/cover no-repeat;
      margin-left: 16px; }
  .service_unit_wrap .service_unit_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px; }
    .service_unit_wrap .service_unit_container figure {
      width: 48%; }
    .service_unit_wrap .service_unit_container .service_unit_item {
      width: 48%; }
      .service_unit_wrap .service_unit_container .service_unit_item p {
        font-size: 16px;
        color: #333;
        line-height: 31px;
        margin-bottom: 20px; }
        .service_unit_wrap .service_unit_container .service_unit_item p:nth-of-type(n + 2) {
          width: 100%;
          background: #fff;
          padding: 8px 30px;
          box-sizing: border-box;
          border-left: 6px solid #004f8d;
          font-size: 18px;
          color: #e50044;
          font-weight: bold;
          margin-bottom: 10px; }
  .service_unit_wrap .service_content_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .service_unit_wrap .service_content_container .service_content_item {
      width: 31%;
      margin-bottom: 40px; }
      .service_unit_wrap .service_content_container .service_content_item figure {
        width: 100%; }
      .service_unit_wrap .service_content_container .service_content_item p {
        font-size: 16px;
        color: #333;
        line-height: 31px; }
      .service_unit_wrap .service_content_container .service_content_item:nth-of-type(n + 4) {
        margin-bottom: 0; }
    .service_unit_wrap .service_content_container .styrofoambox {
      width: 65%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      border: 1px solid #ccc;
      padding: 16px;
      box-sizing: border-box; }
      .service_unit_wrap .service_content_container .styrofoambox h4 {
        width: 100%;
        margin: 0 0 8px; }
      .service_unit_wrap .service_content_container .styrofoambox p {
        width: 100%;
        font-size: 16px;
        color: #333; }
        .service_unit_wrap .service_content_container .styrofoambox p span {
          background: linear-gradient(transparent 70%, #f8ce3b 70%); }
      .service_unit_wrap .service_content_container .styrofoambox figure {
        width: 48.21%;
        margin: 16px 0 0; }

.service_wrap > section:nth-of-type(1) > .inner > .service_unit_wrap > .service_unit_container > .service_unit_item > p:nth-child(n + 2) {
  background: #fffef3;
  padding: 4px 30px; }

.service_wrap > section:nth-of-type(1) > .inner > .service_unit_wrap > .service_content_container:nth-of-type(2) > .service_content_item {
  width: 31%; }

.service_wrap > section:nth-of-type(1) > .inner > .service_unit_wrap > .service_content_container:nth-of-type(3) > .service_content_item {
  width: 48%; }

@media screen and (max-width: 896px) {
  .service_unit_wrap > p::before, .service_unit_wrap > p::after {
    width: 26px; }

  .service_unit_wrap .service_unit_container figure {
    width: 100%; }
  .service_unit_wrap .service_unit_container .service_unit_item {
    width: 100%; }

  .service_wrap > section:nth-of-type(2) > .inner > .service_unit_wrap > p::before {
    width: 36px; }

  .service_wrap > section:nth-of-type(2) > .inner > .service_unit_wrap > p::after {
    width: 36px; }

  .service_unit_wrap .service_unit_container figure, .service_unit_wrap .service_unit_container .service_unit_item {
    width: 100%; }

  .service_wrap > section:nth-of-type(1) > .inner > .service_unit_wrap > .service_content_container:nth-of-type(2) > .service_content_item, .service_wrap > section:nth-of-type(1) > .inner > .service_unit_wrap > .service_content_container:nth-of-type(3) > .service_content_item {
    width: 100%; }

  .service_unit_wrap .service_content_container .service_content_item {
    width: 48%;
    margin-bottom: 20px; }
    .service_unit_wrap .service_content_container .service_content_item:last-of-type {
      margin-bottom: 0; }

  .service_unit_wrap .service_content_container .service_content_item p {
    line-height: 28px; }

  .service_unit_wrap .service_content_container .styrofoambox {
    width: 100%;
    margin-top: 40px; }

  .service_unit_wrap .service_content_container .styrofoambox figure {
    width: 100%; } }
/*****************************************************

 Recruit
 
*****************************************************/
.recruit_wrap .common_table {
  width: 90%;
  margin: 0 auto; }
  .recruit_wrap .common_table tr {
    border-bottom: 10px solid #fffef3; }
  .recruit_wrap .common_table th {
    border-right: 10px solid #fffef3; }
  .recruit_wrap .common_table td {
    background: #fff; }
    .recruit_wrap .common_table td p {
      padding-left: 16px;
      text-indent: -16px; }
.recruit_wrap table.common_table + p {
  width: 90%;
  margin: 20px auto -20px;
  background: #fff;
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid #1d4b7d;
  font-size: 16px;
  font-weight: 500;
  color: #1d4b7d;
  line-height: 31px; }
  .recruit_wrap table.common_table + p a {
    text-decoration: none;
    color: #1d4b7d;
    transition: .2s; }
    .recruit_wrap table.common_table + p a:nth-of-type(1) {
      font-weight: bold;
      color: #e50044; }
    .recruit_wrap table.common_table + p a:hover {
      text-decoration: underline;
      transition: .2s; }
.recruit_wrap .recruit_txt_container {
  width: 71.42%;
  margin: 0 auto; }
  .recruit_wrap .recruit_txt_container p {
    font-size: 16px;
    color: #333;
    line-height: 31px;
    margin-bottom: 40px; }
    .recruit_wrap .recruit_txt_container p:last-of-type {
      margin-bottom: 0; }
  .recruit_wrap .recruit_txt_container .recruit_ph_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .recruit_wrap .recruit_txt_container .recruit_ph_container p {
      width: 60%; }
    .recruit_wrap .recruit_txt_container .recruit_ph_container figure {
      width: 38%; }
.recruit_wrap .interview_link_container {
  width: 100%;
  border: 1px solid #ffc68c;
  padding: 8px 10px 2px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 0;
  transition: .3s;
  margin-top: 30px; }
  .recruit_wrap .interview_link_container a {
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .recruit_wrap .interview_link_container:hover {
    opacity: .7;
    transition: .3s; }
  .recruit_wrap .interview_link_container figure {
    width: 40%;
    margin: 0 20px 0 0; }
  .recruit_wrap .interview_link_container p {
    font-size: 15px;
    line-height: normal; }
    .recruit_wrap .interview_link_container p:first-of-type {
      font-size: 18px;
      font-weight: bold;
      color: #23b6bc;
      margin-bottom: 10px; }
      .recruit_wrap .interview_link_container p:first-of-type i {
        margin-right: 8px; }

.interview_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px; }
  .interview_container figure {
    width: 40%;
    margin: 0 20px 0 0; }
  .interview_container p {
    width: 48%;
    font-size: 16px;
    color: #333;
    line-height: 31px;
    margin-bottom: 20px; }
    .interview_container p span {
      display: block;
      width: 100%;
      padding: 10px;
      box-sizing: border-box;
      border: 1px solid #ffc68c;
      margin-top: 40px;
      background: #fffef3; }

.interview_txt_container {
  width: 100%;
  margin: 0 auto 60px; }
  .interview_txt_container:last-of-type {
    margin: 0 auto; }
  .interview_txt_container p {
    font-size: 16px;
    color: #333;
    line-height: 31px;
    margin-bottom: 40px; }
    .interview_txt_container p:last-of-type {
      margin-bottom: 0; }
  .interview_txt_container .interview_ph_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px; }
    .interview_txt_container .interview_ph_container .interview_txt_item {
      width: 60%;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      .interview_txt_container .interview_ph_container .interview_txt_item figure {
        width: 80px;
        margin: 0 20px 0 0; }
      .interview_txt_container .interview_ph_container .interview_txt_item p {
        width: 80%; }
        .interview_txt_container .interview_ph_container .interview_txt_item p span {
          font-weight: bold; }
    .interview_txt_container .interview_ph_container figure {
      width: 38%; }
  .interview_txt_container .txtonly .interview_txt_item {
    width: 100%; }

.recruit_flow_container {
  width: 71.42%;
  margin: 0 auto; }
  .recruit_flow_container > div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    border-left: 1px solid #004f8d;
    padding-left: 30px;
    padding-top: 40px;
    box-sizing: border-box; }
    .recruit_flow_container > div:first-of-type {
      padding-top: 0; }
    .recruit_flow_container > div:last-of-type {
      padding-top: 0;
      border: none; }
    .recruit_flow_container > div:nth-last-of-type(2) {
      padding-bottom: 40px; }
    .recruit_flow_container > div h3:not(#top_h3) {
      width: 100%;
      font-size: 18px;
      font-weight: bold;
      color: #004f8d;
      position: relative;
      margin-bottom: 40px;
      line-height: 1; }
      .recruit_flow_container > div h3:not(#top_h3)::before {
        display: none; }
      .recruit_flow_container > div h3:not(#top_h3)::after {
        content: '';
        width: 18px;
        height: 18px;
        background: #004f8d;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: -39px; }
    .recruit_flow_container > div h3 + p {
      width: 100%;
      margin: -30px 0 20px; }
    .recruit_flow_container > div figure {
      width: 48%;
      max-width: 400px;
      margin: 0; }
      .recruit_flow_container > div figure:first-of-type {
        margin-right: 2%; }

.recruit_job_other_container {
  width: 92.85%;
  margin: 40px auto 0;
  border: 1px solid #004f8d;
  padding: 38px 38px 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start; }
  .recruit_job_other_container h3 {
    width: 100%; }
  .recruit_job_other_container figure {
    width: 30%;
    max-width: 294px;
    margin: 0 5% 20px 0; }
    .recruit_job_other_container figure:nth-of-type(3n) {
      margin: 0 0 20px; }

@media screen and (max-width: 896px) {
  .recruit_wrap .recruit_txt_container, .recruit_wrap .common_table, .recruit_wrap table.common_table + p {
    width: 100%; }

  .recruit_wrap .recruit_txt_container .recruit_ph_container p {
    width: 100%;
    margin-bottom: 16px; }

  .recruit_wrap .recruit_txt_container .recruit_ph_container figure {
    width: 100%; }

  .interview_container figure {
    width: 100%;
    margin: 0 0 10px; }

  .interview_container p {
    width: 100%; }

  .interview_container p span {
    margin-top: 20px; }

  .interview_txt_container .interview_ph_container .interview_txt_item, .interview_txt_container .interview_ph_container figure {
    width: 100%; }

  .interview_txt_container .interview_ph_container .interview_txt_item figure {
    display: none; }

  .interview_txt_container .interview_ph_container .interview_txt_item p {
    width: 100%; }

  #main_content > section > div > div:nth-child(3) > div:nth-child(3) {
    flex-direction: column-reverse; }

  .recruit_wrap .interview_link_container {
    padding: 12px;
    flex-wrap: wrap; }

  .recruit_wrap .interview_link_container figure {
    width: 100%;
    margin: 0 0 10px; }

  .recruit_flow_container {
    width: 100%; }

  .recruit_flow_container > div figure {
    width: 100%;
    margin-bottom: 16px; }
    .recruit_flow_container > div figure:first-of-type {
      margin-right: 0; }
    .recruit_flow_container > div figure:last-of-type {
      margin-bottom: 0; }

  .recruit_job_other_container {
    width: 100%;
    padding: 20px; }

  .recruit_job_other_container figure {
    width: 100%;
    margin: 0 0 20px; } }
/*****************************************************

 Contact
 
*****************************************************/
.contact_wrap #top_h3 {
  width: 48%;
  border-bottom: 2px solid #23b6bc;
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-size: 24px;
  color: #333;
  font-weight: bold; }
  .contact_wrap #top_h3 img {
    width: 43px;
    height: 56px;
    margin-right: 20px;
    vertical-align: -20%; }
.contact_wrap .contact_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .contact_wrap .contact_container > p {
    width: 48%;
    font-size: 16px;
    color: #333; }
  .contact_wrap .contact_container .link_btn {
    margin: 0 auto 60px; }
  .contact_wrap .contact_container .contact_item {
    width: 48%;
    padding: 0 20px;
    box-sizing: border-box; }
    .contact_wrap .contact_container .contact_item p {
      font-size: 21px;
      font-weight: bold;
      color: #333; }
    .contact_wrap .contact_container .contact_item a {
      text-decoration: none;
      font-size: 42px;
      color: #004f8d;
      font-weight: bold; }
      .contact_wrap .contact_container .contact_item a i {
        font-size: 36px;
        margin-right: 20px; }

@media screen and (max-width: 896px) {
  .contact_wrap .contact_container > p {
    width: 100%; }

  .contact_wrap .contact_container .link_btn {
    margin: 20px auto 60px; }

  .contact_wrap #top_h3 {
    width: 100%;
    font-size: 18px; }

  .contact_wrap .contact_container .contact_item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px; }
    .contact_wrap .contact_container .contact_item:last-of-type {
      margin-bottom: 0; }

  .contact_wrap .contact_container .contact_item p {
    font-size: 18px; }

  .contact_wrap .contact_container .contact_item a {
    font-size: 30px; }

  .contact_wrap .contact_container .contact_item a i {
    font-size: 24px;
    margin-right: 8px; } }
/* contact form
----------------------------------------------------*/
.contactform_container {
  width: 90%;
  margin: 60px auto 0; }
  .contactform_container h3 {
    padding-left: 20px;
    font-size: 24px;
    color: #003c60;
    font-weight: bold;
    margin-bottom: 20px; }
    .contactform_container h3:last-of-type {
      margin-top: 40px; }
  .contactform_container p {
    font-size: 16px; }
    .contactform_container p:nth-child(1) {
      text-align: center;
      margin-bottom: 20px; }
  .contactform_container table {
    width: 100%;
    margin-top: 50px;
    table-layout: fixed; }
    .contactform_container table tr:last-child th {
      border-bottom: none;
      vertical-align: top; }
    .contactform_container table tr:last-child td {
      border-bottom: none; }
    .contactform_container table th {
      width: 30%;
      border-bottom: 1px solid #2ca6e0;
      font-size: 16px;
      color: #333;
      padding: 26px 0 26px 20px;
      box-sizing: border-box; }
      .contactform_container table th span {
        font-size: 14px;
        color: #FFF;
        text-align: center;
        padding: 2px 15px;
        background: #c30d23;
        float: right; }
      .contactform_container table th .multi_line {
        display: inline-block;
        vertical-align: middle; }
    .contactform_container table td {
      border-bottom: 1px solid #c6c6c6;
      font-size: 16px;
      color: #333;
      padding: 20px 40px;
      box-sizing: border-box; }
    .contactform_container table .optionalicon {
      font-size: 14px;
      color: #2D4675;
      text-align: center;
      padding: 2px 15px;
      background: #ABD8FF;
      border-radius: 12px;
      margin-right: 30px; }
    .contactform_container table:nth-of-type(2) tr:nth-of-type(1) td, .contactform_container table:nth-of-type(2) tr:nth-of-type(2) td {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      margin-bottom: -1px; }
      .contactform_container table:nth-of-type(2) tr:nth-of-type(1) td div, .contactform_container table:nth-of-type(2) tr:nth-of-type(2) td div {
        width: 46%;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .contactform_container table:nth-of-type(2) tr:nth-of-type(1) td div::before, .contactform_container table:nth-of-type(2) tr:nth-of-type(2) td div::before {
          font-size: 16px;
          color: #333;
          width: 50px;
          margin-right: 10px; }
    .contactform_container table:nth-of-type(2) tr:nth-of-type(1) td div:nth-of-type(1)::before {
      content: '姓'; }
    .contactform_container table:nth-of-type(2) tr:nth-of-type(1) td div:nth-of-type(2)::before {
      content: '名'; }
    .contactform_container table:nth-of-type(2) tr:nth-of-type(2) td div:nth-of-type(1)::before {
      content: 'セイ'; }
    .contactform_container table:nth-of-type(2) tr:nth-of-type(2) td div:nth-of-type(2)::before {
      content: 'メイ'; }

.agreementicon {
  font-size: 14px;
  color: #FFF;
  text-align: center;
  padding: 2px 14px;
  background: #c30d23;
  margin-right: 16px; }

.confirm_box {
  width: 100%;
  margin: 0 auto;
  display: block;
  background: #7a6a56;
  color: #FFF;
  padding: 10px;
  box-sizing: border-box; }

.policy_title {
  font-size: 18px;
  padding: 10px 0 0;
  text-align: center; }

.privacypolicy {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 300px;
  margin: 24px auto;
  padding: 24px;
  border: 1px #CCCCCC solid;
  background: #fff;
  overflow-y: scroll;
  text-align: left !important; }
  .privacypolicy p {
    text-align: left !important; }
  .privacypolicy h4 {
    margin: 40px 0 20px;
    font-size: 16px;
    font-weight: bold; }
    .privacypolicy h4:first-child {
      margin-top: 0; }

.privacypolicy::-webkit-scrollbar {
  width: 8px; }

.privacypolicy::-webkit-scrollbar-track {
  background: #ccc; }

.privacypolicy::-webkit-scrollbar-thumb {
  background: #999; }

.privacypolicy_checkbox_container {
  width: 100%;
  text-align: center; }

#formWrap {
  padding: 80px 0; }
  #formWrap h3 {
    font-size: 24px;
    color: #003c60;
    font-weight: bold;
    margin-bottom: 40px; }

.form_table {
  width: 90%;
  margin: 40px auto; }
  .form_table th {
    width: 30%;
    border-bottom: 1px solid #2ca6e0;
    font-size: 16px;
    color: #333;
    padding: 26px 20px;
    box-sizing: border-box;
    text-align: center; }
  .form_table td {
    width: 70%;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #333;
    padding: 20px 40px;
    box-sizing: border-box; }

.form_h3 {
  box-sizing: border-box; }

.form_section {
  padding: 120px 0 80px; }

.form_to_top {
  text-decoration: none;
  margin: 50px auto;
  display: block;
  text-align: center;
  background: #23B6BC;
  font-weight: 300;
  font-size: 16px;
  color: #FFF;
  padding: 20px 0;
  width: 30%;
  height: auto; }

.grecaptcha-badge {
  visibility: hidden; }

.recaptcha_policy {
  padding: 0;
  margin: 20px 0;
  text-align: center;
  font-size: 11px !important;
  color: #888 !important; }

.recaptcha_policy a {
  font-size: 11px !important;
  color: #666 !important; }

@media screen and (max-width: 896px) {
  .contactform_container {
    width: 100%;
    margin: 0 auto; }

  .privacypolicy {
    width: 100%; }

  .contactform_container table tr:last-child th {
    border-bottom: 1px solid #c6c6c6; }

  .contactform_container table th {
    width: 100%;
    display: block;
    padding: 26px 8px; }

  .contactform_container table td {
    width: 100%;
    display: block;
    padding: 20px 0;
    border-bottom: none; }

  .contactform_container table:nth-of-type(2) tr:nth-of-type(1) td, .contactform_container table:nth-of-type(2) tr:nth-of-type(2) td {
    flex-direction: column; }

  .contactform_container table:nth-of-type(2) tr:nth-of-type(1) td div, .contactform_container table:nth-of-type(2) tr:nth-of-type(2) td div {
    width: 80%;
    margin-bottom: 15px; }

  .contactform_container table:nth-of-type(2) tr:nth-of-type(1) td div::before, .contactform_container table:nth-of-type(2) tr:nth-of-type(2) td div::before {
    width: 90px; }

  .form_table th {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: none;
    padding: 20px 20px 0; }

  .form_table td {
    width: 100%;
    display: block;
    padding: 20px; }

  .form_to_top {
    margin: 20px auto;
    width: 80%; } }
.anqform_container {
  width: 90%;
  margin: 60px auto 0; }
  .anqform_container h3 {
    padding-left: 20px;
    font-size: 24px;
    color: #003c60;
    font-weight: bold;
    margin-bottom: 20px; }
    .anqform_container h3:last-of-type {
      margin-top: 40px; }
  .anqform_container p {
    font-size: 16px; }
    .anqform_container p:nth-child(1) {
      text-align: center;
      margin-bottom: 20px; }
  .anqform_container table {
    width: 100%;
    table-layout: fixed; }
    .anqform_container table tr:last-child td {
      border-bottom: none; }
    .anqform_container table th {
      width: 100%;
      display: block;
      border-bottom: 1px solid #2ca6e0;
      font-size: 16px;
      font-weight: bold;
      color: #333;
      padding: 26px 0 26px 20px;
      box-sizing: border-box; }
      .anqform_container table th span:nth-of-type(1) {
        font-family: 'Noto Serif JP', serif;
        font-size: 21px;
        color: #b55ca0;
        margin-right: 8px; }
      .anqform_container table th span:nth-of-type(2) {
        font-size: 14px;
        display: block; }
    .anqform_container table td {
      width: 100%;
      display: block;
      font-size: 16px;
      color: #333;
      padding: 26px 0 26px 20px;
      box-sizing: border-box;
      margin-bottom: 20px; }
      .anqform_container table td .wpcf7-radio {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start; }
      .anqform_container table td .wpcf7-list-item input[type="radio"] {
        width: 20px;
        height: 20px;
        vertical-align: -17%;
        margin-right: 8px; }
      .anqform_container table td .wpcf7-list-item .wpcf7-list-item-label::before {
        display: inline-block;
        font-size: 14px;
        color: #fff;
        margin-right: 8px;
        background: #7498cf;
        width: 22px;
        height: 22px;
        text-align: center;
        border-radius: 50%; }
      .anqform_container table td .wpcf7-list-item:nth-of-type(1) {
        display: none; }
      .anqform_container table td .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::before {
        content: '1'; }
      .anqform_container table td .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::before {
        content: '2'; }
      .anqform_container table td .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label::before {
        content: '3'; }
      .anqform_container table td .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label::before {
        content: '4'; }
      .anqform_container table td .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label::before {
        content: '5'; }
      .anqform_container table td .wpcf7-list-item:nth-of-type(7) .wpcf7-list-item-label::before {
        content: '6'; }
  .anqform_container .table_group:nth-of-type(1) th {
    padding: 0 0 0 40px;
    border-bottom: none; }
  .anqform_container .table_group:nth-of-type(1) td {
    padding: 10px 0 20px 30px; }
  .anqform_container .table_group:nth-of-type(2) th {
    padding: 20px 0 20px 20px; }
  .anqform_container .table_group:nth-of-type(2) td {
    padding: 20px 0 20px 20px;
    margin-bottom: 0; }

.contact_notice {
  width: 78%;
  margin: 0 auto 40px;
  padding: 16px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #fb4e4e; }

@media screen and (max-width: 896px) {
  .anqform_container {
    width: 100%;
    margin: 0 auto; }

  .anqform_container table tr:last-child th {
    border-bottom: 1px solid #c6c6c6; }

  .anqform_container table th {
    padding: 26px 8px; }

  .anqform_container table td {
    width: 100%;
    display: block;
    padding: 20px 0;
    border-bottom: none; }

  .anqform_container table td .wpcf7-list-item {
    width: 100%;
    margin-bottom: 20px; }

  .anqform_container input[type="text"].w40, .anqform_container input[type="text"].w60 {
    width: 90%; }

  .anqform_container .table_group:nth-of-type(1) th {
    padding: 0 0 0 20px; }

  .anqform_container .table_group:nth-of-type(1) td {
    padding: 10px 0 10px 20px; }

  .contact_notice {
    width: 100%; } }
/* フォーム装飾
----------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea, select {
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 15px;
  background: #FFF;
  border-radius: 3px;
  transition: all .3s;
  border: 1px solid #afafaf; }
  input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 98%;
    margin-left: 10px; }
  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 80%;
    margin-left: 10px; }
  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 60%;
    margin-left: 10px; }
  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 40%;
    margin-right: 20px;
    margin-left: 10px; }
  input[type="text"].w30, input[type="tel"].w30, input[type="email"].w30, textarea.w30, select.w30 {
    width: 30%;
    margin-left: 10px; }

input[type="checkbox"] {
  padding: 10px 12px;
  background: #efefef;
  transition: all .3s;
  width: 25px;
  height: 25px;
  vertical-align: bottom;
  margin-right: 8px; }

input[type="file"] {
  padding: 10px 0;
  transition: all .3s; }

textarea {
  height: 160px;
  margin-bottom: 20px;
  margin-left: 10px; }

::-webkit-input-placeholder {
  color: #cccccc; }

::-moz-placeholder {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

input[type="submit"] {
  text-decoration: none;
  margin: 60px auto 0;
  display: block;
  text-align: center;
  background: #23b6bc;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #FFF;
  width: 40%;
  height: auto;
  transition: .3s;
  position: relative;
  cursor: pointer; }
  input[type="submit"]:hover {
    opacity: 0.7;
    transition: .3s; }

input[type="button"] {
  text-decoration: none;
  margin: 40px auto -40px;
  display: block;
  text-align: center;
  background: #FFF;
  border: 1px solid #003C60;
  font-weight: 300;
  font-size: 16px;
  color: #003C60;
  padding: 10px;
  box-sizing: border-box;
  width: 40%;
  height: auto;
  transition: .3s;
  position: relative;
  cursor: pointer; }

@media screen and (max-width: 896px) {
  input[type="button"] {
    width: 80%; }

  input[type="submit"] {
    width: 80%; }

  input[type="text"], input[type="tel"], input[type="email"], textarea, select {
    background: #fff; }

  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 100%;
    margin: 0; }

  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 100%;
    margin: 0; }

  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 100%;
    margin: 0; }

  input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 100%;
    margin: 0; }

  textarea {
    margin-left: 0; } }
/*****************************************************

 Page_name
 
*****************************************************/
/* section_name
----------------------------------------------------*/
