@charset "UTF-8";
.layout {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto; }
  @media screen and (max-width: 1320px) {
    .layout {
      padding: 0 20px; } }
  @media screen and (max-width: 768px) {
    .layout {
      padding: 0 10px; } }

#contents .inner {
  position: relative; }
  #contents .inner .main_txt {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-40%);
    z-index: 90;
    display: block; }
    #contents .inner .main_txt .txt01 {
      font-size: 60px;
      color: #444444;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        #contents .inner .main_txt .txt01 {
          font-size: 40px; } }
      @media screen and (max-width: 480px) {
        #contents .inner .main_txt .txt01 {
          font-size: 23px; } }
    #contents .inner .main_txt .txt01_sabu {
      font-size: 32px;
      color: #444444; }
      @media screen and (max-width: 768px) {
        #contents .inner .main_txt .txt01_sabu {
          font-size: 23px; } }
      @media screen and (max-width: 480px) {
        #contents .inner .main_txt .txt01_sabu {
          font-size: 18px; } }
    #contents .inner .main_txt .txt02 {
      font-size: 18px;
      color: #444444;
      margin-top: 35px;
      border-left: 4px solid #444444;
      line-height: 1.3em;
      padding-left: 10px; }
      @media screen and (max-width: 768px) {
        #contents .inner .main_txt .txt02 {
          font-size: 14px; } }
      @media screen and (max-width: 480px) {
        #contents .inner .main_txt .txt02 {
          margin-top: 25px; } }
      #contents .inner .main_txt .txt02 span {
        font-size: 26px;
        padding-bottom: 10px; }
        @media screen and (max-width: 768px) {
          #contents .inner .main_txt .txt02 span {
            font-size: 18px; } }
  #contents .inner .main {
    height: 650px; }
    @media screen and (max-width: 768px) {
      #contents .inner .main {
        height: 260px; } }
    #contents .inner .main .slidewrap {
      width: 100%;
      height: 100% !important;
      overflow: hidden;
      /*イメージをズームさせるCSS3アニメーション*/ }
      #contents .inner .main .slidewrap img {
        width: 100%;
        height: 100% !important;
        line-height: 100%;
        object-fit: cover;
        animation: animationZoom 30s ease-in-out 0s infinite normal; }
@keyframes animationZoom {
  50% {
    transform: scale(1.1); } }
#contents .section01 .box {
  margin: 30px auto 0;
  padding: 30px 0; }
  #contents .section01 .box::before, #contents .section01 .box::after {
    content: '';
    display: table; }
  #contents .section01 .box::after {
    clear: both; }
  #contents .section01 .box .box_txt {
    float: left;
    width: 50%; }
    @media screen and (max-width: 768px) {
      #contents .section01 .box .box_txt {
        float: none;
        width: 100%;
        padding-right: 0;
        padding: 20px 0; } }
    #contents .section01 .box .box_txt h3 {
      font-size: 23px;
      color: #3b4043;
      font-weight: 600;
      position: relative;
      padding-bottom: 0.5em;
      border-bottom: 4px solid #3b4043; }
      @media screen and (max-width: 768px) {
        #contents .section01 .box .box_txt h3 {
          font-size: 18px; } }
    #contents .section01 .box .box_txt h3::after {
      position: absolute;
      content: " ";
      border-bottom: solid 4px #f39832;
      bottom: -4px;
      width: 35%;
      display: block; }
    #contents .section01 .box .box_txt .txt01 {
      margin: 20px 0;
      font-size: 20px;
      line-height: 1.2;
      color: #3b4043; }
      @media screen and (max-width: 768px) {
        #contents .section01 .box .box_txt .txt01 {
          font-size: 16px; }
          #contents .section01 .box .box_txt .txt01 br {
            display: none; } }
    #contents .section01 .box .box_txt .txt02 {
      margin-top: 10px; }
  #contents .section01 .box .box_img {
    float: right; }
    @media screen and (max-width: 768px) {
      #contents .section01 .box .box_img {
        float: none;
        width: 100%;
        max-width: 500px;
        margin: 20px auto 0; } }
  #contents .section01 .box:nth-child(2n) .box_txt {
    float: right;
    padding-right: 0;
    padding-left: 20px; }
    @media screen and (max-width: 768px) {
      #contents .section01 .box:nth-child(2n) .box_txt {
        float: none;
        padding-left: 0; } }
  #contents .section01 .box:nth-child(2n) .box_img {
    float: left; }
    @media screen and (max-width: 768px) {
      #contents .section01 .box:nth-child(2n) .box_img {
        float: none; } }
#contents .section03 {
  background: #f6f6f6; }
  @media screen and (max-width: 480px) {
    #contents .section03 {
      margin: 30px 0; } }
  #contents .section03 .box {
    margin: 0 auto; }
    #contents .section03 .box::before, #contents .section03 .box::after {
      content: '';
      display: table; }
    #contents .section03 .box::after {
      clear: both; }
    #contents .section03 .box .box__left {
      float: left;
      width: 50%; }
      @media screen and (max-width: 768px) {
        #contents .section03 .box .box__left {
          float: none;
          width: 100%;
          text-align: center; } }
      #contents .section03 .box .box__left img {
        max-width: 500px; }
        @media screen and (max-width: 768px) {
          #contents .section03 .box .box__left img {
            max-width: 330px; } }
    #contents .section03 .box .box__right {
      float: right;
      width: 50%;
      padding-left: 20px; }
      @media screen and (max-width: 768px) {
        #contents .section03 .box .box__right {
          float: none;
          width: 100%;
          margin-top: 20px;
          padding-left: 0; } }
      #contents .section03 .box .box__right h3 {
        display: inline-block;
        padding: 10px 30px 8px;
        background: #3b4043;
        font-size: 23px;
        font-family: "Roboto", sans-serif;
        color: #fff;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          #contents .section03 .box .box__right h3 {
            font-size: 20px; } }
      #contents .section03 .box .box__right .txt01 {
        margin-top: 20px;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.2;
        color: #3b4043; }
        @media screen and (max-width: 768px) {
          #contents .section03 .box .box__right .txt01 {
            font-size: 24px; }
            #contents .section03 .box .box__right .txt01 br {
              display: none; } }
      #contents .section03 .box .box__right .txt02 {
        margin-top: 20px;
        line-height: 1.6; }
#contents .section_conditions h2 {
  font-size: 28px;
  font-weight: bold;
  color: #3b4043;
  text-align: center; }
#contents .section_conditions .table {
  max-width: 760px;
  margin: 50px auto 0;
  border-top: 1px solid #333333; }
  #contents .section_conditions .table tr {
    border-bottom: 1px solid #333333; }
    #contents .section_conditions .table tr th {
      background: #f2f2f2;
      padding: 10px 30px;
      width: 183px;
      text-align: left; }
      @media screen and (max-width: 480px) {
        #contents .section_conditions .table tr th {
          width: 120px;
          padding: 10px 20px; } }
    #contents .section_conditions .table tr td {
      padding: 10px 10px 10px 30px; }
    #contents .section_conditions .table tr a {
      color: #3b4043;
      text-decoration: underline; }
#contents .section04 {
  margin-bottom: 50px; }
  #contents .section04 .box {
    max-width: 1000px;
    margin: 40px auto 0; }
    @media screen and (max-width: 768px) {
      #contents .section04 .box {
        margin-top: 20px; } }
    #contents .section04 .box .row {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      #contents .section04 .box .row .img01 {
        margin-top: 2%; }
      #contents .section04 .box .row .img02 {
        margin-top: 2%; }
    #contents .section04 .box .row01 .img02 {
      padding-left: 2%; }
    #contents .section04 .box .row02 .img02 {
      padding-right: 2%; }
#contents .staff_next ul {
  display: flex;
  max-width: 1212px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    #contents .staff_next ul {
      display: block; }
      #contents .staff_next ul::before, #contents .staff_next ul::after {
        content: '';
        display: table; }
      #contents .staff_next ul::after {
        clear: both; } }
  #contents .staff_next ul li {
    padding-left: 2px;
    width: 17%; }
    @media screen and (max-width: 768px) {
      #contents .staff_next ul li {
        float: left;
        width: 33.33%; } }
    @media screen and (max-width: 480px) {
      #contents .staff_next ul li {
        float: left;
        width: 50%; } }
    #contents .staff_next ul li .name {
      text-align: left;
      margin-top: 10px; }
    #contents .staff_next ul li .name::after {
      content: "\f0a9";
      font-family: "FontAwesome", sans-serif;
      margin-left: 10px; }
    #contents .staff_next ul li a {
      color: #3b4043; }

/*# sourceMappingURL=index.css.map */
