@charset "UTF-8";
/* Default */
/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul li {
  list-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.pc_inline {
  display: inline;
}

.sp_inline {
  display: none;
}

body {
  word-break: break-all;
  font-family: "Noto Sans JP", sans-serif;
  color: #444;
  background-color: #fff;
}

img {
  width: 100%;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.fade_u {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1000ms;
}

.fade_u.effect-scroll {
  opacity: 1;
  transform: translateY(0);
}

.fade_r {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 2000ms;
}

.fade_r.effect-scroll {
  opacity: 1;
  transform: translateY(0);
}

.fade_l {
  opacity: 0;
  transform: translateX(30px);
  transition: all 2000ms;
}

.fade_l.effect-scroll {
  opacity: 1;
  transform: translateY(0);
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.pc_nav {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  box-sizing: border-box;
  width: 100%;
  z-index: 9999;
  transition: all 0.6s;
}
.pc_nav .pcnav_inner {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc_nav .pcnav_inner #pc_nav_logo {
  width: 142px;
}
.pc_nav .pcnav_inner #pc_nav_wrap .pcnav_ul {
  display: flex;
  transition: all 0.3s;
}
.pc_nav .pcnav_inner #pc_nav_wrap .pcnav_ul .pcnav_li {
  line-height: 84px;
  position: relative;
  transition: all 0.3s;
  color: #e00073;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.pc_nav .pcnav_inner #pc_nav_wrap .pcnav_ul .pcnav_li a {
  color: #e00073;
  font-size: 14px;
  letter-spacing: 0.05em;
  transition: all 0.3s;
}
.pc_nav .pcnav_inner #pc_nav_wrap .pcnav_ul .pcnav_li a:hover {
  text-decoration: underline;
}
.pc_nav .pcnav_inner #pc_nav_wrap .pcnav_ul .pcnav_li .dropdown__lists {
  display: none;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 24px;
  transition: all 0.3s;
}
.pc_nav .pcnav_inner #pc_nav_wrap .pcnav_ul .pcnav_li .dropdown__lists .dropdown__list {
  background-color: #fff;
  height: 30px;
  transition: all 0.3s;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: center;
}
.pc_nav .pcnav_inner #pc_nav_wrap .pcnav_ul .pcnav_li .dropdown__lists .dropdown__list a {
  color: #e00073;
}
.pc_nav .pcnav_inner #pc_nav_wrap .pcnav_ul .pcnav_li .dropdown__lists .dropdown__list:hover {
  background-color: #e00073;
}
.pc_nav .pcnav_inner #pc_nav_wrap .pcnav_ul .pcnav_li .dropdown__lists .dropdown__list:hover a {
  color: #fff;
}
.pc_nav .pcnav_inner #pc_nav_wrap .pcnav_ul .pcnav_li:hover .dropdown__lists {
  display: block;
}
.pc_nav .pcnav_inner #pc_nav_wrap .pcnav_ul .pcnav_li:not(:first-child)::before {
  content: "　｜　";
  transition: all 0.3s;
}
.pc_nav .pcnav_inner #pc_nav_btn a {
  color: #fff;
  font-weight: 600;
}

.pc_nav.invert {
  background-color: #fff;
  transition: all 0.6s;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.footer {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 500;
  background-color: #e00073;
  padding: 20px 0;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.top__vis {
  width: 100%;
  margin-bottom: 100px;
}

.top__msg {
  width: 1300px;
  margin: 0 auto 100px;
  position: relative;
}
.top__msg .title {
  width: 542px;
  margin: 0 auto 50px;
}
.top__msg .txt {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 3;
}
.top__msg .ph01 {
  position: absolute;
  left: 80px;
  top: -50px;
}
.top__msg .ph02 {
  position: absolute;
  left: 110px;
  top: 250px;
}
.top__msg .ph03 {
  position: absolute;
  left: 0px;
  bottom: -100px;
}
.top__msg .ph04 {
  position: absolute;
  right: 80px;
  top: -40px;
}
.top__msg .ph05 {
  position: absolute;
  right: 0px;
  top: 200px;
}
.top__msg .ph06 {
  position: absolute;
  right: 70px;
  bottom: -60px;
}

.top__btn {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top__btn .btn01 {
  width: 900px;
  margin-bottom: 30px;
}
.top__btn .btn02 {
  width: 45%;
  max-width: 427px;
}
.top__btn .btn03 {
  width: 45%;
  max-width: 427px;
}

.top__about {
  width: 1300px;
  margin: 0 auto 150px;
}

.top__inter {
  width: 1100px;
  margin: 0 auto 150px;
}
.top__inter .title {
  width: 804px;
}
.top__inter .wrap {
  width: 1030px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.top__inter .wrap .inter2 {
  margin-top: 80px;
}
.top__inter .wrap .inter3 {
  margin-top: 160px;
}

.top__bumon {
  width: 1300px;
  margin: 0 auto 150px;
}
.top__bumon .title {
  margin-left: 100px;
  width: 682px;
}
.top__bumon .ph {
  width: 100%;
}

.top__fukuri {
  width: 1100px;
  margin: 0 auto 150px;
}
.top__fukuri .title {
  width: 645px;
  margin-bottom: 50px;
}
.top__fukuri .wrap {
  width: 920px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top__fukuri .wrap .box {
  width: 215px;
  margin-bottom: 40px;
}

.top__chuto {
  width: 1300px;
  margin: 0 auto 150px;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.inter__vis {
  width: 100%;
  margin: 75px 0 0;
}

.inter__talk01 {
  width: 1300px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
}
.inter__talk01 .box {
  margin-left: 150px;
  width: 480px;
}
.inter__talk01 .box .title {
  margin-bottom: 30px;
}
.inter__talk01 .box .txt {
  font-size: 14px;
  line-height: 2.2;
  text-align: justify;
}
.inter__talk01 .ph {
  width: 590px;
}

.inter__talk02 {
  width: 1300px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.inter__talk02 .box {
  margin-right: 150px;
  width: 480px;
}
.inter__talk02 .box .title {
  margin-bottom: 30px;
}
.inter__talk02 .box .txt {
  font-size: 14px;
  line-height: 2.2;
  text-align: justify;
}
.inter__talk02 .ph {
  width: 590px;
}

.inter__talk03 {
  width: 1300px;
  height: 555px;
  margin: 0 auto 150px;
  display: flex;
  justify-content: flex-start;
}
.inter__talk03 .box {
  margin-left: 150px;
  width: 480px;
}
.inter__talk03 .box .title {
  margin-bottom: 30px;
}
.inter__talk03 .box .txt {
  font-size: 14px;
  line-height: 2.2;
  text-align: justify;
}
.inter__talk03 .ph {
  display: none;
}

.inter__bg01 {
  background-image: url("../image/inter/pc_01_talk03_ph.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 840px 555px;
}

.inter__bg02 {
  background-image: url("../image/inter/pc_02_talk03_ph.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 840px 555px;
}

.inter__bg03 {
  background-image: url("../image/inter/pc_03_talk03_ph.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 840px 555px;
}

.inter__schedule {
  width: 1100px;
  margin: 0 auto 150px;
}

.inter__other {
  width: 750px;
  margin: 0 auto 150px;
}
.inter__other .title {
  width: 300px;
  margin: 0 auto 50px;
}
.inter__other .wrap {
  display: flex;
  justify-content: space-between;
}
.inter__other .wrap .box {
  width: 326px;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.midc__vis {
  width: 100%;
  margin: 75px 0;
}

.midc__jitaku {
  width: 1300px;
  margin: 0 auto 150px;
}
.midc__jitaku .title {
  margin: 0 0 100px 100px;
  width: 660px;
}
.midc__jitaku .block01 {
  display: flex;
  justify-content: space-between;
  width: 1020px;
  padding-left: 40px;
  height: 425px;
  margin: 0 0 100px 240px;
  background-image: url("../image/midcareer/pc_block_bg.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 1060px 312px;
}
.midc__jitaku .block01 .box {
  width: 320px;
  margin-top: 90px;
}
.midc__jitaku .block01 .box .ttl {
  width: 310px;
  margin-bottom: 5px;
}
.midc__jitaku .block01 .box .txt {
  font-size: 14px;
  text-align: justify;
  line-height: 2;
}
.midc__jitaku .block01 .ph {
  width: 656px;
}
.midc__jitaku .block02 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 1020px;
  padding-right: 40px;
  height: 425px;
  margin: 0 240px 100px 0;
  background-image: url("../image/midcareer/pc_block_bg.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 1060px 312px;
}
.midc__jitaku .block02 .box {
  width: 320px;
  margin-top: 90px;
}
.midc__jitaku .block02 .box .ttl {
  width: 310px;
  margin-bottom: 5px;
}
.midc__jitaku .block02 .box .txt {
  font-size: 14px;
  text-align: justify;
  line-height: 2;
}
.midc__jitaku .block02 .ph {
  width: 656px;
}
.midc__jitaku .block03 {
  display: flex;
  justify-content: space-between;
  width: 1020px;
  padding-left: 40px;
  height: 425px;
  margin: 0 0 0 240px;
  background-image: url("../image/midcareer/pc_block_bg.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 1060px 312px;
}
.midc__jitaku .block03 .box {
  width: 320px;
  margin-top: 90px;
}
.midc__jitaku .block03 .box .ttl {
  width: 310px;
  margin-bottom: 5px;
}
.midc__jitaku .block03 .box .txt {
  font-size: 14px;
  text-align: justify;
  line-height: 2;
}
.midc__jitaku .block03 .ph {
  width: 656px;
}

.midc__dot {
  width: 100%;
  padding: 80px 0;
  margin-bottom: 80px;
  background-color: #ffffff;
  background-image: radial-gradient(rgba(224, 0, 115, 0.2) 8%, transparent 10%), radial-gradient(rgba(224, 0, 115, 0.2) 8%, transparent 10%);
  background-position: 0 0, 6px 6px;
  background-size: 12px 12px;
}
.midc__dot .midc__career {
  max-width: 1100px;
  margin: 0 auto;
}
.midc__dot .midc__career .title {
  width: 646px;
  margin-bottom: 30px;
}
.midc__dot .midc__career .img {
  margin-bottom: 100px;
}
.midc__dot .midc__worker {
  max-width: 1100px;
  margin: 0 auto;
}
.midc__dot .midc__worker .title {
  width: 646px;
  margin-bottom: 30px;
}
.midc__kubun__txt {
  text-align: center;
  line-height: 2;
  margin-bottom: 20px;
}
.midc__kubun__unker {
  background: #FDEEEE;
  padding: 30px 0;
}
.midc__kubun__unker-ttl {
  text-align: center;
  color: #EC1C24;
  font-size: 1.3em;
  font-weight: 600;
}
.midc__kubun__unker-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.midc__kubun__unker-listitem {
  width: 30%;
  max-width: 300px;
  text-align: center;
  margin: 20px 10px;
  min-width: 280px;
}
.midc__kubun__unker-listitem a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 10px;
  background: #fff;
  border-radius: 50px 50px 0 50px;
  border: 1px solid #EC1C24;
  color: #EC1C24;
  font-size: 1.2rem;
  box-shadow: 5px 3px 0;
  transition: all 0.3s;
  z-index: 1;
}
.midc__kubun__unker-listitem a img {
  width: 10%;
  margin-left: 1em;
}
.midc__kubun__unker-listitem a:hover {
  box-shadow: none;
}

.midc__main {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: #F6F6F6;
  z-index: 1;
}
.midc__main--dec {
  position: absolute;
  z-index: 0;
}
.midc__main--dec-top {
  width: 20%;
  top: 2%;
  left: 15%;
}
.midc__main--dec-topleft {
  width: 18%;
  top: 20%;
  left: -2%;
}
.midc__main--dec-topright {
  width: 24%;
  right: 8%;
  top: 32%;
}
.midc__main--dec-midleft {
  width: 12%;
  top: 50%;
  left: 15%;
}
.midc__main--dec-midright {
  width: 6%;
  right: 10%;
  top: 60%;
}
.midc__main--dec-btmright {
  width: 18%;
  right: 0;
  bottom: 15%;
}
.midc__main--dec-btmleft {
  width: 16%;
  bottom: 4%;
  left: 12%;
}

.midc__content {
  position: relative;
  width: 85%;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 80px;
  padding: 40px;
  background: #fff;
  border-radius: 50px;
  border: 3px solid #EC1C24;
  z-index: 1;
}
.midc__content p {
  line-height: 1.6;
}
.midc__content .ttlarea {
  position: relative;
  margin-bottom: 30px;
}
.midc__content .ttlarea .no {
  position: absolute;
  left: 0;
  top: 0;
  width: 12%;
}
.midc__content .ttlarea .mainttl {
  color: #FF2A32;
  font-size: 3em;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-top: 60px;
  padding-left: 20px;
  margin-bottom: 10px;
}
.midc__content .ttlarea .subttl {
  display: inline-block;
  color: #EC1C24;
  font-size: 0.8em;
  border: 1px solid #EC1C24;
  padding: 2px 8px;
  margin-left: 20px;
  border-radius: 4px;
}
.midc__content .txt {
  margin-bottom: 40px;
  background: #FDEEEE;
  padding: 1rem;
}
.midc__content .txt p {
  line-height: 1.6;
  font-weight: 500;
}
.midc__content .about {
  margin-bottom: 40px;
}
.midc__content .about .aboutbox {
  display: flex;
  margin-bottom: 1.5rem;
}
.midc__content .about .aboutbox .ttl {
  width: 16%;
  border-right: 3px solid #FF2A32;
  padding: 1rem 0;
}
.midc__content .about .aboutbox .ttl p {
  color: #FF2A32;
  font-weight: 600;
  font-size: 1.2em;
}
.midc__content .about .aboutbox .detail {
  width: 80%;
  padding: 1rem 1.5rem;
}
.midc__content .about .aboutbox .detail--field {
  display: flex;
  justify-content: space-between;
}
.midc__content .about .aboutbox .detail--field .detail-txt {
  width: 50%;
}
.midc__content .about .aboutbox .detail p {
  font-weight: 600;
}
.midc__content .about .aboutbox .detail p.notice {
  font-weight: 500;
  font-size: 0.9em;
}
.midc__content .about .aboutbox .detail .detailimg {
  margin-top: 20px;
}
.midc__content .about .aboutbox .detail .detailimg--national {
  width: 70%;
}
.midc__content .about .aboutbox .detail .detailimg--regional {
  width: 70%;
}
.midc__content .about .aboutbox .detail .detailimg--field {
  width: 40%;
  max-width: 350px;
  margin-top: 0;
}
.midc__content .about .aboutbox .detail .detailimg img {
  border-radius: 12px;
}
.midc__content .btn {
  max-width: 440px;
  margin: 0 auto;
}
.midc__content .btn a {
  position: relative;
  display: block;
  padding: 20px 10px;
  background: #FF2A32;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  transition: all 0.3s;
}
.midc__content .btn a::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  top: 14%;
  right: 6%;
}
.midc__content .btn a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #EC1C24;
  border-right: 1px solid #EC1C24;
  transform: rotate(45deg);
  top: 40%;
  right: 10%;
}
.midc__content .btn a:hover {
  opacity: 0.8;
}
.midc__content span.line {
  background: #FFEF13;
  background: linear-gradient(transparent 60%, #FFEF13 60%);
}

.midc__lifestyle {
  position: relative;
  margin-top: 40px;
  margin: 120px 0;
  line-height: 1.6;
}
.midc__lifestyle::after {
  content: "";
  position: absolute;
  width: 70%;
  padding: 200px 0;
  margin-bottom: 80px;
  background-color: #ffffff;
  background-image: radial-gradient(rgba(224, 0, 115, 0.2) 8%, transparent 10%), radial-gradient(rgba(224, 0, 115, 0.2) 8%, transparent 10%);
  background-position: 0 0, 6px 6px;
  background-size: 12px 12px;
  top: -5%;
  z-index: -1;
}
.midc__lifestyle .subttl,
.midc__lifestyle .ttl p {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  color: #E00073;
}
.midc__lifestyle .subttl {
  font-size: 0.8em;
}
.midc__lifestyle .ttl {
  position: relative;
}
.midc__lifestyle .ttl::before {
  content: "";
  position: absolute;
  width: 45%;
  height: 10px;
  background: #E00073;
  left: -5%;
  bottom: 0;
  transform: skewX(-45deg);
}
.midc__lifestyle .ttl p {
  font-size: 3em;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.midc__lifestyle .about {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  margin-bottom: 40px;
}
.midc__lifestyle__img {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
}
.midc__lifestyle__change {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  margin-top: 60px;
}
.midc__lifestyle__change .changettl {
  width: 30%;
  padding: 16px;
  background: #C70078;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  margin: 0 auto;
}
.midc__lifestyle__change .list {
  padding: 50px 40px 20px;
  background: rgba(199, 0, 121, 0.25);
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  margin-top: -20px;
}
.midc__lifestyle__change .list img {
  width: 49%;
}
.midc__lifestyle__work {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.midc__lifestyle__work .workitem {
  width: 48%;
  min-width: 410px;
  margin: 20px 0;
  border: 2px solid #3B99BD;
  background: #fff;
}
.midc__lifestyle__work .workitem--kubun {
  border: 2px solid #E00073;
}
.midc__lifestyle__work .workitem .workitemttl {
  margin-top: 20px;
  text-align: center;
}
.midc__lifestyle__work .workitem .workitemttl p {
  display: inline-block;
  background: #3B99BD;
  border-radius: 40px;
  padding: 8px 20px;
  color: #fff;
  font-size: 1.1em;
  font-weight: 600;
}
.midc__lifestyle__work .workitem .workitemttl--kubun p {
  background: #E00073;
}
.midc__lifestyle__work .workitem .graph-wrap {
  position: relative;
}
.midc__lifestyle__work .workitem .graph-wrap .workitemtxt {
  position: absolute;
}
.midc__lifestyle__work .workitem .graph-wrap .workitemtxt--shin {
  right: 5%;
  bottom: 18%;
}
.midc__lifestyle__work .workitem .graph-wrap .workitemtxt--tyuto {
  left: 5%;
  top: 10%;
}
.midc__lifestyle__work .workitem .graph-wrap .workitemtxt--national {
  right: 5%;
  bottom: 10%;
}
.midc__lifestyle__work .workitem .graph-wrap .workitemtxt--regional {
  left: 5%;
  bottom: 34%;
}
.midc__lifestyle__work .workitem .graph-wrap .workitemtxt--field {
  left: 5%;
  top: 10%;
}
.midc__lifestyle__work .workitem .graph-wrap .workitemtxt p {
  font-weight: 600;
  font-size: 3em;
  line-height: 1.2;
  text-align: center;
}
.midc__lifestyle__work .workitem .graph-wrap .workitemtxt p span.itemttl {
  font-size: 0.5em;
  font-weight: 500;
}
.midc__lifestyle__work .workitem .graph-wrap .workitemtxt p span.small {
  font-size: 0.7em;
}
.midc__lifestyle__work .workitem .circle {
  position: relative;
  transform: rotate(-90deg);
}
.midc__lifestyle__work .workitem .circle circle {
  fill: none;
  stroke-width: 14px;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
}
.midc__lifestyle__work .workitem .circle #shin {
  stroke: #3B99BD;
}
.midc__lifestyle__work .workitem .circle #tyuto {
  stroke: #8BD8E7;
}
.midc__lifestyle__work .workitem .circle #field {
  stroke: #F2ADC5;
}
.midc__lifestyle__work .workitem .circle #regional {
  stroke: #F87CB2;
}
.midc__lifestyle__work .workitem .circle #national {
  stroke: #E00073;
}
.midc__lifestyle__work .workitem .graph-wrap {
  position: relative;
}
.midc__lifestyle__work .workitem .graph-wrap.active .circle #shin {
  animation: anime01 2s ease-in-out forwards;
}
.midc__lifestyle__work .workitem .graph-wrap.active .circle #tyuto {
  animation: anime02 2s ease-in-out forwards;
}
.midc__lifestyle__work .workitem .graph-wrap.active .circle #national {
  animation: anime03 2s ease-in-out forwards;
}
.midc__lifestyle__work .workitem .graph-wrap.active .circle #regional {
  animation: anime04 2s ease-in-out forwards;
}
.midc__lifestyle__work .workitem .graph-wrap.active .circle #field {
  animation: anime05 2s ease-in-out forwards;
}
.midc__lifestyle__work .workitem .graph-wrap .gap-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.midc__lifestyle__work .workitem .graph-wrap .gap-area .gap {
  background: #fff;
  height: 30%;
  width: 10px;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
.midc__lifestyle__work .workitem .graph-wrap .gap-area .gap:nth-child(2) {
  transform: rotate(80deg);
  bottom: 0;
  right: 230px;
  left: inherit;
  opacity: 0;
  animation: anime_white 0.1s 2s forwards;
}
.midc__lifestyle__work .workitem .graph-wrap .gap-area .gap2 {
  background: #fff;
  height: 30%;
  width: 10px;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
.midc__lifestyle__work .workitem .graph-wrap .gap-area .gap2:nth-child(2) {
  transform: rotate(54deg);
  bottom: -85px;
  right: 195px;
  left: inherit;
  opacity: 0;
  animation: anime_white 0.1s 2s forwards;
}
.midc__lifestyle__work .workitem .graph-wrap .gap-area .gap2:nth-child(3) {
  transform: rotate(94deg);
  bottom: 55px;
  right: 230px;
  left: inherit;
  opacity: 0;
  animation: anime_white 0.1s 2s forwards;
}

@keyframes anime01 {
  100% {
    stroke-dashoffset: 27.6;
  }
}
@keyframes anime02 {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes anime03 {
  100% {
    stroke-dashoffset: 35;
  }
}
@keyframes anime04 {
  100% {
    stroke-dashoffset: 23.8;
  }
}
@keyframes anime05 {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes anime_white {
  100% {
    opacity: 1;
  }
}
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
@media only screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc_inline {
    display: none;
  }
  .sp_inline {
    display: inline;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  #sp_menu {
    width: calc(100% - 75px);
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
  }
  #sp_menu #sp_menu_logo {
    width: 87px;
    margin: 30px 0 0 6%;
  }
  #sp_menu .top_btn {
    width: 117px;
  }
  .fullscreenmenu {
    display: block;
  }
  .menu,
  .menu span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menu {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 75px;
    height: 75px;
    z-index: 9000;
    background-color: #e00073;
    background-size: 75px 75px;
    padding: 36px;
  }
  .menu span {
    position: absolute;
    left: 0;
    height: 2px;
    background-color: #fff;
    z-index: 10;
  }
  .menu.active span {
    background-color: #fff;
  }
  .menu span:nth-of-type(1) {
    top: 26px;
    width: 36px;
    left: 20px;
  }
  .menu span:nth-of-type(2) {
    top: 37px;
    width: 36px;
    left: 20px;
  }
  .menu span:nth-of-type(3) {
    bottom: 26px;
    width: 36px;
    left: 20px;
  }
  .menu.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu.active span:nth-of-type(3) {
    opacity: 1;
    transform: translateY(-10px) rotate(-45deg);
  }
  #humnav {
    position: fixed;
    top: 75px;
    right: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background-color: rgba(240, 115, 180, 0.9);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  #humnav .spmenubtn_1 {
    width: 85%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.075em;
    text-align: left;
    padding: 24px 0;
    border-bottom: 1px solid #fff;
  }
  #humnav .spmenubtn_1 a {
    color: #fff;
  }
  #humnav.active {
    right: 0;
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
  #humnav div img {
    width: 100%;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .top__vis {
    margin-bottom: 20px;
    padding-top: 75px;
  }
  .top__msg {
    width: 100%;
    margin: 0 auto 50px;
    position: relative;
  }
  .top__msg .title {
    width: 100%;
    margin: 0 auto 25px;
  }
  .top__msg .txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 2.5;
    margin-bottom: 20px;
  }
  .top__msg .ph07 {
    width: 100%;
    margin-bottom: 10px;
  }
  .top__msg .ph08 {
    width: 100%;
  }
  .top__btn {
    width: 86%;
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .top__btn .btn01 {
    width: 100%;
    margin-bottom: 20px;
  }
  .top__btn .btn02 {
    width: 100%;
    margin-bottom: 20px;
  }
  .top__btn .btn03 {
    width: 100%;
    margin-bottom: 20px;
  }
  .top__about {
    width: 100%;
    margin: 0 auto 50px;
  }
  .top__about .title {
    margin-bottom: 15px;
  }
  .top__inter {
    width: 100%;
    margin: 0 auto 50px;
    background: linear-gradient(to right, #fdeed4, #fbe6e0 75%, #fadee9);
  }
  .top__inter .title {
    width: 100%;
    padding: 50px 0 30px;
  }
  .top__inter .wrap {
    display: none;
  }
  .top__inter .slider {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  .slide-dots {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .slide-dots li {
    display: inline-block;
    margin: 0 10px;
  }
  .slide-dots li button {
    position: relative;
    text-indent: -9999px;
  }
  .slide-dots li button::before {
    background-image: url(../image/index/dot_off.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    cursor: pointer;
    height: 13.5px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 24px;
    width: 13.5px;
  }
  .slide-dots li.slick-active button::before {
    background-image: url(../image/index/dot_on.png);
  }
  button {
    background: none;
    border: none;
    outline: none;
    padding: 0 7px;
  }
  .top__bumon {
    width: 100%;
    margin: 0 auto 50px;
    background-image: url(../image/index/sp_top_bumon_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
  }
  .top__bumon .title {
    margin-left: 0;
    width: 100%;
  }
  .top__bumon .ph {
    width: 100%;
  }
  .top__bumon .ph .slider {
    padding: 20px 0 110px;
  }
  .top__fukuri {
    width: 100%;
    margin: 0 auto 50px;
  }
  .top__fukuri .title {
    width: 100%;
    margin-bottom: 20px;
  }
  .top__fukuri .wrap {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top__fukuri .wrap .box {
    width: 48%;
    margin-bottom: 20px;
  }
  .top__chuto {
    width: 100%;
    margin: 0 auto 50px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .inter__vis {
    margin: 0 0 20px;
    padding-top: 75px;
  }
  .inter__talk01 {
    width: 100%;
    margin: 0 auto 50px;
    flex-wrap: wrap;
  }
  .inter__talk01 .box {
    margin-left: 0;
    width: 100%;
  }
  .inter__talk01 .box .title {
    margin-bottom: 20px;
  }
  .inter__talk01 .box .txt {
    width: 86%;
    margin: 0 auto 30px;
  }
  .inter__talk02 {
    width: 100%;
    margin: 0 auto 50px;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .inter__talk02 .box {
    margin-right: 0;
    width: 100%;
  }
  .inter__talk02 .box .title {
    margin-bottom: 20px;
  }
  .inter__talk02 .box .txt {
    width: 86%;
    margin: 0 auto 30px;
  }
  .inter__talk03 {
    width: 100%;
    margin: 0 auto 50px;
    flex-wrap: wrap;
    background-image: none;
    height: auto;
  }
  .inter__talk03 .box {
    margin-left: 0;
    width: 100%;
  }
  .inter__talk03 .box .title {
    margin-bottom: 20px;
  }
  .inter__talk03 .box .txt {
    width: 86%;
    margin: 0 auto 30px;
  }
  .inter__talk03 .ph {
    display: block;
  }
  .inter__schedule {
    width: 100%;
    margin: 0 auto 50px;
    padding-bottom: 50px;
    background: linear-gradient(to right, #fdeed4, #fbe6e0 75%, #fadee9);
  }
  .inter__other {
    width: 100%;
    margin: 0 auto 50px;
  }
  .inter__other .title {
    width: 100%;
    margin: 0 auto 20px;
  }
  .inter__other .wrap {
    display: none;
  }
  .inter__other .slider {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 0;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .midc__vis {
    width: 100%;
    margin: 75px 0 50px;
  }
  .midc__jitaku {
    width: 100%;
    margin: 0 auto;
  }
  .midc__jitaku .title {
    margin: 0 0 20px;
    width: 100%;
  }
  .midc__jitaku .block01 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 100%;
    padding-left: 0;
    height: auto;
    margin: 0 0 40px;
    background-image: none;
    background: linear-gradient(to right, #fdeed4, #fbe6e0 75%, #fadee9);
  }
  .midc__jitaku .block01 .box {
    width: 100%;
    margin: 30px 0 10px;
  }
  .midc__jitaku .block01 .box .ttl {
    width: 100%;
    margin-bottom: 15px;
  }
  .midc__jitaku .block01 .box .txt {
    width: 85%;
    margin: 0 auto 25px;
  }
  .midc__jitaku .block01 .ph {
    width: 100%;
  }
  .midc__jitaku .block02 {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 0;
    height: auto;
    margin: 0 0 40px;
    background-image: none;
    background: linear-gradient(to right, #fdeed4, #fbe6e0 75%, #fadee9);
  }
  .midc__jitaku .block02 .box {
    width: 100%;
    margin: 30px 0 10px;
  }
  .midc__jitaku .block02 .box .ttl {
    width: 100%;
    margin-bottom: 15px;
  }
  .midc__jitaku .block02 .box .txt {
    width: 85%;
    margin: 0 auto 25px;
  }
  .midc__jitaku .block02 .ph {
    width: 100%;
  }
  .midc__jitaku .block03 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 100%;
    padding-left: 0;
    height: auto;
    margin: 0;
    background-image: none;
    background: linear-gradient(to right, #fdeed4, #fbe6e0 75%, #fadee9);
  }
  .midc__jitaku .block03 .box {
    width: 100%;
    margin: 30px 0 10px;
  }
  .midc__jitaku .block03 .box .ttl {
    width: 100%;
    margin-bottom: 15px;
  }
  .midc__jitaku .block03 .box .txt {
    width: 85%;
    margin: 0 auto 25px;
  }
  .midc__jitaku .block03 .ph {
    width: 100%;
  }
  .mgn__btm {
    margin-bottom: 50px !important;
  }
  .midc__dot {
    width: 100%;
    padding: 50px 0;
    margin-bottom: 50px;
  }
  .midc__dot .midc__career {
    width: 100%;
  }
  .midc__dot .midc__career .title {
    width: 100%;
    margin-bottom: 15px;
  }
  .midc__dot .midc__career .img {
    margin-bottom: 60px;
  }
  .midc__dot .midc__worker {
    width: 100%;
  }
  .midc__dot .midc__worker .title {
    width: 100%;
    margin-bottom: 15px;
  }
  .midc__kubun__unker-ttl {
    font-size: 1.1em;
  }
  .midc__kubun__unker-listitem {
    width: 70%;
    margin: 10px auto;
  }
  .midc__kubun__unker-listitem a {
    font-size: 1rem;
  }
  .midc__main--dec-top {
    width: 40%;
    top: 1%;
    left: -5%;
  }
  .midc__main--dec-topleft {
    width: 40%;
    top: 20%;
    left: -5%;
  }
  .midc__main--dec-topright {
    width: 60%;
    right: -10%;
    top: 30%;
  }
  .midc__main--dec-midleft {
    width: 35%;
    top: 55%;
    left: 0%;
  }
  .midc__main--dec-midright {
    width: 30%;
    right: 16%;
    top: 62%;
  }
  .midc__main--dec-btmright {
    width: 50%;
  }
  .midc__main--dec-btmleft {
    width: 50%;
    bottom: 2%;
    left: -10%;
  }
  .midc__content {
    padding: 40px 10px;
    border-radius: 30px;
  }
  .midc__content .ttlarea .no {
    width: 30%;
  }
  .midc__content .ttlarea .mainttl {
    font-size: 2em;
    padding-left: 0;
    padding-top: 40px;
  }
  .midc__content .ttlarea .subttl {
    margin-left: 0;
  }
  .midc__content .txt {
    font-size: 0.9em;
    margin-bottom: 1rem;
  }
  .midc__content .about {
    margin-bottom: 1rem;
  }
  .midc__content .about .aboutbox {
    display: block;
    padding-bottom: 0;
    margin-bottom: 1rem;
  }
  .midc__content .about .aboutbox .detail--field {
    display: block;
  }
  .midc__content .about .aboutbox .detail--field .detail-txt {
    width: 100%;
  }
  .midc__content .about .aboutbox .ttl {
    width: 100%;
    border-right: none;
    border-bottom: 3px solid #FF2A32;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
  }
  .midc__content .about .aboutbox .detail {
    width: 100%;
    padding: 1rem 0;
  }
  .midc__content .about .aboutbox .detail .detailimg--national {
    width: 100%;
  }
  .midc__content .about .aboutbox .detail .detailimg--regional {
    width: 100%;
  }
  .midc__content .about .aboutbox .detail .detailimg--field {
    width: 100%;
    margin: 0 auto;
    margin-top: 1em;
    background: #FDEEEE;
    border-radius: 10px;
    text-align: center;
    padding: 0.5em 0;
  }
  .midc__content .about .aboutbox .detail .detailimg--field img {
    width: 80%;
  }
  .midc__content .btn a {
    font-size: 0.9em;
  }
  .midc__content .btn a::before {
    width: 30px;
    height: 30px;
    top: 24%;
    right: 3%;
  }
  .midc__content .btn a::after {
    width: 8px;
    height: 8px;
    top: 42%;
    right: 7%;
  }
  .midc__lifestyle {
    margin: 80px 0;
  }
  .midc__lifestyle .subttl {
    margin-bottom: 0;
  }
  .midc__lifestyle .ttl::before {
    width: 85%;
    height: 8px;
  }
  .midc__lifestyle .ttl p {
    font-size: 2em;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .midc__lifestyle .about {
    margin-bottom: 30px;
  }
  .midc__lifestyle__change {
    margin-top: 40px;
    max-width: 500px;
  }
  .midc__lifestyle__change .changettl {
    width: 70%;
    padding: 8px;
    font-size: 1em;
  }
  .midc__lifestyle__change .list {
    padding: 40px 20px 20px;
    border-radius: 15px;
    display: block;
  }
  .midc__lifestyle__change .list img {
    width: 100%;
  }
  .midc__lifestyle__work {
    display: block;
  }
  .midc__lifestyle__work .workitem {
    width: 95%;
    max-width: 500px;
    margin: 20px auto;
    min-width: auto;
  }
  .midc__lifestyle__work .workitem .workitemttl p {
    font-size: 1em;
    padding: 8px 10px;
  }
  .midc__lifestyle__work .workitem .graph-wrap .gap-area .gap {
    height: 32%;
  }
  .midc__lifestyle__work .workitem .graph-wrap .gap-area .gap2 {
    height: 34%;
  }
  .midc__lifestyle__work .workitem .graph-wrap .gap-area .gap {
    top: 40px;
  }
  .midc__lifestyle__work .workitem .graph-wrap .gap-area .gap:nth-child(2) {
    bottom: 10px;
    right: 200px;
  }
  .midc__lifestyle__work .workitem .graph-wrap .gap-area .gap2:nth-child(2) {
    bottom: -75px;
    right: 170px;
  }
  .midc__lifestyle__work .workitem .graph-wrap .gap-area .gap2:nth-child(3) {
    right: 190px;
  }
  .midc__lifestyle__work .workitem .graph-wrap .workitemtxt--national {
    bottom: 20%;
  }
  .midc__lifestyle__work .workitem .graph-wrap .workitemtxt--shin {
    right: 5%;
    bottom: 20%;
  }
  .midc__lifestyle__work .workitem .graph-wrap .workitemtxt--tyuto {
    left: 5%;
    top: 20%;
  }
  .midc__lifestyle__work .workitem .graph-wrap .workitemtxt p {
    font-size: 2em;
  }
}