@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New&display=swap");
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  visibility: visible;
}

@media screen and (min-width: 769px) {
  body {
    background: #FFF;
    margin: 0 auto;
    font-size: 14px;
    color: #000;
    font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    min-width: 1100px;
    overflow-x: hidden;
  }
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  a:hover {
    opacity: 0.7;
  }
  #Header {
    display: block !important;
  }
  #contact .so {
    margin: 100px 0;
    display: block;
  }
  #index .ti01,
  #company .ti02,
  #advantage .ti03,
  #products .ti04,
  #flow .ti05,
  #facility .ti06,
  #recruit .ti07,
  #blog .ti08 {
    opacity: 0.7;
  }
  .head_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 15px 0;
  }
  .head_inner .top_left_area {
    width: 45%;
    display: inline-block;
    vertical-align: top;
  }
  .head_inner .top_left_area h1 {
    margin: 0 auto;
  }
  .head_inner .top_left_area h1 a {
    color: black;
    display: grid;
    grid-template-areas: "a b" "a c";
    grid-template-columns: fit-content(77px) auto;
    grid-template-rows: repeat(2, auto);
    gap: 1px 5px;
  }
  .head_inner .top_left_area h1 a:visited {
    color: black;
  }
  .head_inner .top_left_area h1 a:hover {
    color: black;
  }
  .head_inner .top_left_area h1 a:active {
    color: black;
  }
  .head_inner .top_left_area h1 a img {
    grid-area: a;
    max-width: 100%;
    height: auto;
  }
  .head_inner .top_left_area h1 a .sub-title {
    grid-area: b;
    line-height: 1;
    font-size: 13px;
    padding-top: 8px;
    font-weight: 400;
  }
  .head_inner .top_left_area h1 a em {
    line-height: 1;
    grid-area: c;
    font-style: normal;
    font-size: 38px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
  }
  .head_inner .top_left_area h1 a em .legal {
    font-size: 23px;
    margin-right: 8px;
  }
  .head_inner .top_right_area {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 9%;
  }
  .head_inner .top_right_area img {
    padding: 0 0 15px 0;
  }
  .head_inner .top_right_area .top_right_area02 {
    display: block;
  }
  .head_inner .top_right_area .top_right_area02 .top_left_inner {
    display: inline-block;
    width: 45%;
    vertical-align: middle;
  }
  .head_inner .top_right_area .top_right_area02 .top_left_inner img {
    width: 90%;
    padding: 0;
  }
  .head_inner .top_right_area .top_right_area02 .top_right_inner {
    display: inline-block;
    width: 45%;
    vertical-align: middle;
  }
  .head_inner .top_right_area .top_right_area02 .top_right_inner a {
    background: url(../images/mail_header_01.png) no-repeat;
    display: block;
    background-size: 100%;
    text-indent: -9999px;
    padding: 0 0 8% 0;
  }
  #mainNavi {
    background: #131b3a;
    padding: 0;
  }
  #mainNavi .nav_inner {
    width: 1000px;
    margin: 0 auto;
  }
  #mainNavi .nav_inner nav .menu {
    width: 1000px;
    margin: 0 auto;
  }
  #mainNavi .nav_inner nav .menu .n_01 {
    width: 118px;
  }
  #mainNavi .nav_inner nav .menu li {
    display: inline-block;
    padding: 5px 0;
    margin: 13px 0;
  }
  #mainNavi .nav_inner nav .menu li a {
    display: block;
    color: #FFF;
  }
  #mainNavi .nav_inner nav .menu li a img {
    display: block;
  }
  #mainNavi .nav_inner nav .menu .n_01:nth-child(3) {
    width: 135px;
  }
  .foot_bg_area footer .footer_bg_nav .ft_bottom .f_menu .fm01 .n_01:nth-child(3) {
    width: 125px;
  }
  .nonop {
    width: 280px;
    height: 180px;
    overflow: hidden;
  }
  .nonop img {
    width: 100%;
    height: 180px;
  }
  .wo_wh_ttl {
    display: inline-block;
    width: 165px;
    vertical-align: top;
  }
  .nav_inner nav .menu li:first-child {
    border-left: none;
  }
  .topmail {
    display: block;
    width: 320px;
  }
  .topmail a {
    background: #558ed5;
    display: block;
    padding: 14px 0;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    border-radius: 11px;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.4);
    transition: all 0.2s ease-in-out;
  }
  .topmail a:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 11px 11px 16px 16px;
    color: #FFF !important;
  }
  .ind_hh {
    display: none !important;
  }
  .foot_bg_area {
    background: #FFF;
  }
  .foot_bg_area footer .ft_top {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0 15px 0;
  }
  .foot_bg_area footer .ft_top .footer_logo {
    width: 25%;
    display: inline-block;
    vertical-align: bottom;
  }
  .foot_bg_area footer .ft_top .footer_logo a {
    color: black;
    display: block;
  }
  .foot_bg_area footer .ft_top .footer_logo a:visited {
    color: black;
  }
  .foot_bg_area footer .ft_top .footer_logo a:hover {
    color: black;
  }
  .foot_bg_area footer .ft_top .footer_logo a:active {
    color: black;
  }
  .foot_bg_area footer .ft_top .footer_logo a img {
    width: 66px;
    height: auto;
  }
  .foot_bg_area footer .ft_top .footer_logo a em {
    display: inline-block;
    margin-top: 22px;
    line-height: 1;
    font-style: normal;
    font-size: 26px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
  }
  .foot_bg_area footer .ft_top .footer_logo a em .legal {
    font-size: 20px;
    margin-right: 8px;
  }
  .foot_bg_area footer .ft_top .add_01 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2.5%;
  }
  .foot_bg_area footer .ft_top .add_01 .footer_add_01 .footer_add_02 {
    font-style: normal;
  }
  .foot_bg_area footer .ft_top .footer_tel_area {
    display: inline-block;
    width: 20%;
    margin: 0 3% 0 1%;
  }
  .foot_bg_area footer .ft_top .mail_footer_area {
    display: inline-block;
    width: 20%;
  }
  .foot_bg_area footer .ft_top .mail_footer_area a {
    display: block;
    text-indent: -9999px;
    background: url(../images/mail_footer_01.png) no-repeat;
    background-size: 100% 100%;
    padding: 7% 0;
  }
  .foot_bg_area footer .footer_bg_nav {
    background: #eeeeee;
  }
  .foot_bg_area footer .footer_bg_nav .ft_bottom {
    width: 1000px;
    margin: 0 auto;
  }
  .foot_bg_area footer .footer_bg_nav .ft_bottom .f_menu .fm01 .n_01 {
    display: inline-block;
    width: 103px;
    padding: 20px 0;
  }
  .foot_bg_area footer .footer_bg_nav .ft_bottom .f_menu .fm01 .n_01 a {
    color: #000;
    display: block;
    font-weight: 400;
  }
  .foot_bg_area footer .footer_bg_nav .ft_bottom .f_menu .fm01 .n_01 ahover {
    opacity: 0.7;
  }
  #copy {
    background: #131b3a;
    text-align: center;
    color: #FFF;
    padding: 15px 0;
    font-weight: 100;
  }
  #top {
    display: none;
  }
  #top a {
    position: fixed;
    bottom: 15.5%;
    right: 5vw;
    width: 50px;
    height: auto;
    z-index: 9999;
  }
  #top a:hover {
    opacity: 0.7;
    display: block;
    position: fixed;
    bottom: 15.5%;
    right: 5vw;
    width: 50px;
    height: auto;
    z-index: 9999;
  }
  .mainimg01 {
    text-align: center;
    background: url(../images/mainimg_index_01.jpg) top center no-repeat;
    background-size: cover;
    height: 650px;
    margin: 0 0 75px 0;
  }
  .mainimg01 .mainimg02 {
    min-width: 1100px;
    padding: 70px 0 0;
    position: relative;
    text-align: center;
  }
  .grid_img {
    display: inline-block;
    position: absolute;
    top: 635px;
    right: -90px;
    transform: translateX(40vw) rotate(-180deg);
    transition: all 1s ease;
    width: 560px;
    z-index: 99;
  }
  .grid_img.display {
    transform: translateX(0) rotate(0);
  }
  .contents_area01-01 {
    position: relative;
    z-index: 10000;
  }
  .contents_area01 {
    width: 1000px;
    margin: 0 auto;
  }
  .contents_h3 {
    width: 50%;
    display: inline-block;
    margin-bottom: 40px;
  }
  .contents_p_01 {
    margin-bottom: 55px;
  }
  .contents_btn_index_01 {
    width: 62%;
    display: block;
    margin-bottom: 80px;
  }
  .contents_btn_index_01 a .fa {
    margin: 0 0 0 10px;
  }
  .contents_btn_index_01 .border_index_01 {
    width: 430px;
    display: inline-block;
    margin: 0 3% 0 0;
  }
  .contents_btn_index_01 .border_index_01 img {
    vertical-align: middle;
  }
  .contents_btn_index_01 a {
    display: inline-block;
    color: #ff6031;
    font-weight: bold;
    font-size: 20px;
    vertical-align: middle;
  }
  .contents_area02 {
    background: url(../images/img_index_01.png) top left repeat-x, url(../images/img_index_02.png) bottom left repeat-x;
    padding: 8px 0;
    margin-bottom: 85px;
    display: block;
  }
  .contents_area02 .contents_area02_inner {
    background: #f2f5ff;
    padding: 70px 0 0 0;
  }
  .contents_area02 .contents_area02_inner .contents_area01 .contents02_index_box {
    display: inline-block;
    width: 45%;
  }
  .contents_area02 .contents_area02_inner .contents_area01 .contents02_index_box a {
    color: white;
    padding: 0;
    margin-bottom: 80px;
    height: 240px;
    position: relative;
  }
  .contents_area02 .contents_area02_inner .contents_area01 .contents02_index_box a:visited {
    color: white;
  }
  .contents_area02 .contents_area02_inner .contents_area01 .contents02_index_box a:hover {
    color: white;
  }
  .contents_area02 .contents_area02_inner .contents_area01 .contents02_index_box a:active {
    color: white;
  }
  .contents_area02 .contents_area02_inner .contents_area01 .contents02_index_box a span {
    position: absolute;
    letter-spacing: 1px;
    left: 20px;
    bottom: 15px;
    font-size: 20px;
    font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .contents_area02 .contents_area02_inner .contents_area01 .contents02_index_box .contents02_btn_index_01 {
    background: url(../images/btn_index_02.png) no-repeat;
    background-size: cover;
    display: block;
  }
  .contents_area02 .contents_area02_inner .contents_area01 .contents02_index_box .contents02_btn_index_02 {
    background: url(../images/btn_index_03.png) no-repeat;
    background-size: cover;
    display: block;
  }
  .contents_area02 .contents_area02_inner .contents_area01 .contents02_index_box .contents02_btn_index_03 {
    background: url(../images/btn_index_04.png) no-repeat;
    background-size: cover;
    display: block;
  }
  .contents_area02 .contents_area02_inner .contents_area01 .contents02_index_box .contents02_btn_index_04 {
    background: url(../images/btn_index_05.png) no-repeat;
    background-size: cover;
    display: block;
  }
  .contents02_index_box:first-child {
    margin: 0 80px 0 0;
  }
  .contents02_index_box:last-child {
    margin: 0 0 0 80px;
  }
  .contects_area_03 {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  .contects_area_03 .contents_h3 {
    width: 20%;
    margin: 0 24px 40px 29%;
    vertical-align: top;
  }
  .contents_btn_index_02 {
    width: 48%;
    display: inline-block;
    margin: 10px 0 80px 0;
  }
  .contents_btn_index_02 a .fa {
    margin: 0 0 0 10px;
  }
  .contents_btn_index_02 .border_index_02 {
    width: 329px;
    display: inline-block;
    margin: 0 3% 0 0;
  }
  .contents_btn_index_02 .border_index_02 img {
    vertical-align: middle;
  }
  .contents_btn_index_02 a {
    display: inline-block;
    color: #172b7c;
    font-weight: bold;
    font-size: 20px;
    vertical-align: middle;
  }
  .contents_p_02 {
    margin: 0 0 55px 29%;
  }
  .contects_area_04 {
    background: url(../images/h2_bg_index_02.jpg) right center no-repeat;
    background-size: cover;
  }
  .contects_area_04 .contents_area01 {
    padding: 80px 0;
  }
  .contects_area_04 .contents_area01 .contents_btn_index_02 a {
    color: #FFF;
  }
  .contects_area_04 .contents_h3 {
    width: 20%;
    margin: 0 24px 40px 29%;
    vertical-align: top;
  }
  .contents_p_03 {
    margin: 0 0 0 29%;
    color: #FFF;
  }
  .grid_img_02 {
    display: inline-block;
    position: absolute;
    bottom: -435px;
    left: -530px;
    transform: translateX(-40vw) rotate(-180deg);
    transition: all 1s ease;
    width: 560px;
    z-index: 99;
  }
  .grid_img_02.display_02 {
    transform: translateX(0) rotate(0);
  }
  .pos_inner {
    position: relative;
  }
  .contents_area05 {
    background: url(../images/img_index_02.png) bottom left repeat-x;
    padding: 0 0 8px 0;
    display: block;
    margin: 0 0 365px 0;
  }
  .contents_area05 .contents_area02_inner {
    background: #f2f5ff;
    padding: 570px 0 0 0;
  }
  .contents_area05_inner {
    background: url(../images/h2_bg_index_03.jpg) center no-repeat;
    display: block;
    background-size: cover;
    padding: 194px 0;
    top: 95%;
    z-index: -1;
    width: 100%;
    position: absolute;
  }
  .news_index_area {
    background: #FFF;
    width: 840px;
    display: block;
    padding: 75px 80px;
    position: absolute;
    z-index: 999;
    top: 90px;
  }
  .news_index_area .contents_h3 {
    width: 40%;
    margin: 0 20px 0 0;
  }
  .news_index_area .contents_btn_index_02 .border_index_02 {
    width: 293px;
  }
  .news_index_table {
    width: 100%;
    text-align: left;
  }
  .news_index_table tr th {
    width: 150px;
    border-bottom: 2px solid #eeeeee;
    padding: 40px 0;
  }
  .news_index_table tr td {
    border-bottom: 2px solid #eeeeee;
  }
  .news_index_table tr td .category_tag {
    background: #172b7c;
    padding: 5px 0;
    width: 80px;
    display: inline-block;
    text-align: center;
    margin: 0 3% 0 0;
    vertical-align: middle;
  }
  .news_index_table tr td .category_tag a {
    color: #FFF;
    display: block;
  }
  .news_index_table tr td .blog_txt a {
    color: #444;
    text-decoration: underline;
  }
  .in_news_txt {
    width: 540px;
    display: inline-block;
    vertical-align: middle;
  }
  .h2_underlayer_box {
    background: url(../images/h2_bg_underlayer.jpg) center no-repeat;
    background-size: cover;
    margin-bottom: 80px;
    height: 250px;
    display: grid;
    place-content: center;
  }
  .h2_underlayer_box h1 {
    font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: white;
    font-size: 37px;
    letter-spacing: 8px;
    padding-bottom: 10px;
  }
  .underlayer_contents_area01 {
    width: 1000px;
    margin: 0 auto;
  }
  .under_ttl_01 {
    font-size: 40px;
    text-align: center;
    font-weight: 100;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 60px;
  }
  .img_company_box_01 {
    width: 600px;
    margin: 0 auto 60px;
  }
  .company_table_01 {
    width: 62%;
    margin: 0 auto;
    text-align: left;
    font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 0 0 55px 0;
    display: block;
  }
  .company_table_01 tr th {
    color: #172b7c;
    width: 180px;
    padding: 25px;
  }
  .company_table_01 tr td {
    padding: 25px;
  }
  .under_company_lrbox_01 .under_company_l {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin: 0 40px 0 0;
  }
  .under_company_lrbox_01 .under_company_l .under_ttl_01 {
    text-align: left;
  }
  .under_company_lrbox_01 .under_company_l .contents_p_01 {
    font-weight: 100;
  }
  .under_company_lrbox_01 .under_company_r {
    display: inline-block;
    width: 45%;
    vertical-align: top;
  }
  #gmap .contents_p_01 {
    text-align: center;
    font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 100;
  }
  .map_company {
    margin: 0 0 -6px 0;
  }
  .s_txt {
    font-size: 30px;
  }
  .under_adv_lr_01 {
    background: url(../images/img_advantage_01.jpg) top no-repeat;
  }
  .under_adv_lr_01 .under_adv_l {
    display: block;
    width: 100%;
    padding: 0 0 38% 0;
    margin-bottom: 80px;
  }
  .under_adv_lr_01 .under_adv_l .under_ttl_01 {
    text-align: left;
    line-height: 1.2;
  }
  .under_adv_lr_01 .under_adv_l .contents_p_01 {
    font-weight: 100;
  }
  .under_adv_lr_02 {
    background: url(../images/img_advantage_02.jpg) top no-repeat;
  }
  .under_adv_lr_02 .under_adv_l {
    display: block;
    width: 100%;
    padding: 0 0 38% 55%;
    margin-bottom: 80px;
  }
  .under_adv_lr_02 .under_adv_l .under_ttl_01 {
    text-align: left;
    line-height: 1;
  }
  .under_adv_lr_02 .under_adv_l .contents_p_01 {
    font-weight: 100;
  }
  .under_adv_lr_03 {
    background: url(../images/img_advantage_03.jpg) top no-repeat;
  }
  .under_adv_lr_03 .under_adv_l {
    display: block;
    width: 100%;
    padding: 0 0 38% 0;
    margin-bottom: 80px;
  }
  .under_adv_lr_03 .under_adv_l .under_ttl_01 {
    text-align: left;
    line-height: 1.2;
  }
  .under_adv_lr_03 .under_adv_l .contents_p_01 {
    font-weight: 100;
  }
  .img_products_01 {
    padding: 0 0 25px 0;
  }
  .img_products_01 img {
    margin-bottom: 15px;
    width: 300px;
    height: auto;
  }
  .img_products_01 .img_products_box_01 {
    font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 300px;
    display: inline-block;
    vertical-align: top;
  }
  .img_products_01 .img_products_box_01 .img_products_ttl_01 {
    color: #172b7c;
    font-size: 25px;
    margin-bottom: 15px;
  }
  .img_products_01 .img_products_box_01 .img_products_txt_01 {
    font-size: 14px;
    padding-bottom: 50px;
  }
  .img_products_box_01:nth-child(3n+2) {
    margin: 0 4.5%;
  }
  #products .under_company_lrbox_01 {
    padding: 0 0 80px 0;
  }
  .under_company_lrbox_01 .under_products_l {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin: 0 40px 0 0;
  }
  .under_company_lrbox_01 .under_products_l .under_ttl_01 {
    font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    color: #172b7c;
    margin: 0 0 40px 0;
  }
  .under_company_lrbox_01 .under_company_r {
    display: inline-block;
    width: 45%;
    vertical-align: top;
  }
  .under_products_bottom_01 .tel_products_01 {
    display: inline-block;
    width: 203px;
    padding: 0 8% 0 0;
  }
  .under_products_bottom_01 .mail_products_01 {
    display: inline-block;
    width: 250px;
  }
  .under_products_bottom_01 .mail_products_01 a {
    background: url(../images/btn_products_02.png) no-repeat;
    display: block;
    text-indent: -9999px;
    padding: 14px 0;
  }
  #products .contents_area02 {
    background: url(../images/img_index_01.png) top left repeat-x;
    margin: 0;
    padding: 8px 0 0 0;
  }
  #flow .flowlist {
    width: 100%;
    border-bottom: none;
    list-style: none;
  }
  #flow .ac_border {
    position: relative;
    color: #172b7c;
    padding: 15px 20px;
    border: 1px solid #172b7c;
    margin: 50px 0 0 0;
  }
  #flow .ac_flow {
    position: relative;
    color: #fff;
    background: #172b7c;
    cursor: pointer;
    padding: 15px 20px;
    margin: 50px 0 0 0;
  }
  #flow .ac_flow span {
    display: block;
    background: url(../images/arrow_on.png) 100% 0% no-repeat;
  }
  #flow .ac_flow span.open {
    background: url(../images/arrow_off.png) 100% 100% no-repeat;
  }
  #flow .sub_menu {
    display: none;
    list-style: none;
    background: #f2f5ff;
    color: #000;
  }
  #flow .sub_menu li {
    padding: 40px;
  }
  #flow .sub_menu li .sub_flow_left {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    margin: 3% 0 2% 0;
  }
  #flow .sub_menu li .sub_flow_txt {
    display: block;
    width: 100%;
    margin: 0 0 2% 0;
    vertical-align: top;
  }
  #flow .flow_area_01 {
    padding: 0 0 70px 0;
  }
  .ul_facility_01 {
    list-style: none;
    display: block;
    padding: 50px 80px 80px 80px;
    border: 1px solid #172b7c;
    margin-bottom: 80px;
  }
  .ul_facility_01 li {
    border-bottom: 1px solid #eeeeee;
    display: block;
    padding: 25px 0;
  }
  .ul_facility_01 p {
    display: inline-block;
  }
  .ul_facility_01 a {
    width: 22px;
    display: inline-block;
  }
  .facility_txt_02 {
    width: 620px;
  }
  .facility_txt_03 {
    width: 180px;
  }
  #facility .contents_area02 {
    background: url(../images/img_index_01.png) top left repeat-x;
    padding: 8px 0 0 0;
    margin-bottom: 0;
    display: block;
    text-align: center;
  }
  #facility .contents_area02 .contents_area02_inner .contents_area01 .under_company_lrbox_01 {
    text-align: center;
  }
  #facility .contents_area02 .contents_area02_inner .contents_area01 .under_company_lrbox_01 .under_company_l {
    width: 100%;
    margin: 0;
  }
  #facility .contents_area02 .contents_area02_inner .contents_area01 .under_company_lrbox_01 .under_company_l .under_ttl_01 {
    text-align: center;
  }
  .img_facility_area_01 {
    padding: 0 0 30px 0;
  }
  .img_facility_area_01 .img_facility_box_01 {
    margin: 0 0 50px 0;
    width: 300px;
    display: inline-block;
    height: 300px;
  }
  .img_facility_area_01 .img_facility_box_01:nth-child(3n+2) {
    margin: 0 45px;
  }
  .img_facility_area_01 .img_facility_box_01 a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .img_facility_area_01 .img_facility_box_01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  /* 2022/05/19 ここから追加 */
  .boxer + .boxer {
    display: none;
  }
  .sub_menu li .sub_flow_youtube_area {
    display: block;
    width: 560px;
    height: 315px;
    margin: 0 auto;
  }
  .sub_menu li .sub_flow_youtube_area iframe {
    display: block;
    width: 100%;
    height: 100%;
  }
  /* 2022/05/19 ここまで追加 */
}
@media screen and (min-width: 769px) and (min-width: 1px) and (max-width: 768px) {
  .sub_menu li .sub_flow_youtube_area {
    width: 100%;
    height: 200px;
  }
}
@media screen and (min-width: 769px) {
  .img_recruit_inner img {
    margin-bottom: 60px;
  }
  .under_recruit_01 .txt_recruit_01 {
    display: block;
    margin-bottom: 70px;
    text-align: center;
  }
  .under_recruit_lr_01 {
    padding: 0 0 75px 0;
  }
  .under_recruit_lr_01 .under_recruit_l_01 {
    display: inline-block;
    vertical-align: top;
    width: 450px;
  }
  .under_recruit_lr_01 .under_recruit_r_01 {
    display: inline-block;
    vertical-align: top;
    width: 495px;
    margin: 0 0 0 50px;
  }
  #recruit .under_company_lrbox_01 {
    padding: 0 0 50px 0;
    display: block;
  }
  #recruit .under_company_lrbox_01 .under_company_l {
    width: 100%;
  }
  #recruit .under_company_lrbox_01 .under_company_l .under_ttl_01 {
    text-align: center;
  }
  #recruit .contents_area02 {
    padding: 8px 0 0 0;
    margin: 0;
  }
  #recruit .teble_recruit_01 {
    text-align: left;
    margin: 0 auto;
  }
  #recruit .teble_recruit_01 tr th {
    width: 115px;
    color: #172b7c;
    padding: 25px 0;
  }
  #recruit .teble_recruit_01 tr td {
    width: 460px;
    padding: 25px 0;
  }
  .contents_blog_l {
    display: inline-block;
    width: 600px;
  }
  .table_blog {
    width: 100%;
    display: inline-block;
    padding: 0 0 80px 0;
  }
  .table_blog tr th {
    border-bottom: 1px solid #eeeeee;
    padding: 25px 20px 25px 0;
    vertical-align: middle;
  }
  .table_blog tr td {
    border-bottom: 1px solid #eeeeee;
    padding: 25px 0;
  }
  .table_blog tr td .category_blog {
    background: #172b7c;
    width: 90px;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    margin: 0 15px 0 0;
    vertical-align: middle;
  }
  .table_blog tr td .category_blog a {
    color: #FFF;
    text-decoration: none;
    display: block;
  }
  .table_blog tr td .blog_txt {
    color: #444;
    text-decoration: underline;
    vertical-align: middle;
  }
  .blog_txt {
    display: inline-block;
    color: #444444;
    text-decoration: underline;
    width: 370px;
    vertical-align: middle;
  }
  .contents_area_right {
    display: inline-block;
    width: 395px;
    margin-bottom: 80px;
    vertical-align: top;
  }
  .contents_blog_r {
    display: inline-block;
    width: 290px;
    vertical-align: top;
    margin: 0 0 20px 45px;
    padding: 25px 30px;
    background: #f2f5ff;
    border-radius: 0 0 15px 15px;
  }
  .contents_blog_r .categoraiz_blog .categoraiz_ttl {
    font-size: 20px;
    border-bottom: 1px solid #000;
    margin: 0 0 25px 0;
  }
  .contents_blog_r .ul_categoraiz {
    list-style-type: none;
  }
  .contents_blog_r .ul_categoraiz li a {
    color: #000;
    display: inline-block;
  }
  .contents_blog_r .ul_categoraiz_02 {
    margin: 0 0 0 20px;
  }
  .contents_blog_r .ul_categoraiz_02 li a {
    color: #000;
    display: inline-block;
  }
  .pegya_01 {
    padding: 30px 0;
  }
  .pegya_01 .page-numbers {
    text-align: center;
    display: inline-block;
    margin: 0 1%;
  }
  .pegya_01 .current {
    background: url(../images/pegya_active.png) no-repeat;
    background-size: 100%;
    padding: 0 5px;
  }
  .pegya_01 .pagenation {
    text-align: center;
    display: block;
    margin: 40px auto 40px;
  }
  .pegya_01 .pagenation li {
    display: inline-block;
    vertical-align: top;
  }
  .contents_blog_inner .inner_ttl {
    border-bottom: 2px solid #000;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .contents_blog_inner .day_blog {
    display: inline-block;
    width: 20%;
    margin-bottom: 20px;
    vertical-align: middle;
  }
  .contents_blog_inner .category_blog {
    display: inline-block;
    width: 15%;
    background: #172b7c;
    text-align: center;
    padding: 5px 0;
    vertical-align: middle;
    margin-bottom: 20px;
  }
  .contents_blog_inner .category_blog a {
    color: #FFF;
    text-decoration: none;
    display: block;
  }
  .conta {
    width: 100%;
    text-align: left;
  }
  .conta tr th {
    padding: 5px 0;
    width: 340px;
    font-weight: 100;
  }
  .conta tr td {
    padding: 5px 0;
  }
  .conta tr td ul {
    list-style-type: none;
  }
  .conta tr td ul li {
    padding: 5px 0;
  }
  input,
  select,
  textarea {
    width: 100%;
    padding: 3% 2%;
    border: none;
    background: #f5f5f5;
  }
  #fPrefectures {
    width: 20%;
  }
  .button .submit {
    list-style-type: none;
  }
  .button .submit li {
    padding: 5% 0;
  }
  .button .submit li .btn_back {
    width: 320px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    color: #000;
    cursor: pointer;
    padding: 15px 0;
    border: none;
    background: #ccc;
    vertical-align: top;
  }
  .button .submit li .sb_btn {
    width: 320px;
    text-align: center;
    margin: 0 auto;
    display: block;
    color: #172b7c;
    cursor: pointer;
    padding: 15px 0;
    border: 1px solid #172b7c;
    background: #FFF;
    vertical-align: top;
  }
  .mw_wp_form_confirm .button .submit {
    text-align: center;
  }
  .mw_wp_form_confirm .button .submit li .sb_btn {
    display: inline-block;
  }
  .mw_wp_form_complete {
    padding: 100px 0;
  }
  .vu_top {
    padding: 5px 0;
    vertical-align: top;
  }
  .mark {
    background: #ff6031;
    color: #FFF;
    padding: 5px 8px;
    margin: 0 15px 0 0;
    border-radius: 5px;
    font-weight: 100;
  }
  .contact_p {
    text-align: center;
    margin-bottom: 60px;
  }
  #contact .tthh,
  #contact .vu_top {
    padding: 0 0 0 60px;
  }
  .under_ttl_ex_01 {
    margin: 0 0 35px 0;
  }
  .vu_top_02 {
    vertical-align: top;
  }
  input::placeholder {
    color: #cbcbcb;
  }
  .underlayer_contents_area01 .ul_facility_01 .facility_txt_01 a {
    display: none;
  }
  .underlayer_contents_area01 .ul_facility_01 .facility_txt_01 p + a {
    display: inline-block;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  body {
    font-size: 4VW;
    width: 100%;
    margin: 0 auto;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    min-width: 0;
    background: #fff;
  }
  #right-menu {
    float: right;
    background: url(../images/menu_icon_sp.png) no-repeat;
    text-indent: -9999px;
    width: 40px;
    height: 32px;
    margin: 2.5% 0 0 0;
  }
  #sidr-right {
    left: auto;
    right: -260px;
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .sidr-open #Header .head_s #right-menu {
    float: right;
    background: url(../images/menu_off_sp.png) no-repeat;
    text-indent: -9999px;
    width: 40px;
    height: 32px;
    margin: 2.5% 0 0 0;
  }
  #index .head_top {
    margin: 10% 0 0 0;
    display: block;
  }
  .head_spa {
    margin: 0 0 10% 0;
  }
  #index .head_spa {
    margin: 20% 0 10% 0;
  }
  .head_spa {
    display: none;
  }
  .head_s {
    z-index: 99;
    margin: 0 auto;
    position: fixed;
    top: 0;
    padding: 10px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
  }
  .head_s .left_sp_area {
    float: left;
    width: calc(100% - 40px - 20px);
  }
  .head_s .left_sp_area a {
    color: black;
    display: grid;
    grid-template-areas: "a b" "a c";
    grid-template-columns: fit-content(77px) auto;
    grid-template-rows: repeat(2, auto);
    gap: 1px 5px;
  }
  .head_s .left_sp_area a:visited {
    color: black;
  }
  .head_s .left_sp_area a:hover {
    color: black;
  }
  .head_s .left_sp_area a:active {
    color: black;
  }
  .head_s .left_sp_area a img {
    grid-area: a;
    max-width: 100%;
    height: auto;
  }
  .head_s .left_sp_area a .sub-title {
    grid-area: b;
    line-height: 1.2;
    font-size: clamp(11px, 2.03125vw, 13px);
    padding-top: 8px;
  }
  .head_s .left_sp_area a em {
    line-height: 1;
    grid-area: c;
    font-style: normal;
    font-size: clamp(25px, 5.9375vw, 38px);
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
  }
  .head_s .left_sp_area a em .legal {
    font-size: clamp(15px, 3.59375vw, 23px);
    margin-right: 8px;
  }
  .foot_bg_area {
    background: #FFF;
    border-top: 1px solid #eeeeee;
  }
  .foot_bg_area footer {
    padding: 7% 0 0 0;
    color: #FFF;
  }
  .foot_bg_area footer .ft_left h1 {
    text-align: center;
    font-size: 6vw;
    line-height: 1;
    margin: 0 0 5% 0;
  }
  .foot_bg_area footer .ft_left h1 a {
    color: #FFF;
  }
  .foot_bg_area footer .ft_left .add_01 {
    font-style: normal;
    text-align: center;
  }
  .ft_top {
    text-align: center;
  }
  .ft_top .footer_logo {
    width: 50%;
    margin: 0 auto;
  }
  .ft_top .footer_logo a {
    display: block;
    margin-bottom: 5%;
  }
  .add_01 .footer_add_01 .footer_add_02 {
    font-style: normal;
    margin-bottom: 2%;
    color: #000;
  }
  .footer_sptel_box .ft_lg {
    width: 40%;
    margin: 0 auto 5%;
    display: block;
  }
  .footer_sptel_box a {
    width: 80%;
    display: block;
    margin: 0 auto 5%;
  }
  #copy {
    background: #131b3a;
    color: #FFF;
    font-size: 4vw;
    text-align: center;
    padding: 5% 0 4% 0;
  }
  #top {
    display: none;
  }
  #top a {
    background: url(../images/temp/pagetop.png) top center no-repeat;
    position: fixed;
    bottom: 2vw;
    right: 0;
    margin: 0 2%;
    background-size: 100%;
    height: auto;
  }
  #top a img {
    width: 100%;
  }
  .footer_tel_area {
    padding: 0;
  }
  .mainimg01 {
    background: url(../images/mainimg_index_01.jpg) top center no-repeat;
    padding: 10% 0;
    background-size: cover;
    margin: 35% 0 10% 0;
  }
  .mainimg01 .mainimg02 {
    margin: 0 auto;
    width: 70%;
    display: block;
  }
  .grid_img,
  .grid_img_02 {
    display: none;
  }
  .contents_area01 {
    width: 95%;
    margin: 0 auto;
  }
  .contents_h3 {
    width: 90%;
    margin: 0 auto;
  }
  .contents_h3 img {
    margin: 0 0 5% 0;
  }
  .contents_p_01 {
    margin: 0 0 5% 0;
  }
  .contents_btn_index_01 {
    margin-bottom: 5%;
  }
  .contents_btn_index_01 .border_index_01 {
    width: 60%;
    display: inline-block;
  }
  .contents_btn_index_01 .border_index_01 img {
    vertical-align: middle;
  }
  .contents_btn_index_01 a {
    display: inline-block;
    vertical-align: middle;
    font-size: 5vw;
    color: #ff6031;
  }
  .contents_btn_index_01 a .fa {
    margin: 0 0 0 5px;
  }
  .contents_area02 {
    background: url(../images/img_index_01.png) left top repeat-x, url(../images/img_index_02.png) left bottom repeat-x;
    display: block;
    padding: 2% 0;
    margin-bottom: 15%;
  }
  .contents_area02 .contents_area02_inner .contents_area01 {
    width: 100%;
    background: #f2f5ff;
    padding: 10% 0;
  }
  .contents_area02 .contents_area02_inner .contents_area01 .contents02_index_box {
    width: 85%;
    margin: 0 auto;
    display: block;
  }
  .contents_area02 .contents_area02_inner .contents_area01 .contents02_index_box a {
    display: block;
    color: white;
    width: 100%;
    padding: 0;
    aspect-ratio: 500/262;
    height: auto;
    position: relative;
  }
  .contents_area02 .contents_area02_inner .contents_area01 .contents02_index_box a:visited {
    color: white;
  }
  .contents_area02 .contents_area02_inner .contents_area01 .contents02_index_box a:hover {
    color: white;
  }
  .contents_area02 .contents_area02_inner .contents_area01 .contents02_index_box a:active {
    color: white;
  }
  .contents_area02 .contents_area02_inner .contents_area01 .contents02_index_box a span {
    position: absolute;
    letter-spacing: 1px;
    left: 20px;
    bottom: 8%;
    font-size: min(4.5248868778vw, 20px);
    font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) and (width <= 600px) {
  .contents_area02 .contents_area02_inner .contents_area01 .contents02_index_box a span {
    bottom: 6.5%;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .contents_area02 .contents_area02_inner .contents_area01 .contents02_index_box .contents02_btn_index_01 {
    background: url(../images/btn_index_02_sp.png) no-repeat;
    margin: 0 0 10% 0;
    background-size: 100%;
  }
  .contents_area02 .contents_area02_inner .contents_area01 .contents02_index_box .contents02_btn_index_02 {
    background: url(../images/btn_index_03_sp.png) no-repeat;
    margin: 0 0 10% 0;
    background-size: 100%;
  }
  .contents_area02 .contents_area02_inner .contents_area01 .contents02_index_box .contents02_btn_index_03 {
    background: url(../images/btn_index_04_sp.png) no-repeat;
    margin: 0 0 10% 0;
    background-size: 100%;
  }
  .contents_area02 .contents_area02_inner .contents_area01 .contents02_index_box .contents02_btn_index_04 {
    background: url(../images/btn_index_05_sp.png) no-repeat;
    margin: 0 0 10% 0;
    background-size: 100%;
  }
  .contects_area_03 {
    width: 95%;
    margin: 0 auto;
  }
  .contects_area_03 .contents_h3 {
    width: 100%;
    margin: 0 auto 5%;
  }
  .contects_area_03 .contents_btn_index_02 .border_index_02 {
    width: 75%;
    display: inline-block;
  }
  .contects_area_03 .contents_btn_index_02 .border_index_02 img {
    vertical-align: middle;
  }
  .contects_area_03 .contents_btn_index_02 a {
    display: inline-block;
    vertical-align: middle;
    font-size: 5vw;
  }
  .contects_area_03 .contents_btn_index_02 a .fa {
    margin: 0 0 0 5px;
  }
  #index .contects_area_04 {
    background: url(../images/h2_bg_index_02.jpg) right center no-repeat;
    background-size: cover;
    width: 95%;
    margin: 15% auto 0;
    margin-bottom: 35%;
    padding: 5% 2.5%;
    color: #FFF;
    background-position: 75% 0;
  }
  #index .contects_area_04 .contents_area01 {
    width: 100%;
  }
  #index .contects_area_04 .contents_area01 .contents_btn_index_02 a {
    color: #FFF;
  }
  .contects_area_04 {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 35%;
  }
  .contects_area_04 .contents_h3 {
    width: 50%;
    margin: 0 auto;
  }
  .contects_area_04 .contents_btn_index_02 .border_index_02 {
    width: 75%;
    display: inline-block;
  }
  .contects_area_04 .contents_btn_index_02 .border_index_02 img {
    vertical-align: middle;
  }
  .contects_area_04 .contents_btn_index_02 a {
    display: inline-block;
    vertical-align: middle;
    font-size: 5vw;
  }
  .contects_area_04 .contents_btn_index_02 a .fa {
    margin: 0 0 0 5px;
  }
  .contents_area05 {
    margin-bottom: 10%;
  }
  .contents_area05 .contents_area02_inner .contents_area01 .news_index_area .contents_h3 {
    width: 75%;
    margin: 0 auto 15%;
  }
  .contents_area05 .contents_area02_inner .contents_area01 .news_index_area .contents_btn_index_02 .border_index_02 {
    width: 75%;
    display: inline-block;
  }
  .contents_area05 .contents_area02_inner .contents_area01 .news_index_area .contents_btn_index_02 .border_index_02 img {
    vertical-align: middle;
  }
  .contents_area05 .contents_area02_inner .contents_area01 .news_index_area .contents_btn_index_02 a {
    display: inline-block;
    vertical-align: middle;
    font-size: 5vw;
  }
  .contents_area05 .contents_area02_inner .contents_area01 .news_index_area .contents_btn_index_02 a .fa {
    margin: 0 0 0 5px;
  }
  .news_index_table {
    text-align: left;
    width: 97%;
    padding: 10% 0 0 0;
  }
  .news_index_table tr th {
    display: block;
  }
  .news_index_table tr td {
    display: block;
    border-bottom: 1px solid #eeeeee;
    padding: 2% 0;
    margin: 0 0 5% 0;
  }
  .news_index_table tr td .category_tag {
    background: #172b7c;
    padding: 5px 0;
    width: 80px;
    display: inline-block;
    text-align: center;
    margin: 0 3% 0 0;
    vertical-align: middle;
  }
  .news_index_table tr td .category_tag a {
    color: #FFF;
    display: block;
  }
  .news_index_table tr td .blog_txt a {
    color: #444;
    text-decoration: underline;
    vertical-align: middle;
  }
  footer .ft_top .footer_logo {
    width: 100%;
    margin-bottom: 5%;
  }
  footer .ft_top .footer_logo a {
    color: black;
    display: block;
    width: max-content;
    margin-inline: auto;
  }
  footer .ft_top .footer_logo a:visited {
    color: black;
  }
  footer .ft_top .footer_logo a:hover {
    color: black;
  }
  footer .ft_top .footer_logo a:active {
    color: black;
  }
  footer .ft_top .footer_logo a img {
    width: 76px;
    height: auto;
  }
  footer .ft_top .footer_logo a em {
    display: inline-block;
    margin-top: 23px;
    line-height: 1;
    font-style: normal;
    font-size: 31px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
  }
  footer .ft_top .footer_logo a em .legal {
    font-size: 25px;
    margin-right: 8px;
  }
  .footer_tel_area {
    width: 95%;
    margin: 0 auto;
    padding: 0 0 5% 0;
  }
  .footer_tel_area .footer_tel_box {
    width: 50%;
    margin: 0 auto;
  }
  .footer_tel_area .footer_tel_box a {
    background: url(../images/tel_footer.png) no-repeat;
    background-size: 100%;
    display: block;
    text-indent: -9999px;
  }
  .mail_footer_area a {
    color: #172b7c;
    border: 1px solid #172b7c;
    width: 50%;
    display: block;
    margin: 5% auto 15%;
    padding: 3% 0;
  }
  .h2_underlayer_box {
    margin: 44% 0 0 0;
    background: url(../images/h2_bg_under.jpg) no-repeat;
    background-size: 100% 100%;
    height: 225px;
    display: grid;
    align-content: center;
  }
  .h2_underlayer_box h1 {
    font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: white;
    font-size: 37px;
    letter-spacing: 8px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .under_ttl_01 {
    font-size: 6vw;
    text-align: center;
    font-weight: 100;
    font-family: "Noto Serif JP", serif;
    margin: 5% 0;
  }
  .underlayer_contents_area01 img {
    margin-bottom: 15%;
  }
  .company_table_01 {
    width: 95%;
    text-align: left;
    margin: 0 auto;
    padding: 0 0 15% 0;
    display: block;
  }
  .company_table_01 tr th {
    display: block;
  }
  .company_table_01 tr td {
    display: block;
    padding: 2% 0;
    margin: 0 0 5% 0;
    border-bottom: 1px solid #eeeeee;
  }
  .under_company_l .contents_p_01,
  .underlayer_contents_area01 .contents_p_01 {
    width: 95%;
    margin: 0 auto;
    padding: 0 0 10% 0;
  }
  .map_company {
    margin-bottom: 20%;
  }
  .img_products_box_01 a {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  .img_products_box_01 a img {
    margin: 0 0 5% 0;
  }
  .img_products_box_01 .img_products_ttl_01 {
    color: #172b7c;
    font-size: 6vw;
    margin-bottom: 2%;
    text-align: center;
  }
  .img_products_box_01 .img_products_txt_01 {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 20%;
  }
  .under_company_lrbox_01 .under_products_l .under_ttl_ex_01 {
    width: 95%;
    margin: 0 auto;
    padding: 0 0 7% 0;
  }
  .under_products_bottom_01 .tel_products_01 {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  .under_products_bottom_01 .tel_products_01 a {
    width: 100%;
    display: block;
  }
  .under_products_bottom_01 .mail_products_01 a {
    color: #172b7c;
    border: 1px solid #172b7c;
    width: 80%;
    display: block;
    margin: 10% auto;
    padding: 3% 0;
    text-align: center;
  }
  .flow_area_01 {
    width: 95%;
    margin: 0 auto;
  }
  #flow .ac_flow {
    position: relative;
    color: #fff;
    background: #172b7c;
    cursor: pointer;
    padding: 15px 20px;
    margin: 50px 0 0 0;
  }
  #flow .sub_menu {
    display: none;
    list-style: none;
    background: #f2f5ff;
    color: #000;
  }
  #flow .sub_menu li {
    padding: 5%;
  }
  #flow .sub_menu li .sub_flow_left {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  #flow .sub_menu li:nth-child(1) .sub_flow_left {
    margin-top: 5%;
  }
  #flow .sub_menu li .sub_flow_txt {
    display: block;
    width: 100%;
    margin: 0 0 5% 0;
    vertical-align: top;
  }
  #flow .ac_flow span {
    display: block;
    background: url(../images/arrow_on.png) 100% 0% no-repeat;
  }
  #flow .ac_flow span.open {
    background: url(../images/arrow_off.png) 100% 100% no-repeat;
    background-position: 100% 50%;
  }
  .underlayer_contents_area01 img {
    margin-bottom: 5%;
  }
  #flow .underlayer_contents_area01 {
    padding: 0 0 10% 0;
  }
  .ul_facility_01 {
    list-style: none;
    display: block;
    padding: 0 2%;
    border: 1px solid #172b7c;
    margin: 0 5% 15% 5%;
  }
  .ul_facility_01 li {
    border-bottom: 1px solid #eeeeee;
    display: block;
    padding: 25px 0;
  }
  .ul_facility_01 p {
    display: inline-block;
  }
  .ul_facility_01 a {
    width: 22px;
    display: none;
    margin: 0 3px 0 0;
  }
  .underlayer_contents_area01 .ul_facility_01 .facility_txt_01 p + a {
    display: inline-block;
  }
  .facility_txt_02 {
    width: 620px;
  }
  .facility_txt_03 {
    width: 180px;
  }
  #facility .contents_area02 {
    background: url(../images/img_index_01.png) top left repeat-x;
    padding: 8px 0 0 0;
    margin-bottom: 0;
    display: block;
    text-align: center;
  }
  #facility .contents_area02 .contents_area02_inner .contents_area01 {
    width: 100%;
    background: #f2f5ff;
    padding: 10% 0 0 0;
  }
  #facility .contents_area02 .contents_area02_inner .contents_area01 .under_company_lrbox_01 {
    text-align: center;
  }
  #facility .contents_area02 .contents_area02_inner .contents_area01 .under_company_lrbox_01 .under_company_l {
    width: 100%;
    margin: 0;
  }
  #facility .contents_area02 .contents_area02_inner .contents_area01 .under_company_lrbox_01 .under_company_l .under_ttl_01 {
    text-align: center;
  }
  .img_facility_area_01 {
    padding: 0 0 30px 0;
  }
  .img_facility_area_01 .img_facility_box_01 {
    margin: 0 0 2% 0;
    width: 47%;
    display: inline-block;
  }
  #facility .facility_txt_02 {
    width: 77%;
    margin-bottom: 2%;
  }
  #facility .facility_txt_03 {
    width: 15%;
  }
  .img_recruit_inner {
    width: 95%;
    margin: 0 auto;
    padding: 0 0 10% 0;
  }
  #recruit .underlayer_contents_area01 .img_recruit_inner .uu_im {
    padding: 5% 0 0 0;
    margin: 0;
  }
  .under_recruit_r_01 {
    width: 95%;
    margin: 0 auto;
    padding: 0 0 10% 0;
  }
  .teble_recruit_01 {
    width: 95%;
    margin: 0 auto;
    text-align: left;
  }
  .teble_recruit_01 tr th {
    display: block;
  }
  .teble_recruit_01 tr td {
    display: block;
    padding: 2% 0;
    margin: 0 0 5% 0;
    border-bottom: 1px solid #eeeeee;
  }
  .table_blog {
    display: block;
    width: 100%;
    text-align: left;
  }
  .table_blog tr th {
    display: block;
    width: 100%;
  }
  .table_blog tr td {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    display: block;
    padding: 1% 0 1% 0;
    margin: 0 0 5% 0;
  }
  .table_blog tr td .category_blog {
    background: #172b7c;
    display: inline-block;
    text-align: center;
    padding: 2%;
    margin: 0 3% 2% 0;
    vertical-align: middle;
  }
  .table_blog tr td .category_blog a {
    color: #FFF;
    text-decoration: none;
    display: block;
  }
  .table_blog tr td .blog_txt {
    color: #444;
    text-decoration: underline;
    vertical-align: middle;
  }
  .pegya_01 {
    padding: 30px 0;
  }
  .pegya_01 .pagenation {
    text-align: center;
  }
  .pegya_01 .pagenation li {
    display: inline-block;
    margin: 0 1%;
    width: 30%;
  }
  .pegya_01 .pagenation li .active {
    background: url(../images/pegya_active.png) no-repeat;
    background-size: 100%;
    padding: 5px 7px;
  }
  .contents_area_right {
    display: block;
    vertical-align: top;
    width: 95%;
    margin: 0 auto;
    list-style-type: none;
  }
  .contents_area_right .contents_blog_r {
    display: block;
    width: 90%;
    vertical-align: top;
    background: #f2f5ff;
    border-radius: 0 0 15px 15px;
    padding: 5% 5%;
    margin: 0 0 5% 0;
  }
  .contents_area_right .contents_blog_r .ul_categoraiz {
    list-style-type: none;
  }
  .contents_blog_01 {
    padding: 0 0 15% 0;
  }
  .contents_blog_r .categoraiz_blog .categoraiz_ttl {
    font-size: 20px;
    border-bottom: 1px solid #000;
    margin: 0 0 25px 0;
  }
  .contents_blog_r .ul_categoraiz_02 {
    margin: 0 0 0 20px;
  }
  .contents_area_right .contents_blog_r .ul_categoraiz li a,
  .contents_area_right .contents_blog_r .ul_categoraiz_02 li a {
    color: #000;
    display: inline-block;
    margin: 0 0 2% 0;
  }
  .underlayer_contents_area01 .contents_blog_01 {
    width: 95%;
    margin: 0 auto;
    padding: 15% 0 0 0;
  }
  .contents_blog_inner .inner_ttl {
    border-bottom: 2px solid #000;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .contents_blog_inner .day_blog {
    display: inline-block;
    width: 30%;
    margin-bottom: 20px;
    vertical-align: middle;
  }
  .contents_blog_inner .category_blog {
    display: inline-block;
    width: 60%;
    background: #172b7c;
    text-align: center;
    padding: 5px 0;
    vertical-align: middle;
    margin-bottom: 20px;
  }
  .contents_blog_inner .category_blog a {
    color: #FFF;
    text-decoration: none;
    display: block;
  }
  .underlayer_contents_area01 .mail_area {
    width: 95%;
    margin: 0 auto;
  }
  .underlayer_contents_area01 .mail_area .contact_p {
    margin-bottom: 15%;
  }
  .underlayer_contents_area01 .mail_area .conta {
    width: 100%;
    text-align: left;
  }
  .underlayer_contents_area01 .mail_area .conta tr th {
    display: block;
  }
  .underlayer_contents_area01 .mail_area .conta tr td {
    display: block;
    padding: 3% 0;
    margin: 0 0 5% 0;
  }
  .mw_wp_form .conta {
    width: 100%;
  }
  .mw_wp_form .conta tr th {
    display: block;
    width: 90%;
    text-align: left;
    margin: 0 auto 15px;
  }
  .mw_wp_form .conta tr td {
    display: block;
    width: 90%;
    text-align: left;
    margin: 0 auto 30px;
  }
  .mw_wp_form .conta tr td ul {
    list-style-type: none;
  }
  .mw_wp_form .conta tr td ul li {
    margin: 0 0 15px 0;
  }
  input,
  select,
  textarea {
    width: 97%;
    padding: 3% 2%;
    border: none;
    background: #f5f5f5;
  }
  input::placeholder {
    color: #cbcbcb;
  }
  .mark {
    background: #ff6031;
    color: #FFF;
    padding: 5px 8px;
    margin: 0 15px 0 0;
    border-radius: 5px;
    font-weight: 100;
  }
  .button .submit {
    margin: 0 0 20% 0;
  }
  .button .submit li .btn_back {
    width: 320px;
    text-align: center;
    margin: 0 auto;
    display: block;
    color: #172b7c;
    cursor: pointer;
    padding: 15px 0;
    border: none;
    background: #ccc;
  }
  .button .submit li .sb_btn {
    width: 320px;
    text-align: center;
    margin: 0 auto;
    display: block;
    color: #172b7c;
    cursor: pointer;
    padding: 15px 0;
    border: 1px solid #172b7c;
    background: #FFF;
  }
  .img_ad_sp {
    margin-bottom: 20%;
  }
  * {
    appearance: none;
  }
  .cat_gory {
    margin-bottom: 5%;
  }
  .underlayer_contents_area01 {
    width: 100%;
    margin: 0 auto 15%;
    display: block;
  }
  .underlayer_contents_area01 .mw_wp_form_complete p {
    width: 95%;
    margin: 0 auto 15%;
    display: block;
  }
  .ftt {
    color: #000;
    margin-bottom: 5%;
  }
  #flow .ac_border {
    position: relative;
    color: #172b7c;
    border: 1px solid #172b7c;
    cursor: pointer;
    padding: 15px 20px;
    margin: 50px 0 0 0;
  }
  .sp_head_ber .sp_head_ber_2 {
    text-align: center;
  }
  .sp_head_ber .sp_head_ber_2 .top_right_area02 {
    width: 95%;
    margin: 0 auto;
  }
  .sp_head_ber .sp_head_ber_2 .top_right_area02 .head_t_img {
    width: 96%;
    padding: 10px 3% 0;
    margin: 0 auto;
  }
  .sp_head_ber .sp_head_ber_2 .top_right_area02 .head_t_img img {
    width: 100%;
    height: auto;
  }
  .sp_head_ber .box_top_contact > * {
    display: inline-block;
    vertical-align: middle;
  }
  .sp_head_ber .box_top_contact .top_left_inner {
    white-space: nowrap;
  }
  .sp_head_ber .box_top_contact .top_left_inner a img {
    width: 11%;
    vertical-align: middle;
  }
  .sp_head_ber .box_top_contact .top_right_inner {
    width: 31%;
    border: 1px solid #ff6031;
    text-align: center;
  }
  .sp_head_ber .box_top_contact .top_right_inner a {
    color: #ff6031;
  }
}
.contents_h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 35px;
  font-feature-settings: "halt";
  letter-spacing: 2px;
  line-height: 1.2;
}
@media screen and (width <= 767px) {
  .contents_h3 {
    text-align: center;
  }
}

.contents_area01.contents_area01-01 .contents_h3 {
  width: 100%;
  max-width: max-content;
  margin-bottom: 0.5em;
  font-size: min(5.5555555556vw, 35px);
}

.contects_area_04 .contents_h3 {
  color: white;
}
/*# sourceMappingURL=css/design.css.map */
