@charset "UTF-8";
/* ============================================
  font import
============================================ */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;700&display=swap');
/* ============================================
  reset css
============================================ */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
/* ============================================
  共通
============================================ */
.webFontOutfit {
  font-family: 'Outfit', sans-serif;
}
html {
  overflow-x: hidden;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.075em;
  height: 100%;
  width: 100%;
  min-width: 1160px;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
.only-pc {
  display: block;
}
.only-sp {
  display: none;
}
.bn_blk {
  text-align: left;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}
.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.ease, .ease * {
  -webkit-transition: .2s all ease;
  -moz-transition: .2s all ease;
  -ms-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
}
.opacity a:hover {
  opacity: 0.7;
}
.container {
  width: 1120px;
  margin: 0 auto;
}
.container2 {
  width: 800px;
  margin: 0 auto;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.font-small {
  font-size: 80%;
  vertical-align: middle;
}
.red {
  color: #f04d4d;
}
/* ============================================
  header
============================================ */
.header {
  width: 100%;
  min-width: 1160px;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.header .nav {
  width: 100%;
  height: 90px;
  /*border-bottom: 1px solid rgba(51,102,102,.25);*/
}
.header .logo {
  float: left;
  margin: 14px 0 0 30px;
}
.header .logo_bl {
  display: inline-block;
}
.header .logo_wh {
  display: none;
}
.header .logo img {
  width: 370px;
}
.header .nav > ul {
  float: right;
}
.header .nav > ul > li {
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  box-sizing: border-box;
  padding: 0px 10px;
  min-width: 110px;
  width: auto;
  height: 90px;
  line-height: 1;
  float: left;
  /*border-left: 1px solid rgba(51,102,102,.25);*/
}
.header .nav > ul > li > a {
  display: block;
  text-decoration: none;
}
.header .nav > ul > li > a:hover {
  color: #F2544C;
  text-decoration: underline;
}
.header .nav > ul > li > a:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px auto;
  /*background-color: white;*/
  background-repeat: no-repeat;
  /*background-size: 200%;*/
  background-position: center center;
  /*border-radius: 50%;*/
  transition: all .3s;
}
.header .nav > ul > li > a:hover:before {
  /*background-color: #336666;
  background-position: right;*/
}
.header .nav ul li.nav_company > a:before {
  background-image: url("../images/common/2022/header_navi_icon02.png");
}
/*.header .nav ul li.nav_company > a:hover:before {
  background-image: url(../images/common/icn_company.png);
}*/
.header .nav ul li.nav_works > a:before {
  background-image: url("../images/common/2022/header_navi_icon03.png");
}
/*.header .nav ul li.nav_works > a:hover:before {
  background-image: url(../images/common/icn_works.png);
}*/
.header .nav ul li.nav_recruit > a:before {
  background-image: url("../images/common/2022/header_navi_icon05.png");
}
.header .nav ul li.nav_news > a:before {
  background-image: url("../images/common/2022/header_navi_icon01.png");
}
.header .nav ul li.nav_sus > a:before {
  background-image: url("../images/common/2022/header_navi_icon04.png");
}
/*.header .nav ul li.nav_recruit > a:hover:before {
  background-image: url(../images/common/icn_recruit.png);
}*/
/*.header .nav ul li.nav_csr a:before {
  background-image: url(../images/common/icn_csr.png);
}*/
/*.header .nav ul li.nav_csr > a:hover:before {
  background-image: url(../images/common/icn_csr.png);
}*/
/*.header .nav ul li.nav_ir > a:before {
  background-image: url(../images/common/icn_ir.png);
}*/
/*.header .nav ul li.nav_ir a:hover:before {
  background-image: url(../images/common/icn_ir.png);
}*/
.header .nav ul li.nav_inquiry {
  width: 180px;
}
.header .nav ul li.nav_inquiry > a {
  display: block;
  color: #fff;
  background: #F2544C;
  line-height: 90px;
  transition: all .3s;
}
.header .nav ul li.nav_inquiry > a:hover {
  background: #f22c22;
  text-decoration: none;
}
.header .nav ul li.nav_inquiry a:before {
  content: none;
}
.header .nav ul li .dropmenu {
  display: none;
}
/* ぱんくず
-------------------------------------------- */
.breadcrumbs {
  padding: 7px 0px 7px 30px;
  border-top: 1px solid #DDDDDD;
}
.breadcrumbs li {
  font-size: 12px;
  letter-spacing: 0.2em;
  float: left;
}
.breadcrumbs li:after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}
.breadcrumbs li.current:after {
  content: none;
}
/* ============================================
  footer
============================================ */
.footer {
  font-size: 12px;
  border-top: none;
}
.footer_inner {
  width: 1160px;
  margin: auto;
  padding: 25px 20px;
  position: relative;
}
.footer_link {
  width: 750px;
  float: left;
  line-height: 1;
}
.footer_link .link-group {
  padding: 12px 0 0;
  border-bottom: 1px solid #b2b2b2;
}
.footer_link .group_ttl {
  color: #336666;
  font-weight: bold;
  width: 80px;
  float: left;
  padding-bottom: 12px;
}
.footer_link .group_ttl::before {
  content: ">";
  display: inline-block;
  margin-right: 2px;
  font-family: monospace;
}
.footer_link ul {
  float: left;
  width: 670px;
}
.footer_link li {
  display: inline-block;
  padding-bottom: 12px;
}
.footer_link li a {
  padding: 0 10px;
  border-left: 1px solid #333;
}
.footer_link a:hover {
  text-decoration: underline;
}
.footer_link li a i.icn_gaibulink {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 10px;
  height: 10px;
  background: url(../images/common/icn_gaibulink_bl.png) no-repeat left top / 100%;
}
/*.footer_sns {
  width: 310px;
  float: right;
}
.footer_sns dt {
  float: left;
  line-height: 27px;
  font-weight: bold;
  padding-right: 15px;
  border-right: 1px solid #333;
}
.footer_sns li {
  margin-left: 7px;
}
.footer_sns li:first-child {
  margin-left: 20px;
}
.footer_sns li a {
  padding: 10px;
}
.footer_sns li img {
  height: 25px;
}
.footer_sns li a:hover img {
  transform: scale(1.3);
}*/
.footer_sns {
  width: 310px;
  float: right;
}
.footer_sns dt {
  font-weight: bold;
  color: #336666;
}
.footer_sns dd img {
  width: 15%;
}
.footer_sns li a:hover img {
  transform: scale(1.3);
}
.footer .pagetop {
  position: absolute;
  right: 20px;
  bottom: 20px;
  line-height: 40px;
  font-weight: bold;
}
.footer .pagetop i {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  border: 2px solid #333;
  border-radius: 50% 50%;
  margin-left: 10px;
  line-height: 34px;
  transition: all 0.2s ease;
}
.footer .pagetop:hover i {
  background: #333;
}
.footer .pagetop svg {
  vertical-align: middle;
  fill: #333;
  width: 10px;
}
.footer .pagetop:hover svg {
  fill: #fff;
}
.footer_bottom {
  color: #fff;
  background: #F2544C;
}
.footer_bottom_inner {
  width: 1160px;
  margin: auto;
  padding: 5px 20px;
}
.footer_bottom ul {
  float: left;
}
.footer_bottom li a {
  padding: 0 10px;
  border-left: 1px solid #fff;
}
.footer_bottom li a:hover {
  text-decoration: underline;
}
.footer_bottom li:first-child a {
  border: none;
  padding-left: 0;
}
.footer_bottom .copyright {
  font-size: 9px;
  float: right;
  padding-top: 2px;
}
/* ============================================
  mainContents
============================================ */
.mainContents {
  padding-top: 30px;
}
.mainContents > .sec_ttl {
  padding: 40px 0;
  margin-top: 10px;
  /*background: #fcfbf3;*/
  /* タイトル背景色：薄いピンク*/
  background-color: #FFF1ED;
}
.sec_ttl {
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.6;
}
.sec_ttl .ttl {
  font-size: 28px;
  font-weight: bold;
  display: block;
}
.sec_ttl i img {
  width: 35px;
  margin-bottom: 5px;
}
/*-----------------------*/
.pc {
  display: block;
}
.sp {
  display: none;
}
.pcBr {
  display: inline;
}
.spBr {
  display: none;
}
/* -------------------------------------------------------------------- 
/* Image Rollover (Alpha)
-------------------------------------------------------------------- */
a:hover img.hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}
a.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}
.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}
/*-------------------------------*/
.footerContWrap01 {
  background-color: #FFF1ED;
  padding: 58px 0px 80px 0px;
  position: relative;
}
.footerContWrap02 {
  background-color: #F2544C;
  padding: 10px 0px 10px 0px;
}
.footerBottomLinkWrap01 li {
  display: inline-block;
  margin-right: 60px;
}
.footerBottomLinkWrap01 li a {
  display: inline-block;
  padding-left: 12px;
  position: relative;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.4em;
}
.footerBottomLinkWrap01 li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footerBottomLinkWrap01 li a::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -4px;
}
.footerFlex01 {
  display: flex;
  justify-content: space-between;
  padding-right: 70px;
}
.footerFlex02 {
  display: flex;
  width: 320px;
}
.footerFlex03 {
  display: flex;
  width: 560px;
}
.footerContWrap01 .group_ttl {
  font-weight: bold;
  width: 100px;
  float: left;
  padding-bottom: 4px;
  font-size: 16px;
  line-height: 2.0em;
  box-sizing: border-box;
  padding-left: 15px;
  position: relative;
}
.footerContWrap01 .group_ttl::before {
  /*color: #F2544C;
  content: ">";
  display: inline-block;
  margin-right: 2px;
  font-family: monospace;
	vertical-align: bottom;*/
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #F2544C;
  border-right: solid 2px #F2544C;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
  left: 0px;
  /*margin-top: -4px;*/
}
.footerContWrap01 a {
  font-size: 14px;
  line-height: 2.1em;
}
.footerContWrap01 a:hover {
  text-decoration: underline;
}
.footerUl01 {
  margin-right: 50px;
}
.footerRel {
  position: relative;
}
.footerPageTop01 {
  position: absolute;
  top: -58px;
  right: 0px;
}
.spAcBtn {
  display: none;
}
@media only screen and (min-width: 751px) {
  .dropmenu {
    display: none !important;
  }
  .footerFlex02 ul, .footerFlex03 ul {
    padding-top: 3px;
  }
}
/* ============================================
  @media max 750px
============================================ */
@media only screen and (max-width: 750px) {
  body {
    min-width: 100%;
  }
  .container, .container2 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* header
  ------------------------------------------ */
  .header {
    z-index: 101;
    min-width: auto;
  }
  .header .logo {
    width: 100%;
    height: 54px;
    margin: 0;
    padding: 3px 10px 0 5px;
    float: none;
  }
  .header .logo img {
    width: 78vw;
    min-width: 220px;
    max-width: 280px;
  }
  .header .nav {
    height: auto;
  }
  .header .gnavi {
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    display: none;
    transition: all 0.2s;
    opacity: 0;
    font-size: 15px;
  }
  .is-open .gnavi {
    display: block;
    opacity: 1;
  }
  .header .nav > ul {
    float: none;
    background: #336666;
  }
  .header .nav ul li {
    color: #fff;
    font-weight: normal;
    width: 100%;
    height: auto;
    float: none;
    text-align: left;
    border: none;
    border-top: 1px solid #ffffff;
    padding: 0px;
    font-size: 15px;
  }
  .header .nav > ul > li:first-child {
    border-top: none;
  }
  .header .nav > ul > li > a {
    display: block;
    background: #A70000;
    padding: 10px 5px;
  }
  .header .nav > ul > li.drop > a {
    display: block;
    background: #F2544C;
    padding: 10px 5px;
  }
  .header .nav > ul > li > a:before {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    background-color: transparent;
    background-position: right;
  }
  .header .nav ul li.nav_inquiry {
    width: 100%;
    border: none;
  }
  .header .nav ul li.nav_inquiry > a {
    line-height: 50px;
    padding: 5px 15px;
  }
  .header .nav ul li.nav_inquiry > a:hover {
    /*background: #f04d4d;*/
  }
  .header .nav > ul > li > a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .header .nav ul li .icn_gaibulink {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    background: url(../images/common/icn_gaibulink.png) no-repeat left top / 100%;
  }
  .header .nav ul li.drop {
    position: relative;
  }
  /*  .header .nav ul li.drop::before,
  .header .nav ul li.drop::after {
    content: "";
    display: inline-block;
		background-image: url("/images/top/2022/sp_ac_pluse.png");
		background-repeat: no-repeat;
		background-position: center center;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
  }
	.header .nav ul li.drop.open::after {
		background-image: url("/images/top/2022/sp_ac_pluse_on.png");
  }*/
  .spAcBtn {
    display: block;
    height: 53px;
    width: 60px;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .spAcBtn::after {
    content: "";
    display: inline-block;
    background-image: url("../images/top/2022/sp_ac_pluse.png");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
  }
  .spAcBtn.open::after {
    background-image: url("../images/top/2022/sp_ac_pluse_on.png");
  }
  /*.header .nav ul li.drop::after {
    top: 30px;
    right: 25px;
    width: 1px;
    height: 11px;
    margin-top: -5px;
    transition: all 0.2s ease;
  }
  .header .nav ul li.drop.open::after {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }*/
  .header .nav .dropmenu > li {
    border-top: 1px solid #F8938D;
  }
  .header .nav .dropmenu > li > a {
    display: block;
    padding: 20px 5px 20px 45px;
    background: #FFF1ED;
    color: #F2544C;
  }
  .header .nav ul li.nav_company > a:before {
    background-image: none;
  }
  .header .nav ul li.nav_works > a:before {
    background-image: none;
  }
  .header .nav ul li.nav_recruit > a:before {
    background-image: none;
  }
  .header .nav ul li.nav_news > a:before {
    background-image: none;
  }
  .header .nav ul li.nav_sus > a:before {
    background-image: none;
  }
  /* sp-menu
  --------------------------------- */
  .sp-menu-btn {
    background: #F2544C;
    width: 60px;
    height: 54px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 21;
  }
  .sp-menu-btn .menu-btn i {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 7px;
    background: #fff;
    position: relative;
    left: 21px;
    top: 25px;
  }
  .sp-menu-btn .menu-btn i:before, .sp-menu-btn .menu-btn i:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 7px;
    background: #fff;
    position: absolute;
    transform: rotate(0deg);
    transition: all 0.2s;
    line-height: 1;
  }
  .sp-menu-btn .menu-btn i:before {
    transform: translateY(8px);
  }
  .sp-menu-btn .menu-btn i:after {
    transform: translateY(-8px);
  }
  .is-open .sp-menu-btn {
    background: #F2544C;
  }
  .is-open .sp-menu-btn .menu-btn i {
    background: transparent;
  }
  .is-open .sp-menu-btn .menu-btn i:after {
    transform: translateY(0px) rotate(45deg);
  }
  .is-open .sp-menu-btn .menu-btn i:before {
    transform: translateY(0px) rotate(-45deg);
  }
  .bg-bodyCover {
    display: none;
  }
  .is-open .bg-bodyCover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: block;
    position: fixed;
    z-index: 11;
  }
  /* footer
  ------------------------------------------ */
  .footer_link {
    display: none;
  }
  .footer_inner {
    width: auto;
    padding: 15px;
  }
  .footer .pagetop {
    position: inherit;
    right: auto;
    bottom: auto;
    text-align: center;
    margin: auto;
    padding-bottom: 15px;
    display: block;
    width: 100%;
    line-height: 30px;
    border-bottom: 1px solid #336666;
  }
  .footer .pagetop i {
    width: 30px;
    height: 30px;
    line-height: 22px;
  }
  .footer_sns {
    width: 280px;
    margin: auto;
    padding: 15px 0 0;
    float: none;
  }
  .footer_sns dt {
    padding: 0 15px 0 10px;
  }
  .footer_sns li {
    margin-left: 7px;
  }
  .footer_sns li:first-child {
    margin-left: 15px;
  }
  .footer_bottom_inner {
    font-size: 11px;
    width: 100%;
    text-align: center;
  }
  .footer_bottom ul, .footer_bottom .copyright {
    float: none;
  }
  .footer_bottom ul {
    padding: 10px 5px;
  }
  .footer_bottom li {
    width: 50%;
    letter-spacing: 0;
  }
  .footer_bottom li:first-child {
    width: 50%;
  }
  .footer_bottom li a {
    display: block;
  }
  /* mainContents
  ------------------------------------------ */
  .mainContents {
    padding-top: 20px;
  }
  .breadcrumbs {
    padding-left: 15px
  }
  .breadcrumbs li {
    letter-spacing: 0;
    font-size: 11px;
  }
  .sec_ttl {
    margin: 20px auto 40px;
  }
  .sec_ttl .ttl {
    font-size: 24px;
  }
  .bn_blk {
    text-align: center;
    margin-top: 15px;
  }
  /*-----------------------*/
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pcBr {
    display: none;
  }
  .spBr {
    display: inline;
  }
  /* -------------------------------------------------------------------- 
	/* Image Rollover (Alpha)
	-------------------------------------------------------------------- */
  a:hover img.hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    transition-duration: 0s;
  }
  a.hover:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    transition-duration: 0s;
  }
  .hover:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    transition-duration: 0s;
  }
  /*-------------------------------*/
  .footerContWrap01 {
    background-color: #FFF1ED;
    padding: 100px 0px 40px 0px;
    position: relative;
  }
  .footerContWrap02 {
    background-color: #F2544C;
    padding: 10px 0px 14px 0px;
  }
  .footerBottomLinkWrap01 li {
    display: inline-block;
    margin-right: 25px;
  }
  .footerBottomLinkWrap01 li a {
    display: inline-block;
    padding-left: 12px;
    position: relative;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.4em;
  }
  .footerBottomLinkWrap01 li a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  .footerBottomLinkWrap01 li a::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -4px;
  }
  .footerFlex01 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-right: 100px;
  }
  .footerFlex02 {
    display: flex;
    width: auto;
  }
  .footerFlex03 {
    display: flex;
    width: auto;
  }
  .footerFlex0203 {
    display: flex;
    width: auto;
  }
  .footerFlex01 ul {
    display: none;
  }
  .footerContWrap01 .group_ttl {
    font-weight: bold;
    width: 100px;
    float: left;
    padding-bottom: 4px;
    font-size: 16px;
    line-height: 2.0em;
  }
  .footerContWrap01 .group_ttl::before {
    /*color: #F2544C;
		content: ">";
		display: inline-block;
		margin-right: 2px;
		font-family: monospace;
		vertical-align: bottom;*/
  }
  .footerContWrap01 a {
    font-size: 15px;
    line-height: 2.1em;
  }
  .footerContWrap01 a:hover {
    text-decoration: underline;
  }
  .footerUl01 {
    margin-right: 50px;
  }
  .footerRel {
    position: relative;
  }
  .footerPageTop01 {
    position: absolute;
    top: -100px;
    right: 0px;
  }
}
/*230413追記*/
.p_mark_wrap {
  margin: 16px 0 0 0;
  display: flex;
  justify-content: flex-end;
}
.p_mark img {
  width: 96px;
  height: 96px;
}