@charset "UTF-8";
/*--------------------------------------------------

    global-header

--------------------------------------------------*/
.global-header {
  position: relative;
  z-index: 1000; }
  @media screen and (min-width: 768px) {
    .global-header {
      width: 100%;
      height: 180px;
      line-height: 1;
      letter-spacing: 0.06em;
      background-color: #fff;
      position: fixed;
      top: 0;
      left: 0; }
      .global-header_title {
        padding: 6px 0 7px calc(50% - 540px);
        line-height: inherit;
        color: #fff;
        font-size: 1.2rem;
        font-weight: 400;
        background: url(../images/pattern01.png) repeat; }
      .global-header_item {
        align-items: center;
        padding: 10px 0 17px; }
      .global-header_logo {
        height: 74px; }
        .global-header_logo img {
          height: 100%; }
      .global-header_info {
        width: 285px;
        margin: 0 20px 0 auto; }
      .global-header_sns {
        height: auto; } }
  @media screen and (max-width: 767px) {
    .global-header_bar {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding-left: 10px;
      background-color: #fff;
      box-shadow: 0px 9px 10px -10px rgba(0, 0, 0, 0.4);
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1100; }
    .global-header_logo {
      height: 50px; }
      .global-header_logo img {
        height: 100%; }
    .global-header_hamburger {
      display: flex;
      flex-flow: column wrap;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      line-height: 1;
      color: #fff;
      font-size: 1rem;
      background-color: #3e5e8e; }
      .global-header_hamburger span {
        display: block; }
      .global-header_hamburger_text {
        margin: 0 0 5px; }
      .global-header_hamburger_line {
        width: 28px;
        height: 3px;
        background-color: #fff; }
        .global-header_hamburger_line:not(:last-child) {
          margin-bottom: 5px; } }

/*--------------------------------------------------

    global-nav

--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .global-nav_list {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center; }
    .global-nav_list_item {
      position: relative; }
      .global-nav_list_item::before, .global-nav_list_item::after {
        content: '';
        width: 1px;
        height: 25px;
        background-color: #b2b2b2;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0; }
      .global-nav_list_item::before {
        right: auto;
        left: 0; }
      .global-nav_list_item:not(:first-child)::before {
        content: normal; }
    .global-nav_list_link {
      padding: 0 15px; }
      .global-nav_list_link:hover {
        color: #ff9219; }
    .global-nav_list span {
      display: block; }
    .global-nav_list__en {
      margin: 8px 0 0;
      color: #ff9219;
      font-size: 1.2rem; } }

@media screen and (max-width: 767px) {
  .global-nav {
    align-content: flex-start;
    width: 100%;
    height: calc(100% - 60px);
    padding: 40px 20px 50%;
    color: #fff;
    background: repeating-linear-gradient(90deg, #517abc 0%, #517abc 8px, #5580bf 8px, #5580bf 16px);
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1000;
    transform: translate3d(100%, 0, 0);
    transition: all 0.5s;
    overflow-y: scroll; }
    .global-nav.is-open {
      box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.7);
      transform: translate3d(0, 0, 0); }
    .global-nav_inner {
      width: 100%; }
    .global-nav_list {
      width: 100%; }
      .global-nav_list_item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        font-weight: 500;
        border-bottom: 1px solid #e7e5dc;
        transition: all 0.5s; }
        .global-nav_list_item:hover {
          color: #ff9219; }
        .global-nav_list_item::before {
          content: '';
          width: 11px;
          height: 11px;
          margin-right: 5px;
          border-radius: 50%;
          background-color: #fff;
          border: 3px solid #ff9219; }
      .global-nav_list_link {
        flex: 1;
        padding: 10px 4px; }
      .global-nav_list__en {
        display: none; }
    .global-nav_info {
      align-items: center;
      width: 100%;
      max-width: 275px;
      margin: 20px 0 0; }
    .global-nav_tel {
      width: auto; }
    .global-nav_sns {
      width: 35px;
      height: 33px;
      margin-left: 20px; }
    .global-nav_text {
      margin: 10px 0 0;
      letter-spacing: 0; } }

/*--------------------------------------------------

    catch

--------------------------------------------------*/
.catch {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  z-index: 0; }
  .catch_slider {
    width: 100%;
    height: 100%;
    transition: all 1.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    .catch_slider .flickity-viewport {
      height: 100% !important; }
  .catch_figure {
    width: 100%;
    height: 100%;
    transition: all 1.5s; }
  .catch_image {
    width: 100%;
    height: 100%;
    object-position: bottom; }
  @media screen and (min-width: 768px) {
    .catch {
      height: 39.0625vw;
      min-height: 500px;
      max-height: 750px;
      margin: 180px 0 0; } }
  @media screen and (max-width: 767px) {
    .catch {
      height: 39.2vw;
      min-height: 147px;
      margin: 60px 0 0; } }
  .catch-under {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0; }
    .catch-under_title {
      color: #fff;
      font-weight: 700;
      text-align: center;
      letter-spacing: 0.02em; }
      .catch-under_title span {
        display: block; }
      .catch-under_title__en {
        margin: 0 0 5px;
        text-transform: uppercase; }
    .catch-under_figure {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .catch-under_image {
      width: 100%;
      height: 100%; }
    @media screen and (min-width: 768px) {
      .catch-under {
        height: 350px;
        margin: 180px 0 0; }
        .catch-under_title {
          font-size: 3.5rem; }
          .catch-under_title__ja {
            font-size: 2rem; } }
    @media screen and (max-width: 767px) {
      .catch-under {
        height: 34.66667vw;
        min-height: 130px;
        margin: 60px 0 0; }
        .catch-under_title {
          font-size: 3rem; }
          .catch-under_title__ja {
            font-size: 1.8rem; } }

/*--------------------------------------------------

    counterplan

--------------------------------------------------*/
.counterplan_wrap {
  border: 3px solid #3e5e8e; }

.counterplan_title {
  padding: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  background: url(../images/pattern03.png) repeat left top 40px; }
  .counterplan_title__text {
    display: inline-block;
    color: #fff;
    background-color: #3e5e8e; }

.counterplan_text {
  font-weight: 500;
  line-height: 1.66667; }
  .counterplan_text__marker {
    display: inline-block;
    padding: 0 5px;
    line-height: 1.5;
    background-color: #fff5c0; }

@media screen and (min-width: 768px) {
  .counterplan {
    padding: 70px 0; }
    .counterplan_wrap {
      padding: 0 0 30px; }
    .counterplan_title {
      font-size: 2.5rem; }
      .counterplan_title__text {
        padding: 4px 10px; }
    .counterplan_text {
      margin: 25px 0 20px;
      text-align: center; }
    .counterplan_list {
      justify-content: center; }
      .counterplan_list_item {
        width: 121px; }
        .counterplan_list_item:not(:last-child) {
          margin-right: 35px; } }

@media screen and (max-width: 767px) {
  .counterplan {
    padding: 30px 0; }
    .counterplan_wrap {
      padding: 20px; }
    .counterplan_title {
      padding: 7px;
      margin: -20px -20px 20px;
      font-size: 1.8rem; }
      .counterplan_title__text {
        padding: 5px 10px; }
    .counterplan_text {
      margin: 0 0 20px;
      text-align: center; }
      .counterplan_text__marker {
        line-height: 1.2; }
    .counterplan_list_item {
      width: 30%; } }

/*--------------------------------------------------

    worries

--------------------------------------------------*/
.worries {
  background: url(../images/worries/worries_bg.png) repeat; }
  .worries_title {
    color: #fff;
    text-align: center; }
    .worries_title__en {
      display: inline-block;
      letter-spacing: 0.08em;
      border-bottom: 1px solid;
      position: relative; }
      .worries_title__en::before {
        content: '';
        width: 48.5px;
        height: 52.5px;
        background: url(../images/worries/worries_title__en_shape.png) no-repeat center/contain;
        position: absolute;
        top: -25px;
        left: -65px; }
    .worries_title__ja {
      display: block;
      letter-spacing: 0.1em; }
    .worries_title__marker {
      display: inline-block;
      background: url(../images/worries/worries_title__marker_bg.png) repeat; }
      .worries_title__marker:first-child {
        margin-bottom: 10px; }
    .worries_title__large {
      font-size: 160%; }
  @media screen and (min-width: 768px) {
    .worries {
      min-height: 700px;
      padding-bottom: 145px; }
      .worries_wrap {
        width: 1040px;
        position: relative;
        z-index: 0; }
      .worries_title {
        margin: 0 0 50px; }
        .worries_title__en {
          margin: 0 0 20px;
          font-size: 4rem; }
        .worries_title__ja {
          font-size: 2.5rem; }
        .worries_title__marker {
          padding: 0 15px; }
          .worries_title__marker:first-child {
            padding: 9px 15px; }
      .worries_figure {
        text-align: center; }
      .worries_list_item {
        position: absolute; }
        .worries_list_item:first-child {
          top: 60px;
          left: -45px; }
        .worries_list_item:nth-child(2) {
          top: -15px;
          right: -45px; }
        .worries_list_item:nth-child(3) {
          bottom: -45px;
          left: -45px; }
        .worries_list_item:last-child {
          right: -80px;
          bottom: -30px; } }
  @media screen and (max-width: 767px) {
    .worries_title {
      margin: 0 0 30px; }
      .worries_title__en {
        margin: 0 0 20px;
        font-size: 3rem; }
        .worries_title__en::before {
          width: 32px;
          height: 34.66667px;
          top: -10px;
          left: -45px; }
      .worries_title__ja {
        font-size: 1.8rem; }
      .worries_title__marker {
        padding: 0 10px; }
        .worries_title__marker:first-child {
          padding: 5px 10px; }
    .worries_figure {
      width: 60%;
      margin: 0 auto;
      text-align: center; }
    .worries_list {
      line-height: 1.5;
      text-align: center;
      letter-spacing: 0; }
      .worries_list_item {
        padding: 20px;
        font-weight: 500;
        background-color: #fff;
        position: relative;
        z-index: 0; }
        .worries_list_item:not(:last-child) {
          margin-bottom: 10px; }
        .worries_list_item::after {
          content: '';
          width: calc(100% - 10px);
          height: calc(100% - 10px);
          margin: auto;
          border: 2px dashed #3e5e8e;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
      .worries_list__font-orange {
        font-size: 111.11111%;
        color: #ff9219;
        font-weight: 700; } }

/*--------------------------------------------------

    about

--------------------------------------------------*/
.about_title span {
  text-transform: none; }

.about_subtitle {
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em; }
  .about_subtitle__en {
    display: block;
    color: #3e5e8e; }
  .about_subtitle__ja {
    display: inline-block;
    padding: 0 5px 8px;
    font-size: 66.66667%;
    background: linear-gradient(0deg, #fff5c0, #fff5c0) no-repeat bottom/100% 50%; }

@media screen and (min-width: 768px) {
  .about_content {
    flex-direction: row-reverse;
    margin: 0 0 70px; }
  .about_text-box {
    width: 560px; }
  .about_subtitle {
    margin: 0 0 30px;
    font-size: 3rem; } }

@media screen and (max-width: 767px) {
  .about_content {
    margin: 0 0 50px; }
  .about_figure {
    width: 100%;
    margin: 0 0 20px;
    text-align: center; }
  .about_subtitle {
    margin: 0 0 20px; } }

.about-point {
  position: relative;
  z-index: 0; }
  .about-point_title {
    text-align: center; }
  .about-point_list {
    counter-reset: number 0; }
    .about-point_list_item {
      position: relative;
      z-index: 0; }
      .about-point_list_item::before {
        display: flex;
        align-items: center;
        justify-content: center;
        counter-increment: number 1;
        content: counter(number, decimal-leading-zero);
        width: 63px;
        height: 69px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 0.04em;
        background: url(../images/about/about-point_list_item_shape.png) no-repeat center/contain;
        position: absolute;
        top: -20px;
        left: -20px;
        z-index: 50; }
    .about-point_list_title {
      color: #fff;
      font-weight: 500;
      letter-spacing: 0.08em;
      background: url(../images/about/about-point_list_title_bg.png) no-repeat left/contain;
      position: relative;
      z-index: 10; }
    .about-point_list_text {
      line-height: 1.66667;
      background-color: #f6f6f6; }
  @media screen and (min-width: 768px) {
    .about-point_title {
      margin: 0 0 50px; }
    .about-point_list_item {
      width: 520px; }
      .about-point_list_item:not(:nth-last-child(-n+2)) {
        margin-bottom: 35px; }
      .about-point_list_item::before {
        padding: 0 0 6px;
        font-size: 2rem; }
    .about-point_list_title {
      display: flex;
      align-items: center;
      width: 495px;
      height: 60px;
      padding-left: 50px;
      margin: 0 0 -30px;
      font-size: 2rem; }
    .about-point_list_text {
      padding: 43px 10px 15px 55px; }
    .about-point_figure {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: -1; } }
  @media screen and (max-width: 767px) {
    .about-point_list_item {
      width: 100%;
      margin: 0 0 30px 10px; }
      .about-point_list_item::before {
        width: 45px;
        height: 51px;
        padding: 0 0 6px;
        font-size: 1.7rem; }
    .about-point_list_title {
      width: 100%;
      margin: 0 0 -20px;
      padding: 11px 10px 11px 30px;
      font-size: 1.5rem;
      background-size: cover;
      background-position: right; }
    .about-point_list_text {
      padding: 30px 20px 20px; }
    .about-point_figure {
      width: 100%;
      text-align: center; } }

/*--------------------------------------------------

    staff

--------------------------------------------------*/
.staff {
  background: repeating-linear-gradient(90deg, #517abc 0%, #517abc 6px, #5580bf 6px, #5580bf 12px);
  position: relative;
  z-index: 0; }
  .staff::after {
    content: '';
    width: 398px;
    height: 373px;
    background: url(../images/staff/staff_shape.png) no-repeat center/contain;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .staff_content {
    background: url(../images/pattern02.png) repeat;
    position: relative;
    z-index: 0; }
    .staff_content + .staff_content {
      margin-top: 50px; }
    .staff_content::after {
      content: '';
      width: calc(100% - 40px);
      height: calc(100% - 40px);
      margin: auto;
      background-color: #fff;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1; }
  .staff_figure {
    position: relative;
    z-index: 0;
    overflow: hidden; }
    .staff_figure::before, .staff_figure::after {
      content: '';
      width: 280%;
      height: 280%;
      border-radius: 50%;
      background-color: #fff;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
      pointer-events: none; }
    .staff_figure::before {
      top: -270%; }
    .staff_figure::after {
      bottom: -270%; }
  .staff_image {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1; }
  .staff_text-box {
    padding: 20px;
    line-height: 1.66667;
    border-top: 2px dashed #3e5e8e;
    border-bottom: 2px dashed #3e5e8e; }
  .staff_subtitle {
    align-items: center;
    justify-content: flex-start;
    font-weight: 500; }
    .staff_subtitle__label {
      padding: 6px 10px;
      color: #fff;
      margin-right: 1em;
      font-size: 1.5rem;
      background-color: #ff9219; }
  .staff_table_row:not(:last-child) {
    border-bottom: 1px solid #3e5e8e; }
  .staff_table_title {
    color: #ff9219;
    text-align: left; }
  @media screen and (min-width: 768px) {
    .staff_content {
      flex-direction: row-reverse;
      padding: 50px; }
    .staff_text-box {
      width: 500px; }
    .staff_figure {
      width: 420px;
      height: 375px; }
    .staff_subtitle {
      margin: 0 0 20px;
      font-size: 2rem; }
    .staff_table_title {
      width: 150px; }
    .staff_table_text {
      padding: 5px 0 4px; } }
  @media screen and (max-width: 767px) {
    .staff {
      padding-bottom: 50vw; }
      .staff::after {
        width: 53.06667vw;
        height: 49.73333vw; }
      .staff_content {
        padding: 20px; }
        .staff_content::after {
          width: calc(100% - 20px);
          height: calc(100% - 20px); }
      .staff_figure {
        width: 100%;
        height: 66.66667vw;
        min-height: 250px;
        margin: 0 0 20px; }
      .staff_text-box {
        padding: 10px; }
      .staff_subtitle {
        margin: 0 0 10px;
        font-size: 1.6rem; }
      .staff_table {
        display: block; }
        .staff_table_tbody, .staff_table_row, .staff_table_title, .staff_table_text {
          display: block; }
        .staff_table_row {
          padding: 5px 10px; }
        .staff_table_title {
          margin: 0 0 5px;
          font-weight: 500; } }

/*--------------------------------------------------

    service

--------------------------------------------------*/
.service {
  background-color: #f5f5f8;
  overflow: hidden; }
  .service_content {
    background-color: #fff; }
    .service_content + .service_content {
      margin-top: 50px; }
  .service_subtitle {
    color: #3e5e8e;
    text-align: center;
    position: relative; }
    .service_subtitle::before {
      content: '';
      width: 100%;
      height: 60px;
      background: url(../images/service/service_subtitle_icon01.png) no-repeat center/contain;
      position: absolute;
      top: 0;
      left: 0; }
    .service_subtitle span {
      display: block; }
    .service_subtitle__font-small {
      font-size: 50%; }
  .service_content:nth-child(2) .service_subtitle::before {
    background: url(../images/service/service_subtitle_icon02.png) no-repeat center/contain; }
  .service_content:nth-child(3) .service_subtitle::before {
    background: url(../images/service/service_subtitle_icon03.png) no-repeat center/contain; }
  @media screen and (min-width: 768px) {
    .service_content {
      min-height: 519px;
      padding: 50px 0;
      position: relative; }
      .service_content::after {
        content: '';
        width: 100vw;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        right: -100vw;
        left: nul;
        pointer-events: none; }
    .service_text-box {
      width: 540px;
      padding: 0 40px; }
    .service_subtitle {
      padding: 65px 0 0;
      margin: 0 0 30px;
      font-size: 3.8rem; }
    .service_figure {
      width: 540px;
      height: 419px;
      position: absolute;
      top: 50px;
      right: 0; }
      .service_figure img {
        width: 100%;
        height: 100%; }
    .service_content:nth-child(even)::after {
      right: auto;
      left: -100vw; }
    .service_content:nth-child(even) .service_text-box {
      margin-left: auto; }
    .service_content:nth-child(even) .service_figure {
      right: auto;
      left: 0; } }
  @media screen and (max-width: 767px) {
    .service_content {
      padding: 20px; }
    .service_subtitle {
      padding: 10.66667vw 0 0; }
      .service_subtitle::before {
        height: 9.33333vw; }
      .service_subtitle__font-small {
        font-size: 70%; }
    .service_figure {
      width: 100%;
      margin: 20px 0;
      text-align: center; } }

/*--------------------------------------------------

    menu

--------------------------------------------------*/
.menu_content + .menu_content {
  margin-top: 50px; }

.menu_table {
  white-space: nowrap;
  letter-spacing: 0.06em; }
  .menu_table_header {
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    text-align: left;
    background: url(../images/pattern02.png) repeat; }
  .menu_table_title {
    vertical-align: middle; }
    .menu_table_title__font-small {
      font-size: 75%; }
  .menu_table_text__font-small {
    font-size: 86.66667%; }
  .menu_table_body .menu_table_row {
    border-bottom: 1px solid; }

.menu_subtitle {
  width: 100%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: url(../images/pattern02.png) repeat; }

.menu_text {
  line-height: 1.5;
  padding: 18px;
  border: 10px solid #fff;
  background-color: #f5dfc7; }
  .menu_text__note {
    display: flex;
    align-items: baseline;
    font-size: 86.66667%; }
    .menu_text__note::before {
      content: '※';
      color: #f00; }

@media screen and (min-width: 768px) {
  .menu_box {
    width: 540px; }
    .menu_box__large {
      width: 100%; }
    .menu_box + .menu_box {
      border-left: 2px solid #3e5e8e; }
  .menu_table_title {
    padding: 14px 0;
    font-size: 2rem; }
  .menu_table_text {
    padding: 5px 0; }
    .menu_table_text:first-child {
      padding-left: 25px; }
    .menu_table_text:last-child {
      text-align: right;
      padding-right: 15px; }
  .menu_content:first-child .menu_table_title:first-child {
    width: 330px;
    padding-left: 60px; }
  .menu_content:first-child .menu_table_text:first-child {
    padding-left: 60px; }
  .menu_content:first-child .menu_table_text:last-child {
    text-align: left; }
  .menu_subtitle {
    padding: 27px 0;
    font-size: 2rem; } }

@media screen and (max-width: 767px) {
  .menu_content {
    width: 100%;
    overflow-x: auto; }
  .menu_box {
    width: 100%; }
    .menu_box__large {
      width: 750px; }
    .menu_box + .menu_box {
      padding-top: 10px;
      margin-top: 20px;
      border-top: 2px solid #3e5e8e; }
  .menu_table_title {
    padding: 5px 0;
    font-size: 1.6rem; }
  .menu_table_text {
    padding: 5px 0; }
  .menu_content:first-child .menu_table_title:first-child {
    width: 240px;
    padding-left: 20px; }
  .menu_content:first-child .menu_table_title:last-child {
    width: 130px; }
  .menu_content:first-child .menu_table_text:first-child {
    padding-left: 20px; }
  .menu_content:last-child .menu_table {
    display: block;
    white-space: normal; }
    .menu_content:last-child .menu_table_body, .menu_content:last-child .menu_table_row, .menu_content:last-child .menu_table_title, .menu_content:last-child .menu_table_text {
      display: block; }
    .menu_content:last-child .menu_table_row {
      padding: 10px; }
    .menu_content:last-child .menu_table_text {
      line-height: 1.3;
      padding: 0; }
      .menu_content:last-child .menu_table_text:first-child {
        margin-bottom: 10px; }
  .menu_subtitle {
    padding: 15px 0;
    font-size: 1.6rem; } }

/*--------------------------------------------------

    gallery

--------------------------------------------------*/
.gallery {
  background: url(../images/pattern02.png) repeat; }
  .gallery_list_card_figure {
    width: 100%;
    height: 100%;
    border: 6px solid #fff;
    position: relative;
    z-index: 0;
    overflow: hidden; }
    .gallery_list_card_figure::after {
      content: '';
      opacity: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      transition: all 0.5s; }
  .gallery_list_card_image {
    width: 100%;
    height: 100%;
    transition: all 0.5s; }
  .gallery_list_card_figure:hover::after {
    opacity: 1; }
  .gallery_list_card_figure:hover .gallery_list_card_image {
    transform: scale(1.3); }
  .gallery_list_content {
    text-align: center; }
    .gallery_list_content_title {
      margin: 0 0 20px; }
    .gallery_list_content_figure {
      height: auto; }
  @media screen and (min-width: 768px) {
    .gallery_list {
      justify-content: flex-start; }
      .gallery_list_item {
        width: 250px;
        height: 250px;
        margin: 0 0 40px; }
        .gallery_list_item:not(:nth-child(4n)) {
          margin-right: 26px; } }
  @media screen and (max-width: 767px) {
    .gallery_list {
      margin: 0 0 10px; }
      .gallery_list_item {
        width: 48%;
        margin: 0 0 4%; }
      .gallery_list_card_figure {
        height: 44.8vw;
        min-height: 168px; } }

/*--------------------------------------------------

    access

--------------------------------------------------*/
.access_subtitle {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #ff9219; }

@media screen and (min-width: 768px) {
  .access_content + .access_content {
    margin-top: 50px; }
  .access_subtitle {
    padding: 12px 0;
    margin: 0 0 30px;
    font-size: 2rem; }
  .access_table {
    margin-top: -10px; }
  .access_map {
    height: 400px; } }

@media screen and (max-width: 767px) {
  .access_content + .access_content {
    margin-top: 30px; }
  .access_subtitle {
    padding: 10px;
    margin: 0 0 20px;
    font-size: 1.7rem; }
  .access_map {
    height: 64vw;
    min-height: 240px; } }

/*--------------------------------------------------

    news-top

--------------------------------------------------*/
.news-top {
  padding: 0;
  background-color: #f5f5f8; }
  .news-top_wrap {
    padding: 50px 0; }
  @media screen and (min-width: 768px) {
    .news-top {
      margin: 0 0 100px; }
      .news-top_wrap {
        position: relative;
        z-index: 0; }
      .news-top_title {
        width: auto;
        margin: 0;
        text-align: left; }
        .news-top_title__en {
          padding: 0 0 5px;
          margin: 0 0 5px;
          border-image: linear-gradient(to right, #ff9219 0%, #ff9219 40px, rgba(255, 146, 25, 0) 40px, rgba(255, 146, 25, 0) 100%) 2; }
      .news-top_list {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        width: 745px;
        height: 170px;
        padding-left: 60px;
        border-left: 1px solid #3e5e8e; }
      .news-top_button {
        position: absolute;
        bottom: 50px;
        left: 0;
        z-index: 10; } }
  @media screen and (max-width: 767px) {
    .news-top {
      margin: 0 0 50px; }
      .news-top_list {
        margin: 0 0 30px; } }

/*--------------------------------------------------

    privacy

--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .privacy_title {
    margin: 0 0 50px; }
  .privacy_content:not(:last-child) {
    margin-bottom: 40px; }
  .privacy_subtitle {
    font-size: 2.6rem;
    margin: 0 0 15px; } }

@media screen and (max-width: 767px) {
  .privacy_content {
    padding: 0; }
    .privacy_content:not(:last-child) {
      margin-bottom: 25px; }
  .privacy_subtitle {
    margin: 0 0 10px; } }

/*--------------------------------------------------

    site

--------------------------------------------------*/
.site_list li {
  border-bottom: 1px solid #442800; }

.site a {
  display: flex;
  align-items: center;
  padding: 15px 7px 10px;
  position: relative; }
  .site a:hover {
    opacity: 0.7;
    transform: translateX(10px); }
  .site a::before {
    content: '\f054';
    font-size: 1em;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    margin-right: 1em; }

@media screen and (min-width: 768px) {
  .site_list {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    height: 340px; }
    .site_list li {
      width: 48%; } }

/*--------------------------------------------------

    e404

--------------------------------------------------*/
.error {
  text-align: center; }
  .error a {
    color: #3e5e8e;
    display: inline;
    text-decoration: underline; }
  @media screen and (max-width: 539px) {
    .error {
      text-align: left; } }

/*--------------------------------------------------

    contact

--------------------------------------------------*/
.contact_table th {
  text-align: left;
  transition: all 0.5s; }
  .contact_table th [class*="mark"] {
    line-height: 1.5;
    color: #fff;
    float: right;
    padding: 4px 12px;
    font-size: 1.2rem;
    border-radius: 16px; }
  .contact_table th .required-mark {
    background-color: #ff9219; }
  .contact_table th .arbitrary-mar {
    background-color: #15b91b; }

.contact_table td a {
  display: inline-block;
  text-decoration: underline;
  white-space: nowrap; }

.contact_table td div:not(:last-child) {
  margin-bottom: 8px; }

.contact_table td label {
  white-space: nowrap; }

.contact_table td input:focus,
.contact_table td select:focus,
.contact_table td textarea:focus {
  outline: none;
  border-color: #442800; }

.contact select,
.contact textarea,
.contact input[type='tel'],
.contact input[type='text'],
.contact input[type='num'],
.contact input[type='email'] {
  padding: 4px;
  border: 1px solid #dadada;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(100, 100, 100, 0.1) inset;
  transition: all 0.4s; }

.contact textarea {
  display: block;
  resize: none; }

.contact input[type='button'],
.contact input[type='submit'] {
  border: none;
  -webkit-appearance: none;
  transition: all 0.5s;
  cursor: pointer; }

.contact input[type='button'][disabled],
.contact input[type='submit'][disabled] {
  opacity: .7;
  pointer-events: none; }

.contact input[type=radio],
.contact input[type=checkbox] {
  display: inline-block;
  margin-right: 6px; }

.contact input[type=radio] + label,
.contact input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer; }

.contact input[type=radio],
.contact input[type=checkbox] {
  display: none;
  margin: 0; }

.contact input[type=radio] + label,
.contact input[type=checkbox] + label {
  padding: 0 0 0 24px;
  color: inherit; }

.contact input[type=radio] + label::before,
.contact input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0; }

.contact input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px; }

.contact input[type=checkbox] + label::before {
  border: 2px solid #ccc; }

.contact input[type=radio]:checked + label::after,
.contact input[type=checkbox]:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%; }

.contact input[type=radio]:checked + label::after {
  margin-top: -4px;
  background: #b91515;
  border-radius: 8px;
  left: 5px;
  width: 8px;
  height: 8px; }

.contact input[type=checkbox]:checked + label::after {
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #b91515;
  border-bottom: 3px solid #b91515;
  transform: rotate(-45deg);
  left: 3px; }

.contact input[name="items[address]"] {
  margin-top: 8px; }

.contact .sec-error-text {
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #3f955b; }

.contact .error-text {
  margin: 0 0 4px;
  color: #b91515; }

.contact_submits {
  display: flex;
  align-items: center;
  justify-content: center; }

.contact_button {
  max-width: 230px;
  margin: 0;
  padding: 0; }
  .contact_button + .contact_button {
    margin-left: 2%; }
  .contact_button::before, .contact_button::after {
    content: normal; }
  .contact_button:hover {
    opacity: 0.6; }

.contact_recaptcha {
  margin: 0 0 20px;
  overflow: hidden; }
  .contact_recaptcha .g-recaptcha {
    width: 304px;
    margin: auto; }

.contact_text-box {
  text-align: center; }

@media screen and (min-width: 768px) {
  .contact_table {
    width: 100%;
    margin: 0 0 40px; }
    .contact_table th {
      width: 340px;
      padding: 0 20px;
      line-height: 1.5;
      vertical-align: middle; }
    .contact_table td {
      padding-left: 40px; }
  .contact select,
  .contact textarea,
  .contact input[type='tel'],
  .contact input[type='text'],
  .contact input[type='email'] {
    width: 85%; }
  .contact input[type='num'] {
    width: 70px; }
  .contact textarea {
    min-height: 230px; } }

@media screen and (max-width: 767px) {
  .contact_table {
    text-align: left;
    margin: 0 0 30px; }
    .contact_table th {
      margin: 0 0 10px;
      line-height: 1.5;
      text-align: left; }
    .contact_table td br {
      content: normal; }
  .contact input[type=radio] + lable {
    width: 31%;
    margin: 0; }
  .contact select,
  .contact textarea,
  .contact input[type='tel'],
  .contact input[type='num'],
  .contact input[type='text'],
  .contact input[type='email'] {
    width: 125%;
    padding: 8px;
    margin: 0 0 -9px;
    font-size: 16px;
    transform: scale(0.8);
    transform-origin: left top; }
  .contact input[type='num'] {
    width: 80px;
    margin: 0; }
    .contact input[type='num'] + input[type='num'] {
      transform-origin: right top; }
  .contact textarea {
    min-height: 200px;
    margin: 0 0 -40px; }
  .contact_recaptcha {
    margin: 0 0 30px; }
  .contact_button {
    width: 48%; } }

@media screen and (max-width: 539px) {
  .contact_text-box {
    text-align: left; } }

@media screen and (max-width: 767px) and (min-width: 540px) {
  .contact_table th {
    width: 40%; }
  .contact_table td {
    padding-left: 20px; } }

/*--------------------------------------------------

    global-footer

--------------------------------------------------*/
.global-footer {
  color: #fff;
  text-align: center; }
  .global-footer_address {
    line-height: 1.33333; }
  .global-footer_info {
    justify-content: center;
    padding: 0 0 15px;
    margin: 0 auto 10px;
    border-bottom: 1px solid; }
  .global-footer_tel {
    justify-content: center;
    width: 100%; }
    .global-footer_tel::before {
      background: url(../images/icon_tel__white.png) no-repeat center/contain; }
  .global-footer_list {
    justify-content: center;
    font-size: 1.3rem; }
    .global-footer_list_item:not(:last-child) {
      margin-right: 20px; }
    .global-footer_list_link:hover {
      color: #ff9219; }
  .global-footer_copyright {
    padding: 13px 0;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 0.04em;
    background: linear-gradient(0deg, #3e5e8e 0%, #3e5e8e 100%) no-repeat center/100% calc(100% - 20px), url(../images/pattern03.png) repeat; }
    .global-footer_copyright a {
      display: inline; }
  @media screen and (min-width: 768px) {
    .global-footer {
      background: url(../images/global-footer_bg.png) no-repeat top/cover; }
      .global-footer_wrap {
        padding: 50px 0 30px; }
      .global-footer_logo {
        height: 74px; }
        .global-footer_logo img {
          width: 100%;
          height: 100%; }
      .global-footer_address {
        margin: 20px 0; }
      .global-footer_info {
        width: 320px; } }
  @media screen and (max-width: 767px) {
    .global-footer {
      background: url(../images/pattern02.png) repeat; }
      .global-footer_wrap {
        padding: 40px 0 22px; }
      .global-footer_logo {
        width: 25%;
        margin: 0 auto; }
      .global-footer_address {
        margin: 15px 0; }
      .global-footer_tel {
        margin: 0 0 10px; }
      .global-footer_list {
        font-size: 1.2rem; }
        .global-footer_list_item:not(:last-child) {
          margin-right: 10px; } }

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