@charset "UTF-8";
@import url("reset.css");
@import url("m_menu.css");
@import url("swiper-bundle.min.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"游明朝体", "Yu Mincho", YuMincho;
  line-height: 1.5;
  position: relative; }

main {
  display: block; }

a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7; }

/*ヘッダー*/
header {
  width: 100%;
  position: relative; }
  header #header_inner {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #1a466c; }
    header #header_inner #logo {
      width: 195px; }
    header #header_inner #menuList {
      width: calc(100% - 195px); }

/*メイン*/
#top_m {
  width: 100%;
  position: relative;
  padding: 0 0 16em;
  background-color: #f8f1f1; }
  #top_m .swiper {
    z-index: 0; }
  #top_m #news {
    position: absolute;
    bottom: 2em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1;
    margin: 3em auto 0;
    background-color: #fff;
    padding: 1em 2%;
    width: 800px; }
    #top_m #news ul {
        /*display: flex;
		flex-wrap: wrap;
		justify-content:space-between;*/ }
      #top_m #news ul li {
        width: 100%;
        border: 1px solid #859cb1; }
        #top_m #news ul li #topics, #top_m #news ul li #info {
          width: 96%;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          padding: 1em 2%; }
          #top_m #news ul li #topics h3, #top_m #news ul li #info h3 {
            width: 150px;
            color: #1a466c;
            font-weight: normal; }
            #top_m #news ul li #topics h3 span, #top_m #news ul li #info h3 span {
              font-size: 187%;
              display: block;
              font-family: "Sawarabi Mincho"; }
          #top_m #news ul li #topics ul, #top_m #news ul li #info ul {
            width: calc(100% - 160px);
            flex-direction: column; }
            #top_m #news ul li #topics ul li, #top_m #news ul li #info ul li {
              width: 100%;
              border: none; }
              #top_m #news ul li #topics ul li:nth-child(n+2), #top_m #news ul li #info ul li:nth-child(n+2) {
                margin: 1em 0 0; }
              #top_m #news ul li #topics ul li span, #top_m #news ul li #info ul li span {
                display: block; }
                #top_m #news ul li #topics ul li span a, #top_m #news ul li #info ul li span a {
                  background-color: #17c79a;
                  color: #fff;
                  text-decoration: none;
                  padding: 0.1em 2%;
                  margin: 0 10px 0 0; }
                  #top_m #news ul li #topics ul li span a:hover, #top_m #news ul li #topics ul li span a:active, #top_m #news ul li #info ul li span a:hover, #top_m #news ul li #info ul li span a:active {
                    background-color: #33E7B9 !important;
                    color: #fff !important;
                    text-decoration: none !important; }
              #top_m #news ul li #topics ul li a, #top_m #news ul li #info ul li a {
                color: #000;
                text-decoration: none; }
                #top_m #news ul li #topics ul li a:hover, #top_m #news ul li #topics ul li a:active, #top_m #news ul li #info ul li a:hover, #top_m #news ul li #info ul li a:active {
                  text-decoration: underline;
                  color: #000; }
        #top_m #news ul li p a {
          display: block;
          width: 80%;
          margin: 1em auto;
          border: 1px solid #1a466c;
          padding: 0.5em 2%;
          color: #1a466c;
          text-align: center;
          text-decoration: none; }
          #top_m #news ul li p a:hover, #top_m #news ul li p a:active {
            color: #fff;
            background-color: #1a466c; }
div#news02 a {
    display: block;
    margin: 1em auto;
    padding: 1em;
    color: #fff;
    background: #ff0000;
    font-size: 130%;
   font-weight:bold;
    text-align: center;
    text-decoration:none;
}
.back_b {
  width: 100%;
  background-color: #1a466c; }

.back_be {
  width: 100%;
  background-color: #f8f1f1; }

.back_rb {
  width: 100%;
  background-color: #d4e6ee;
  position: relative;
  padding: 5em 0; }

#about {
  width: 100%;
  margin: 0; }
  #about #about01 {
    margin: 0 auto;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    #about #about01 div {
      width: 48%; }
      #about #about01 div h2 {
        font-size: 200%;
        font-family: "Sawarabi Mincho";
        font-weight: normal;
        margin: 0 0 0.5em; }
      #about #about01 div p a {
        display: block;
        width: 300px;
        margin: 2em 0 0;
        border: 1px solid #fff;
        padding: 0.5em 2%;
        color: #fff;
        text-align: center;
        text-decoration: none; }
        #about #about01 div p a:hover, #about #about01 div p a:active {
          color: #fff;
          background-color: rgba(255, 255, 255, 0.2); }
    #about #about01 figure {
      width: 50%; }
  #about #about02 {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    color: #1a466c; }
    #about #about02 div {
      width: 48%; }
      #about #about02 div h2 {
        font-size: 200%;
        font-family: "Sawarabi Mincho";
        font-weight: normal;
        margin: 0 0 0.5em; }
      #about #about02 div p a {
        display: block;
        width: 300px;
        margin: 2em 0 0;
        border: 1px solid #1a466c;
        padding: 0.5em 2%;
        color: #1a466c;
        text-align: center;
        text-decoration: none; }
        #about #about02 div p a:hover, #about #about02 div p a:active {
          color: #1a466c;
          background-color: rgba(26, 70, 108, 0.2); }
    #about #about02 figure {
      width: 50%; }

#service {
  width: 100%;
  background-image: url("../img/top/service_back.png");
  background-repeat: no-repeat;
  background-size: 763px auto;
  background-position: right bottom;
  margin: 5em 0 0;
  padding: 0 0 5em; }
  #service ul {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #service ul li {
      width: 49%;
      background-color: #1a466c; }
      #service ul li:nth-child(n+3) {
        margin: 2em 0 0; }
      #service ul li:nth-child(4) {
        margin: 2em 0 0; }
        #service ul li:nth-child(4) dl dd a:nth-child(5) {
          width: 96%; }
      #service ul li dl dd {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1em 2%; }
        #service ul li dl dd a {
          display: block;
          width: 44%;
          padding: 0.5em 2%;
          color: #1a466c;
          text-align: center;
          text-decoration: none;
          background-color: #fff; }
          #service ul li dl dd a:nth-child(n+3) {
            margin: 1em 0 0; }
          #service ul li dl dd a:hover, #service ul li dl dd a:active {
            color: #1a466c;
            background-color: rgba(255, 255, 255, 0.8); }

#recruit {
  margin: 0 auto; }
  #recruit figure {
    width: 80%; }
  #recruit #w_area {
    position: absolute;
    right: 0;
    bottom: -3em;
    background-color: #fff;
    padding: 2em 2%;
    width: 45%; }
    #recruit #w_area h2 {
      font-size: 200%;
      font-family: "Sawarabi Mincho";
      font-weight: normal;
      margin: 0 0 0.5em; }
    #recruit #w_area p a {
      display: block;
      width: 300px;
      margin: 2em 0 0;
      border: 1px solid #1a466c;
      padding: 0.5em 2%;
      color: #1a466c;
      text-align: center;
      text-decoration: none; }
      #recruit #w_area p a:hover, #recruit #w_area p a:active {
        color: #1a466c;
        background-color: rgba(26, 70, 108, 0.2); }

#women {
  width: 100%;
  background-image: url("../img/top/photo04.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  padding: 10em 0; }
  #women div {
    width: 40%;
    margin: 0 auto;
    border: 1px solid #fff;
    background-color: rgba(26, 70, 108, 0.5);
    padding: 3em 2%;
    text-align: center; }
    #women div h2 {
      font-size: 200%;
      font-family: "Sawarabi Mincho";
      font-weight: normal;
      margin: 0 0 0.5em;
      color: #fff; }
    #women div a {
      display: block;
      width: 300px;
      margin: 2em auto 0;
      border: 1px solid #fff;
      padding: 0.5em 2%;
      color: #fff;
      text-align: center;
      text-decoration: none; }
      #women div a:hover, #women div a:active {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.2); }

#right_menu {
  position: fixed;
  right: 0;
  top: 100px;
  width: 45px;
  z-index: 1; }
  #right_menu li {
    margin: 16px 0 0; }

/*フッター*/
footer {
  width: 100%;
  margin: 0; }
  footer #footer_inner {
    margin: 0 auto;
    padding: 3em 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    footer #footer_inner #c_name {
      width: 350px;
      font-size: 87%; }
      footer #footer_inner #c_name figure {
        width: 240px;
        margin: 0 0 1em; }
    footer #footer_inner #f_menu {
      width: calc(100% - 350px); }
      footer #footer_inner #f_menu ul {
        display: flex;
        flex-wrap: wrap; }
        footer #footer_inner #f_menu ul li {
          padding: 0 15px;
          margin: 0.5em 0 0; }
          footer #footer_inner #f_menu ul li + li {
            border-left: 1px solid #000; }
          footer #footer_inner #f_menu ul li a {
            color: #000;
            text-decoration: none; }
            footer #footer_inner #f_menu ul li a:hover, footer #footer_inner #f_menu ul li a:active {
              color: #000;
              text-decoration: underline; }
  footer address {
    width: 96%;
    margin: 3em 0 0;
    text-align: center;
    font-size: 87.5%;
    font-style: normal;
    padding: 1em 2% 1em;
    color: #05143f; }

/*TOPへ戻るボタン設定*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 90%;
  z-index: 999; }

#page-top a {
  display: block;
  width: 76px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

#page-top a:hover, #page-top a:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7; }

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1150px) {
  /*ヘッダー*/
  #header_inner {
    width: 1100px; }

  /*メイン*/
  .m_sp {
    display: none; }

  #news {
    width: calc(1100px - 4%); }
	div#news02 a {
    width: 800px;
	}
  #about01, #about02, #service ul, #recruit {
    width: 1100px; }

  /*フッター*/
  #footer_inner {
    width: 1100px; } }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1149px) {
  /*ヘッダー*/
  #header_inner {
    width: 96%; }

  /*メイン*/
  #news {
    width: 86%; }
	div#news02 a {
    width: 86%;
	}
  #about01, #about02, #service ul, #recruit {
    width: 90%; }

  /*フッター*/
  #footer_inner {
    width: 96%; } }
/*iPad pro-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media only screen and (min-width: 1024px) and (max-width: 1149px) {
  /*ヘッダー*/
  /*メイン*/
  .m_sp {
    display: none; }

  #top_m #news {
    bottom: 2em; }

  #women {
    padding: 4em 0; }
    #women div {
      width: 60%; }

  /*フッター*/ }
/* tablet1  ------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*ヘッダー*/
  /*メイン*/
  .m_sp {
    display: none; }

  #top_m {
    padding: 0 0 22em; }
    #top_m #news {
      bottom: 2em;
      width: 80%; }
      #top_m #news ul li #topics h3, #top_m #news ul li #info h3 {
        width: 100%; }
      #top_m #news ul li #topics ul, #top_m #news ul li #info ul {
        width: 100%; }
	div#news02 a {
    width: 80%;
	}
  #about #about01 {
    padding: 1em 0; }
    #about #about01 div h2 {
      font-size: 187%; }
  #about #about02 {
    padding: 1em 0; }
    #about #about02 div h2 {
      font-size: 187%; }

  #service {
    background-size: 400px auto; }

  .back_rb {
    padding: 5em 0; }

  #recruit {
    margin: 0 auto; }
    #recruit figure {
      width: 80%; }
    #recruit #w_area {
      width: 70%;
      bottom: -2em; }
      #recruit #w_area h2 {
        font-size: 187%; }
      #recruit #w_area p a {
        margin: 1em 0 0; }

  #women {
    padding: 4em 0;
    background-size: 150% auto; }
    #women div {
      width: 60%; }
      #women div h2 {
        font-size: 187%; }
      #women div a {
        margin: 1em auto 0; }

  /*フッター*/ }
/* tablet以下 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  /*ヘッダー*/
  #header_inner {
    width: 96%; }

  /*メイン*/
  .m_pc {
    display: none; }

  #top_m {
    padding: 0 0 2em; }
    #top_m .swiper {
      z-index: 0; }
    #top_m #news {
      position: static;
      top: 0em;
      left: 0%;
      transform: translateX(0%);
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      margin: 0 auto;
      width: 80%; }
      #top_m #news ul {
        flex-direction: column; }
        #top_m #news ul li {
          width: 100%; }
          #top_m #news ul li:nth-child(n+2) {
            margin: 1em 0 0; }
          #top_m #news ul li #topics, #top_m #news ul li #info {
            flex-direction: column; }
            #top_m #news ul li #topics h3, #top_m #news ul li #info h3 {
              width: 100%;
              margin: 0 0 1em; }
              #top_m #news ul li #topics h3 span, #top_m #news ul li #info h3 span {
                font-size: 160%; }
            #top_m #news ul li #topics ul, #top_m #news ul li #info ul {
              width: 100%;
              flex-direction: column; }
              #top_m #news ul li #topics ul li, #top_m #news ul li #info ul li {
                width: 100%;
                border: none; }
                #top_m #news ul li #topics ul li:nth-child(n+2), #top_m #news ul li #info ul li:nth-child(n+2) {
                  margin: 1em 0 0; }

  #about #about01 {
    flex-direction: column;
    padding: 3em 0; }
    #about #about01 div {
      width: 100%; }
      #about #about01 div h2 {
        font-size: 160%; }
      #about #about01 div p a {
        width: 80%;
        margin: 2em auto 0; }
    #about #about01 figure {
      width: 100%;
      margin: 1em 0 0; }
  #about #about02 {
    flex-direction: column;
    padding: 3em 0; }
    #about #about02 div {
      width: 100%; }
      #about #about02 div h2 {
        font-size: 160%; }
      #about #about02 div p a {
        width: 80%;
        margin: 2em auto 0; }
    #about #about02 figure {
      width: 100%;
      margin: 1em 0 0; }

  #service {
    width: 100%;
    background-size: 70% auto;
    margin: 2.5em 0 0;
    padding: 0 0 2.5em; }
    #service ul {
      flex-direction: column; }
      #service ul li {
        width: 100%; }
        #service ul li:nth-child(n+2) {
          margin: 2em 0 0; }

  .back_rb {
    padding: 2.5em 0; }

  #recruit {
    margin: 0 auto; }
    #recruit figure {
      width: 100%; }
    #recruit #w_area {
      bottom: -8em;
      padding: 1em 2%;
      width: 80%; }
      #recruit #w_area h2 {
        font-size: 160%; }
      #recruit #w_area p a {
        width: 80%;
        margin: 1em auto 0; }

  #women {
    padding: 10em 0 2em; }
    #women div {
      width: 80%;
      margin: 0 auto;
      padding: 1.5em 2%; }
      #women div h2 {
        font-size: 160%; }
      #women div a {
        width: 80%;
        margin: 2em auto 0; }

  /*フッター*/
  footer #footer_inner {
    flex-direction: column; }
    footer #footer_inner #c_name {
      width: 80%;
      margin: 0 auto;
      font-size: 87%; }
      footer #footer_inner #c_name figure {
        width: 240px;
        margin: 0 0 1em; }
    footer #footer_inner #f_menu {
      width: 100%;
      margin: 2em 0 0; }
      footer #footer_inner #f_menu ul {
        flex-direction: column; }
        footer #footer_inner #f_menu ul li {
          padding: 0 15px;
          margin: 0.5em 0 0; }
          footer #footer_inner #f_menu ul li + li {
            border-left: none; } }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  html {
    font-size: 80%; }

  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
