@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&family=Noto+Serif:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&display=swap");
header {
  background-color: #5A4398; }

body {
  padding: 125px 0 0; }

@media (max-width: 733px) {
  body {
    padding: 85px 0 0; } }
/*max-width:768px*/
@media (max-width: 480px) {
  body {
    padding: 70px 0 0; } }
/*max-width:480px*/
/**************************************************/
.side_nav {
  position: fixed;
  top: 220px;
  right: -60px;
  overflow: hidden;
  height: 240px;
  width: fit-content;
  border-radius: 10px 0 0 10px;
  padding: 0;
  margin: 0;
  transition: .3s; }
  .side_nav.active {
    right: 0; }
    .side_nav.active .side_txt span:before {
      transform: rotateZ(180deg); }
  .side_nav .side_box {
    height: 100%;
    background-color: #5A4398;
    width: 96px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
  .side_nav .side_txt {
    width: 36px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%; }
    .side_nav .side_txt p {
      height: calc(100% - 36px);
      writing-mode: vertical-rl;
      text-align: center;
      color: #fff;
      font: 20px/1em "Inter Tight", sans-serif;
      font-weight: 600; }
    .side_nav .side_txt span {
      display: block;
      height: 36px;
      width: 100%;
      background: #FFE100;
      position: relative; }
      .side_nav .side_txt span:before {
        transition: .3s;
        position: absolute;
        content: "";
        display: block;
        background: url("../images/common/icon_yazirusi.svg") center center no-repeat;
        background-size: 12px 13px;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
  .side_nav .side_sns {
    height: 100%;
    width: 60px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .side_nav .side_sns a {
      transition: .3s;
      display: block;
      text-align: center;
      width: 35px;
      height: 35px;
      margin: 8px 0; }
      .side_nav .side_sns a img {
        width: 100%; }

@media (hover: hover) {
  .side_nav .side_txt:hover {
    cursor: pointer; }
    .side_nav .side_txt:hover span:before {
      background: url("../images/common/icon_yazirusi.svg") center left 10px no-repeat; }
  .side_nav .side_sns a:hover {
    transform: rotate(10deg); } }
/*min-width:1920px*/
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .side_nav {
    display: none; } }
/*max-width:768px*/
/*max-width:480px*/
/**************************************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 16px;
  font-family: 'm+c2_Light', sans-serif;
  min-width: 1110px;
  width: 100%; }

#wrap {
  margin: 0px auto;
  padding: 0px;
  width: 100%; }

.section p {
  line-height: 180%; }

a:link {
  text-decoration: none;
  color: #000; }

a:visited {
  text-decoration: none;
  color: #000; }

a:hover {
  text-decoration: underline;
  color: #594398; }

a img:hover {
  opacity: 0.5; }

@media (max-width: 733px) {
  .sp_none {
    display: none !important; }

  .br {
    display: block; }

  html {
    font-size: 15px;
    font-family: 'm+c2_Light', sans-serif;
    min-width: auto; }

  .section p {
    line-height: 180%; }

  a:link {
    text-decoration: none;
    color: #000; }

  a:hover {
    text-decoration: underline;
    color: #594398; } }
/*max-width:768px*/
/**************************************************/
h1 {
  color: #5A4398;
  font-family: 'm+c2_Light', sans-serif;
  font-size: 40px;
  text-align: center;
  line-height: 120%; }

h1 span {
  display: block;
  font-size: 24px; }

h1.line1 {
  padding: 22px 0; }

h2, h3 {
  text-align: center;
  margin-bottom: 40px; }

h2 img, h3 img {
  max-width: 100%; }

.h2_base {
  color: #594398;
  border-bottom: 6px #594398 solid;
  font-family: 'm+c2_Bold', sans-serif;
  font-size: 32px;
  line-height: 160%;
  margin: 0 auto 45px;
  text-align: center;
  padding: 0 10px 5px;
  display: table; }

@media (max-width: 733px) {
  h1 {
    font-family: 'm+c2_Light', sans-serif;
    font-size: 30px;
    line-height: 130%; }

  h1 span {
    font-size: 22px; }

  .h2_base {
    font-family: 'm+c2_Bold', sans-serif;
    font-size: 25px;
    line-height: 160%;
    padding: 0 0 5px;
    line-height: 130%; } }
/**************************************************/
#page_title {
  width: 100%;
  padding: 10px 30px 19px 30px;
  background-color: #EEEDF3;
  background-image: url(../images/parts/h1_line.png);
  background-position: center bottom;
  background-repeat: no-repeat; }

@media (max-width: 733px) {
  #page_title {
    padding: 5px 30px 10px 30px; } }
/* pankuzu
/**************************************************/
#pankuzu {
  padding: 5px 40px;
  box-sizing: border-box;
  border-bottom: 1px #DAD5E8 solid; }

#pankuzu ul {
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 12px; }

#pankuzu ul li {
  padding-right: 20px;
  position: relative; }

#pankuzu ul li:before {
  position: absolute;
  content: "";
  top: 6px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

#pankuzu ul li:last-child::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

@media (max-width: 733px) {
  #pankuzu {
    /*margin-top: 151px;*/
    margin: 0;
    padding: 10px 10px; }

  .pankuzu_only {
    margin-top: 0 !important; } }
/*min-width:1920px*/
/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  #pankuzu {
    display: none; } }
/*max-width:480px*/
/**************************************************/
#page_mv {
  background-color: #444444;
  width: 100%;
  text-align: center;
  line-height: 0; }

#page_mv img {
  max-width: 100%; }

/**************************************************/
article {
  padding: 0 30px 100px 30px;
  box-sizing: border-box; }

.article_top {
  padding: 100px 30px;
  box-sizing: border-box; }

.article_shizai {
  padding: 80px 30px !important;
  box-sizing: border-box; }

.article_bottom {
  padding: 0 30px 200px 30px;
  box-sizing: border-box; }

.article_only {
  padding: 100px 30px 200px; }

.gaina_top {
  padding: 90px 30px 100px 30px; }

.kankyo_list_box {
  padding: 100px 30px 200px 30px; }

.about01 {
  padding-top: 110px; }

.bisiness_dmein {
  margin-bottom: 100px; }

.article_office {
  padding: 55px 30px 200px; }

@media (max-width: 733px) {
  article {
    padding: 0 10px 40px 10px;
    box-sizing: border-box; }

  .article_top {
    padding: 60px 10px 40px 10px;
    box-sizing: border-box; }

  .article_shizai {
    padding: 60px 10px 40px 10px;
    box-sizing: border-box; }

  .article_bottom {
    padding: 0 10px 100px 10px;
    box-sizing: border-box; }

  .article_only {
    padding: 60px 10px 100px; }

  .gaina_top {
    padding: 90px 10px 100px 10px; }

  .kankyo_list_box {
    padding: 100px 10px 200px 10px; }

  .about01 {
    padding-top: 110px; }

  .bisiness_dmein {
    margin-bottom: 100px; } }
/* article背景色
/****************************************************************/
#purple_bg {
  background-color: #F5F3FA;
  padding: 50px 30px;
  margin: 0 !important; }

#Dpurple_bg {
  background-color: #594398;
  padding: 50px 30px; }

#glay_bg {
  background-color: #EEEEEE;
  padding: 50px 30px; }

#border_bt {
  border-top: solid #ccc 1px;
  border-bottom: solid #ccc 1px;
  padding: 0 30px;
  line-height: 0;
  background-color: #f5f5f5; }

#border_bt div.image_flex_pict p {
  line-height: 0 !important; }

@media (max-width: 733px) {
  #purple_bg {
    padding: 50px 15px; }

  #Dpurple_bg {
    padding: 50px 15px; }

  #glay_bg {
    padding: 50px 15px; }

  #border_bt {
    padding: 0 15px; } }
/****************************************************************/
.title_B {
  font-family: 'm+c2_Regular', sans-serif;
  text-align: center;
  font-size: 24px;
  margin-bottom: 55px;
  line-height: 180%; }

.title_F {
  font-family: 'm+c2_Regular', sans-serif;
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 180%; }

.title_BB {
  font-family: 'm+c2_Medium', sans-serif;
  text-align: center;
  font-size: 40px;
  margin-bottom: 55px;
  line-height: 180%; }

.title_PB {
  font-family: 'm+c2_Bold', sans-serif;
  text-align: center;
  font-size: 30px;
  margin-bottom: 0;
  line-height: 150% !important;
  color: #594398; }

.title_P {
  font-family: 'm+c2_Medium', sans-serif;
  text-align: center;
  font-size: 29px;
  margin-bottom: 55px;
  line-height: 180%;
  color: #594398; }

.title_PM {
  font-family: 'm+c2_Regular', sans-serif;
  text-align: center;
  font-size: 29px;
  margin-bottom: 55px;
  line-height: 180%;
  color: #594398; }

.title_G {
  font-family: 'm+c2_Medium', sans-serif;
  text-align: center;
  font-size: 29px;
  margin-bottom: 55px;
  line-height: 180%;
  color: #7EAA19; }

.title_Y {
  font-family: 'm+c2_Regular', sans-serif;
  font-size: 20px;
  color: #FFE100;
  text-align: center; }

.title_W {
  font-family: 'm+c2_Regular', sans-serif;
  font-size: 33px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px; }

.support_text {
  font-family: 'm+c2_Light', sans-serif;
  font-size: 21px;
  text-align: center; }

.text_L {
  font-family: 'm+c2_Light', sans-serif;
  font-size: 18px;
  text-align: center; }

@media (max-width: 733px) {
  .title_B {
    font-family: 'm+c2_Regular', sans-serif;
    text-align: center;
    font-size: 20px;
    margin-bottom: 55px;
    line-height: 180%; }

  .title_B br {
    display: none; }

  .title_F {
    font-family: 'm+c2_Regular', sans-serif;
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 180%; }

  .title_BB {
    font-family: 'm+c2_Medium', sans-serif;
    text-align: center;
    font-size: 25px;
    margin-bottom: 55px;
    line-height: 180%; }

  .title_PB {
    font-family: 'm+c2_Bold', sans-serif;
    text-align: center;
    font-size: 19px;
    margin-bottom: 0;
    line-height: 150% !important;
    color: #594398; }

  .title_PB br, .title_P br {
    display: none; }

  .title_P {
    font-family: 'm+c2_Medium', sans-serif;
    text-align: center;
    font-size: 19px;
    margin-bottom: 55px;
    line-height: 180%;
    color: #594398; }

  .title_PM {
    font-family: 'm+c2_Regular', sans-serif;
    text-align: center;
    font-size: 19px;
    margin-bottom: 55px;
    line-height: 180%;
    color: #594398; }

  .title_G {
    font-family: 'm+c2_Medium', sans-serif;
    text-align: center;
    font-size: 19px;
    margin-bottom: 55px;
    line-height: 180%;
    color: #7EAA19; }

  .title_Y {
    font-family: 'm+c2_Regular', sans-serif;
    font-size: 20px;
    color: #FFE100;
    text-align: center; }

  .title_W {
    font-family: 'm+c2_Regular', sans-serif;
    font-size: 33px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px; }

  .support_text {
    font-family: 'm+c2_Light', sans-serif;
    font-size: 15px;
    text-align: left; }

  .text_L {
    font-family: 'm+c2_Light', sans-serif;
    font-size: 15px;
    text-align: left; } }
/****************************************************************/
.circle_list {
  font-size: 16px; }

.circle_list li {
  margin-bottom: 5px;
  padding-left: 17px;
  position: relative; }

.circle_list li span {
  margin-left: -25px;
  margin-top: 5px; }

.circle_list li:before {
  position: absolute;
  content: "";
  background-color: #000;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 2px; }

.circle_list li.no_circle:before {
  display: none !important; }

.circle_list li:last-child {
  margin-bottom: 0; }

@media (max-width: 733px) {
  .circle_list {
    font-size: 15px;
    margin-bottom: 20px;
    margin-left: 5px; }

  .circle_list li span {
    margin-top: 5px; }

  .circle_list li:before {
    width: 8px;
    height: 8px;
    top: 6px;
    left: 3px; } }
/* .nomal_list
/****************************************************************/
.nomal_list {
  font-size: 16px; }

.nomal_list li {
  margin-bottom: 5px; }

.nomal_list li:last-child {
  margin-bottom: 0; }

@media (max-width: 733px) {
  .nomal_list {
    font-size: 15px; } }
/* 2clum
/****************************************************************/
#clum_box {
  padding: 100px 0px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 960px; }

div#content {
  flex: 1;
  width: calc(100% - 270px); }

aside {
  width: 220px;
  margin-left: 50px;
  text-align: left; }

@media (max-width: 733px) {
  div#content {
    flex: 1;
    width: 100%; }

  aside {
    width: 100%;
    margin-left: 0;
    text-align: left;
    box-sizing: border-box;
    padding: 0 30px; } }
/* .pager
/****************************************************************/
#pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center; }

#pager li {
  margin: 0 5px;
  font-size: 13px; }

#pager span, #pager a {
  display: block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  font-weight: bold;
  border: #666 2px solid;
  font-family: 'm+c2_Medium', sans-serif; }

#pager span {
  background-color: #fff;
  color: #666; }

#pager a {
  background-color: #666;
  color: #fff; }

#pager a:hover {
  text-decoration: none;
  opacity: 0.5; }

#pager li.prev {
  position: relative; }

#pager li.prev:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(225deg) translate(-50%, -50%);
  transform: rotate(225deg) translate(-50%, -50%);
  top: 18%;
  left: 43%; }

#pager li.next {
  position: relative; }

#pager li.next:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  top: 53%;
  left: 32%; }

@media (max-width: 733px) {
  #pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center; }

  #pager li {
    margin: 0 5px;
    font-size: 13px; }

  #pager span, #pager a {
    display: block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    font-weight: bold;
    border: #666 2px solid;
    font-family: 'm+c2_Medium', sans-serif; }

  #pager span {
    background-color: #fff;
    color: #666; }

  #pager a {
    background-color: #666;
    color: #fff; }

  #pager a:hover {
    text-decoration: none;
    opacity: 0.5; }

  #pager li.prev {
    position: relative; }

  #pager li.prev:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(225deg) translate(-50%, -50%);
    transform: rotate(225deg) translate(-50%, -50%);
    top: 18%;
    left: 43%; }

  #pager li.next {
    position: relative; }

  #pager li.next:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    top: 53%;
    left: 32%; } }
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
