@charset 'UTF-8';
/* Basic */
html {
  box-sizing: border-box;
}

body {
  position: relative;
}

strong,
b {
  color: #252122;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #252122;
  font-weight: 600;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: underline;
}

h2 {
  font-size: 135%;
}

h3 {
  font-size: 125%;
}

br.clear {
  clear: both;
}

hr {
  border: 0;
  border-top: solid 1px #dddddd;
  height: 1px;
  margin: 2em 0 2em 0;
}

p,
ul,
ol,
dl,
table {
  margin-bottom: 2em;
}

/* =============================
noscript
===============================*/

.noscript {
  background-color: #f2f2f2;
  text-align: center;
  padding: .3em 0;
}

/* =============================
スキップリンク
===============================*/

.skip {
  text-align: center;
  padding: .3em 0;
  top: auto;
  width: 1px;
  font-size: .1%;
  line-height: .1;
  position: absolute;
  left: -100%;
  z-index: 9999;
  background-color: rgba(242, 230, 230, .5);
}

.skip:focus {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 1.5em;
  top: 0;
  left: 0;
  position: static;
}

/* Container */

.container {
  margin: 0 auto;
  max-width: 100%;
  width: 70em;
}

/* =============================
ページトップへ
===============================*/

#gotoTop {
  position: fixed;
  margin: 0;
  font-size: 70%;
  bottom: 2em;
  right: 2em;
}

#gotoTop a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  width: 6em;
  height: 6em;
  border: 2px solid #5e5e5e;
  color: #5e5e5e;
  text-decoration: none;
  line-height: 1.5em;
  font-weight: bold;
  font-size: 90%;
}

.gotop_span01 {
  margin-top: 1.5em;
  position: relative;
  width: 100%;
  text-align: center;
  align-self: flex-end;
}

.gotop_span02 {
    width: 100%;
    text-align: center;
    align-self: flex-start;
}

.gotop_span01:before {
    content: "▲";
    display: block;
    font-size: 150%;
    position: absolute;
    left: calc(50% - .5em);
    top: -1.1em;
}

.gotop_span01:after {
    content: "▲";
    display: block;
    /* text-align: center; */
    font-size: 150%;
    position: absolute;
    left: calc(50% - .5em);
    top: -.8em;
    color: #fff;
}

#gotoTop a:hover {
    background-color: #eee;
}

#gotoTop a:hover .gotop_span01:after {
  color: #eee;
}

@media screen and (max-width: 1680px) {
  .container {
    width: 70em;
  }
}

@media screen and (max-width: 1280px) {
  .container {
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 980px) {
  .container {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 736px) {
  .container {
    width: calc(100% - 5px);
  }
}

/* Tables */

table {
  width: 100%;
}

table tr {
  border-top: solid 1px #dddddd;
}

table tr:first-child {
  border-top: 0;
}

table td {
  padding: 0.5em 1em 0.5em 1em;
}

table th {
  text-align: left;
  padding: 0.5em 1em 0.5em 1em;
  font-weight: 700;
  margin: 0 0 1em 0;
}

table thead {
  border-bottom: solid 2px #dddddd;
}

/* Section/Article */

header {
  margin: 0 0 1.5em 0;
}

header>p {
  display: block;
  margin: .5em 0 0 0;
  padding-bottom: 0.5em;
}

.major {
  position: relative;
  text-align: center;
  border-top: solid 1px #ccc;
  top: 1em;
  margin: 3em 0;
}

.major h2 {
  background: #fff;
  position: relative;
  top: -0.65em;
  display: inline;
  margin: 0;
  padding: .5em 2em;
  font-family: 'M PLUS 1p', sans-serif;
  border-bottom: dotted 1px #dbd5d5;
}

footer {
  margin: 2em 0 0 0;
}

/* Box */

.box {
  color: inherit;
  background: #FAFAFA;
  border: solid 1px #ccc;
  padding: 0.5em 0.6em;
  margin: 0 -.8em;
  text-decoration: none;
  height: 99%;
}

.box .image.featured {
  position: relative;
  width: auto;
  left: 2.8em;
  top: .5em;
  margin: -1em 2.2em 2em -3.4em
}

.box.post header {
  padding-top: 1em;
  margin: 0 0 1em 0;
}

.box h1 {
  font-size: 2.5em;
  letter-spacing: -0.1em;
  margin: .5em 0 1em;
}

.box h2 {
  font-size: 120%;
  margin: -.7em 0 .8em;
  text-align: left;
  border-left: 5px solid #173A9B;
  padding-left: .5em;
  border-bottom: 1px solid #173A9B;
  line-height: 2em;
}

.box h3 {
  margin-bottom: .8em;
  font-size: 110%;
  border-left: 3px solid #173A9B;
  padding-left: .5em;
}

.box.post header>p {
  margin-top: 0.1em;
  font-size: 1.25em;
  padding: 0;
}

.box .ul_wrap ul.actions {
  margin-bottom: .5em;
  text-align: center;
}

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  /* 定義 */
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  background: #18864d;
  color: #fff !important;
  font-weight: 200;
  outline: none;
  font-size: 1em;
  padding: 0.65em 1.5em 0.65em 1.5em;
  text-align: center;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
  -ms-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  background: #03816e;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
  background: #c51349;
}

input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
button.alt,
.button.alt {
  background: #696465;
}

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover {
  background: #353132;
}

input[type="button"].alt:active,
input[type="submit"].alt:active,
input[type="reset"].alt:active,
button.alt:active,
.button.alt:active {
  background: #151112;
}

input[type="button"].icon:before,
input[type="submit"].icon:before,
input[type="reset"].icon:before,
button.icon:before,
.button.icon:before {
  opacity: 0.35;
  position: relative;
  top: 0.05em;
  margin-right: 0.75em;
}

input[type="button"].large,
input[type="submit"].large,
input[type="reset"].large,
button.large,
.button.large {
  font-size: 1.5em;
  padding: 0.75em 1.5em 0.75em 1.5em;
}

/* Image */

.image {
  display: inline-block;
  outline: 0;
}

.image img {
  display: block;
  width: 100%;
}

.image.centered {
  display: block;
  margin: 0 0 2em 0;
}

.image.centered img {
  margin: 0 auto;
  width: auto;
}

.image.featured {
  display: block;
  width: 100%;
  margin: 0 0 2em 0;
}

.image.left {
  float: left;
  margin: 0 2em 2em 0;
}

/* List */

ul {
  list-style: disc;
  padding-left: 1em;
  margin-left: 1em;
}

ul li {
  padding-left: 0.5em;
}

ol {
  list-style: decimal;
  padding-left: 1.25em;
}

ol li {
  padding-left: 0.25em;
}

/* Actions */

ul.actions {
  list-style: none;
  padding-left: 0;
  margin-top: 2em;
}

ul.actions li {
  display: inline-block;
  margin-left: 1em;
  padding-left: 0;
}

ul.actions li:first-child {
  margin-left: 0;
  margin-bottom: 1em;
}



/* Links */

ul.links {
  list-style: none;
  padding-left: 0;
}

ul.links li {
  display: inline-block;
  border-left: solid 1px rgba(255, 255, 255, 0.05);
  padding: 0 0 0 1em;
  margin: 0 0 0 1em;
}

ul.links li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

/* Contact */

ul.contact {
  list-style: none;
  padding-left: 0;
}

ul.contact li {
  position: relative;
  border-top: solid 1px #ddd;
  padding: 1.3em 0 1.3em 7em;
}

ul.contact li h3 {
  position: absolute;
  left: 0;
  top: 1.3em;
  font-size: 1.1em;
}

ul.contact li p {
  margin: 0;
}

ul.contact li:first-child {
  padding-top: 0;
  border-top: 0;
}

ul.contact li:first-child h3 {
  top: 0;
}

/* certification */

ul.certification {
  list-style: none;
  padding-left: 0;
}

ul.certification li {
  border-top: solid 1px #ddd;
  /* padding: 0 0 0 6.75em; */
  margin: .3em 0;
  height: 7.1em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

ul.certification .cert {
  background-color: #fff;
  text-align: center;
  color: #fff;
  padding: 0 .5em;
  width: 170px;
  min-height: 7.1em;
  /*  display:-webkit-box; */
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  align-items: center;
  /* -webkit-box-pack: center; */
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
}

ul.certification .cert:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -1.2em;
  border-top: dotted 1.8em transparent;
  border-bottom: dotted 2.8em transparent;
}

ul.certification h3,
ul.certification p {
  font-size: 100%;
  padding-left: 20px;
  padding-top: 1em;
  width: calc( 100% - 200px);
  height: 2.5em;
}

ul.certification p {
  padding-top: .5em;
}

ul.certification li:first-child {
  border-top: 0;
}

/* Divided */

ul.divided {
  list-style: none;
  padding-left: 0;
}

ul.divided li {
  padding: .2em 0;
}

ul.divided li:first-child {
  padding-top: 0;
}

ul.link_ex {
  list-style: none;
}

.ico_ex {
  margin: 0 0 0 -30px;
  padding: .5em;
  vertical-align: middle;
}

/* Social */

ul.social {
  list-style: none;
  padding-left: 0;
  overflow: hidden;
  cursor: default;
  margin: 0 0 3.25em 0;
}

ul.social li {
  display: inline-block;
  padding-left: 0;
  margin-left: 0.75em;
}

ul.social li:first-child {
  margin-left: 0;
}

ul.social li a {
  display: inline-block;
  width: 3em;
  height: 3em;
  text-align: center;
  border-radius: 5px;
  background: #888;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
  -ms-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
}

ul.social li a:before {
  color: #fff;
  font-size: 2em;
  line-height: 1.5em;
}

ul.social li a.fa-facebook {
  background: #3c5a98;
}

ul.social li a.fa-facebook:hover {
  background: #4c6aa8;
}

ul.social li a.fa-twitter {
  background: #1da1f2;
}

ul.social li a.fa-twitter:hover {
  background: #3dbaf4;
}

/* Icons */

.icon {
  position: relative;
  text-decoration: none;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.icon>.label {
  display: none;
}

.icon.featured {
  position: relative;
  display: inline-block;
  background-color: #6480F5;
  width: 98%;
  padding: .5em 0 .1em 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin: 0 0 4.5em 0;
  cursor: default;
}

.icon.featured:before {
  font-size: .5em;
  line-height: 1em;
  color: #fff;
}

.icon.featured:after {
  content: '';
  position: absolute;
  bottom: -.8em;
  left: 0;
  border-top: solid 2em #6480F5;
  border-left: solid 3em transparent;
  border-right: solid 3em transparent;
}

.icon.featured.alt {
  background-color: #252122;
}

.icon.featured.alt:after {
  border-top-color: #252122;
}

.icon.featured.alt2 {
  background-color: #827a7c;
}

.icon.featured.alt2:after {
  border-top-color: #827a7c;
}

/* Page Wrapper */

#page-wrapper>section {
  margin-bottom: 0;
  padding-top: 2em;
}

/* Header */

.header {
  position: relative;
  background: #fff;
  background-image: linear-gradient(-90deg, #E5FFC2, #F9F1F8);
  margin: 0;
}

.header .sitelogo {
  color: #252122;
  font-size: 200%;
  padding: 0 0 0 2.5em;
  margin: 0;
  display: inline-block;
  font-weight: 600;
}

.header .sitelogo img {
  vertical-align: middle;
}

.header {
  background-position: top right;
  background-image: url(/img/イメージ入れる.png);
  background-repeat: no-repeat;
  background-size: 22%;
}

/* 202109 */
.TopCopy .head a {
font-size: 105%;
}

/* Nav */

.nav {
  margin: 1.5em 0;
  text-align: center;
}

.nav>ul {
  margin: 0;
  padding: 0;
}

.nav>ul>li {
  display: inline-block;
  margin: 0 0.35em 0 0.35em;
  font-size: 105%;
  letter-spacing: .1em
}

.nav>ul>li>a {
  border-radius: 5px;
  color: #5d5d5d;
  text-decoration: none;
  padding: 0.5em 1em;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
  -ms-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
}

.nav>ul>li:hover>a,
.nav>ul>li.active>a {
  background: #f3f3f3;
}

.nav>ul>li.current>a {
  background: #173A9B;
  color: #fff;
  font-weight: 700;
}

.nav>ul>li>a:focus {
  background-color: #dedede;
}

.nav>ul>li.current>a:focus {
  color: #333;
}

/* Banner */

.banner {
  background: #83BFB7 url("/img/mv01.png");
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  text-align: left;
  position: relative;
  padding: 2em 0;
  margin: 0;
}

.banner div {
  background-color: rgba(34, 30, 31, 0.1);
  display: inline-block;
  padding: 2.5em 5em;
  border-radius: 5px;
}

.banner div p {
  color: #FAF5F6;
  padding: 0;
  font-style: normal;
  margin: 0;
  font-size: 100%;
}

/* Introduction */

.intro {
  text-align: center;
  overflow: hidden;
}

.intro section {
  margin: 1.5em 0;
  padding: .5em 0;
}

.intro h2 {
  margin: 0 0 1.5em 0;
  font-size: 152%;
}

.intro p {
  margin: 0;
  text-align: left;
}

.intro .middle {
  position: relative;
  z-index: 1;
}

.intro .middle:before {
  content: '';
  width: 32px;
  height: 100%;
  position: absolute;
  left: -24px;
  top: 0;
  display: block;
  z-index: -1;
  box-shadow: 32px 0 0 0 #fff, 0 -32px 0 0 #fff, 0 32px 0 0 #fff, 32px 32px 0 0 #fff, 32px -32px 0 0 #fff, 0 0 32px 0 rgba(0, 0, 0, 0.11);
}

.intro .middle:after {
  content: '';
  width: 32px;
  height: 100%;
  position: absolute;
  right: -24px;
  top: 0;
  display: block;
  z-index: -1;
  box-shadow: -32px 0 0 0 #fff, 0 -32px 0 0 #fff, 0 32px 0 0 #fff, -32px 32px 0 0 #fff, -32px -32px 0 0 #fff, 0 0 32px 0 rgba(0, 0, 0, 0.12);
}

.intro .button {
  min-width: 12em;
}

.intro footer {
  margin: 0;
}

/* Main */

.main {
  position: relative;
  background: #fff;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  font-size: 95%;
  list-style: none;
  padding: 0;
  margin: .2em -.5em .5em;
}

.main:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url("../assets/css/images/bg01.png");
  background-size: 100% 100%;
  z-index: 0;
  opacity: 0.1;
}

.main a:hover {
  text-decoration: underline;
  color: #d52349;
}

/* Footer */

.footer {
  position: relative;
  color: #fff;
  margin: 1em 0 0 0;
  padding: 3em 2em 0;
  background-image: url(/img/back001.jpg);
  background-color: #403a3a;
  opacity: 0.98;
}

.footer a {
  color: #fff;
}

.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer strong,
.footer b {
  color: #fff;
}

.footer h2 {
  margin: 0 0 2em 0;
}

.footer h2 a,
.footer h3 a,
.footer h4 a,
.footer h5 a,
.footer h6 a,
.footer strong a,
.footer b a {
  color: inherit;
}

.footer ul.contact li,
.footer ul.certification li,
.footer ul.divided li {
  border-top-color: #504f44;
}

.footer header {
  margin: 0 0 3em 0;
}

.footer.row header h2 {
  font-size: 100%;
}

/* Copyright */

.copyright {
  background-color: #403a3a;
  text-align: center;
  margin: 2em 0 0 0;
}

.copyright p {
  font-size: 80%;
  color: #fff;
  background: #353132;
  border-radius: 12px;
  margin: 0;
  padding: 0.5em;
}

/* add */

fa_icon {
  margin: 0 1em;
}

/* XLarge */

@media screen and (max-width: 1680px) {
  /* Basic */
  body,
  input,
  textarea,
  select {
    font-size: 98%;
  }
  .banner {
    margin: 2em 0 0 0;
    padding: 5.5em 1em;
  }
}

/* Large */

@media screen and (max-width: 1280px) {
  /* Basic */
  body,
  input,
  textarea,
  select {
    font-size: 98%;
  }
  /* Section/Article */
  .major {
    margin: 0.75em 0 2.5em 0;
  }
  .major h2 {
    padding: 0 1em 0 1em;
  }
  /* Social */
  ul.social li {
    margin: 0 0 0.25em 0.75em;
  }
  /* Header */
  .header {
    padding: 2em 0 3em 0;
  }
  /* Banner */
  .banner {
    padding: 6em 0;
    margin: 3em 0 0 0;
  }
  /* Intro */
  .intro {
    padding: 0;
  }
  .intro section {
    padding: 1em 2em;
  }
  .intro .middle:before {
    left: -12px;
  }
  .intro .middle:after {
    right: -12px;
  }
  /* Main */
  .main {
    padding: 10px 0;
  }
  /* Footer */
  .footer {
    padding: 3em 0 0 1em;
  }
  .footer:before {
    height: 2.5em;
  }
  .footer header {
    margin: 0 0 1.5em 0;
  }
  .footer header h2 {
    font-size: 1.25em;
  }
  .footer header h2 span a {
    font-size: 80%;
    font-weight: normal;
    margin-left: 1em;
  }
  /* Copyright */
  #copyright {
    margin: 0;
  }
}

/* Medium */
#navPanel,
#titleBar {
  display: none;
}

@media screen and (max-width: 980px) {
  /* Basic */
  html,
  body {
    overflow-x: hidden;
  }
  /* Box */
  .box .ul_wrap ul.actions li {
    margin: 1em 0 0 0;
    display: block;
  }
  .box .ul_wrap ul.actions li .button {
    width: 100%;
  }
  .box .ul_wrap ul.actions li:first-child {
    margin-top: 0;
  }
  /* Header */
  .header {
    padding: 2em 0 3em 0;
  }
  /* Nav */
  /* Intro */
  .intro {
    padding: 3em 0 0 0;
  }
  .intro section {
    position: relative;
    border-top: solid 1px #dfdfdf;
    margin: 0;
    padding: 40px 0 0 0;
  }
  .intro section.web {
    border-top: 0;
    padding-top: 0;
  }
  .intro section p {
    margin: 0;
  }
  .intro .middle:before,
  .intro .middle:after {
    display: none;
  }
  .intro footer {
    padding: 3em 0 0 0;
  }
  .intro footer ul.actions {
    margin-bottom: 0;
  }
  /* Main */
  .main {
    padding: 40px 0;
  }
  /* Copyright */
  #copyright ul.links {
    display: block;
  }
  .break {
    display: block;
  }
}

/* Small */

@media screen and (max-width: 736px) {
  /* Basic */
  body,
  input,
  textarea,
  select {
    font-size: 90%;
  }
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 120%;
  }
  /* Button */
  input[type="button"].large,
  input[type="submit"].large,
  input[type="reset"].large,
  button.large,
  .button.large {
    font-size: 100%;
    padding: 0.65em 1.5em 0.65em 1.5em;
  }
  /* Actions */
  ul.actions li {
    margin: 1em 0 0 0;
    display: block;
  }
  ul.actions li .button {
    width: 100%;
  }
  ul.actions li:first-child {
    margin-top: 0;
  }
  /* Section/Article */
  section,
  article {
    margin-bottom: 20px;
  }
  header {
    margin: 0 0 1em 0;
  }
  footer {
    margin: 2em 0 0 0;
  }
  /* Box */
  .box {
    padding: 25px 15px 20px 15px;
  }
  .box .image.featured {
    left: 15px;
    top: 15px;
    margin: -40px 0 40px -30px;
  }
  .box.post header {
    padding-top: 0;
    margin: 0 0 1em 0;
  }
  .box.post h1 {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .box.post header>p {
    margin-top: 0;
    font-size: 1em;
  }
  /* Divided */
  ul.divided li {
    padding: .2em;
  }
  /* Contact */
  ul.contact li {
    padding: 0.8em 0 0.8em 7em;
  }
  ul.contact li h3 {
    top: 0.8em;
  }
  /* Links */
  ul.links li {
    display: block;
    padding: 0.25em 0 0 0;
    margin: 0.25em 0 0 0;
    border-left: 0;
  }
  ul.links li:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  /* Social */
  ul.social li {
    margin: 0 0.5em 0.75em 0;
  }
  /* Icons */
  .icon.featured {
    width: 8em;
    margin: 0 0 3em 0;
  }
  .icon.featured:after {
    border-left: solid 4em transparent;
    border-right: solid 4em transparent;
  }
  /* Header */
  .header {
    padding: 1em 0;
    margin: 0;
  }
  .header .sitelogo {
    font-size: 150%;
    display: inline-flex;
    text-align: left;
    padding: 0 0 0 .8em
  }
  .header .sitelogo img {
    justify-content: space-around;
  }
  /* Intro */
  .intro {
    padding: 2em 0 0 0;
  }
  .intro section {
    padding: 40px 0 0 0;
    margin: 20px 0 0 0;
  }
  .intro h2 {
    font-size: 1.25em;
  }
  /* Banner */
  .banner {
    padding: 6em 0;
    margin: 2em 0 0 0;
  }
  .banner div {
    padding: 1.5em 1em 1.5em 1em;
    display: block;
    border-radius: 0;
  }
  .banner div p {
    font-size: 120%;
    width: 50%;
  }
  /* Main */
  .main {
    padding: 20px 0;
  }
  /* Footer */
  .footer {
    padding: 10px 0 0 0;
  }
  /* Header */
  .header {
    padding: 1em 0;
  }
  .sitelogo {
    margin: 0;
    padding: 0;
  }
  .nav,
  .banner {
    margin: .3em 0;
  }
  .intro {
    padding-top: 0;
  }
  .nav ul {
    width: 100%;
  }
  .spnav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spnav li {
    width: 28%;
    max-width: 28%;
    margin: 0;
  }
  .spnav li:nth-child(3) a,
  .spnav li:nth-of-type(6) a,
  .spnav li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    height: calc(100% - 8px);
    min-height: .8em;
    padding: 1px 0;
    margin: 0;
    font-size: 90%;
    line-height: 1.5em;
  }
  .spnav li a:focus {
    background-color: #dedede;
  }
  /* Logo */
  h1.sitelogo {
    margin: 0;
    padding: 0;
  }
  h1 img.logo {
    width: 15%;
    height: 15%;
  }
  /* certification */
}

/* SSmall */

@media screen and (max-width: 550px) {
  /* certification */
  ul.certification {
    display: flex;
    flex-wrap: wrap;
  }
  ul.certification li {
    padding: 1em .5em;
    flex-wrap: nowrap;
    width: 50%;
    height: auto;
  }
  ul.certification li:first-child {
    border-top: solid 1px #504f44;
  }
  ul.certification h3,
  ul.certification p {
    text-align: left;
    margin: 0;
    padding: .5em 0 0;
    width: 100%;
    height: auto;
  }
  #gotoTop {
    bottom: 4em;
  }
}

.contents_wrap {
  border: solid 1px #ccc;
}

.results_mark{
  text-align: right;
  font-size: 95%;
  padding: .5em;
  background-color: #efeff2;
}

.h1_01 {
  font-size: 145%;
  line-height: 1.5em;
  display: inline-block;
  margin: 0 1em 1.5em;
  padding: 0 1em;
  border-right: 1px solid #252122;
  border-left: 1px solid #252122;
}
.h2_01 {
  font-size: 135%;
  position: relative;
  padding-left: 1.5em;
  display: flex;
  align-items: center;

}
.h2_01.client::before {
  display: inline-block;
  margin-right: 0.5em;
  content: url("/image/icn_result01.png");
}
.h2_01.genre::before {
  display: inline-block;
  margin-right: 0.5em;
  content: url("/image/icn_result02.png");
}


.h3_01 {
  font-size: 120%;
  margin-bottom: .5em;
}
.results_details {
  position: relative;
  margin: .5em 2.5em 5em;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.results_details p {
  line-height: 2em;
  margin-bottom: 1em;
}

.results_details_div {
  margin: 1.5em 0 0;
  padding: 1.5em 2.5em;
background-image: linear-gradient(315deg, #ddf1f5 0%, #f5f7fa 74%);
    border-radius: 20px;
}

.results_details_div > ul {
  width: 45%;
}

.results_img_wrap {
  position: absolute;
  right: 1em;
  bottom: 0;
  width: 45%;
  padding: 1.5em;
}

.results_img_wrap img:first-child {
  position: absolute;
  z-index: 10;
  bottom: 2em;
  left: .3em;
  width: 28%;
}

.results_img_wrap img:last-child {
  position: absolute;
  z-index: 10;
  right: 1em;
  bottom: 2em;
  width: 65%;
}
.results_img_wrap:before {
  position: absolute;
  z-index: 1;
  right: 1em;
  bottom: 1em;
  display: block;
  width: 110%;
  height: 3em;
  margin-left: -5%;
  content: '';
  border-radius: 50%;
  background-color: rgb(204, 204, 204, .7);
}

.results_img_wrap img:only-child {
  width: 28%;
  right: 40%;
  left: auto;
}

 /* イレギュラー調整 */
.results_img_wrap img.widew{
  width: 48%;  
 z-index: 11;
}
.results_img_wrap img.wideh{
  width: 30%;
margin-right: 100px;
}

 /* スタイル01　発注者実績など */
.results_details_dt01 {
  clear: left;
  float: none;
  text-indent: .2em;
  padding: .2em;
background-color: #363a48;
    color:#fff;
  font-weight: 500;
  width: 98%;
}
.results_details_dd01 {
  margin:0 0 1em .1em;
}

.results_details_dl ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
font-size: 90%;
}
.results_details_dl li {
  padding: 0 1em;
  border-right: 1px dotted #5d5d5d;
}
.results_details_dl li:last-child {
  padding-right: 0;
  border-right: none;
}

 /* スタイル02　CMSなど */
.results_details_ul01 {
    display: flex;
    flex-flow: row wrap;
   justify-content: flex-start;
    list-style: none;
    margin: 7px;
    font-size: 95%;
}
.results_details_ul01 li {
    display: flex;
  margin: 1px;
  padding: 2px;
    width: 20em;
background-color: #363a48;
    border: 1px dotted #888;
  color: #fff;
    height: 4.1em;
    align-items: center;
    text-align: center;
    justify-content: center;
    line-height: 1.6em;
}

.results_details_year {
    font-size: 95%;
}

 /* 実績index */
 .results_index_item {
background-image: linear-gradient(90deg, rgba(226, 210, 229, 0.43), rgba(193, 244, 250, 0.43));
padding: 1.2em;
margin: 0 2em;
text-decoration: none;
display: block;
}

.results_details_ul02 li{
  position: relative;
  margin: 5px;
  padding: 1em 0.5em;
  background: #fff;
  border-radius: 12px;
  border: none;
  box-shadow: 0 8px 12px rgba(0,0,0,0.06);
  transition: background 0.2s;
}
.results_details_ul02 li:hover {
  background: #e7f5fb;
}

.results_details_ul02 a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-decoration: none;
}


 /* カテゴリーナビの左余白 */
.result_list{
 display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    list-style-type: none;
    margin: 0 2em 1em 0;
    padding: 0;
    font-size: 90%;
    color: #333;
}
ul.result_list li:not(:last-child){
border-right: 1px solid #d4d4d6;
    margin: 0 0.2em;
    padding: 0 0.35em;
}
ul.result_list li a {
    color: #144b96;
}

/* ピックアップ */
.pickup_area {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
.pickup {
margin:0 0 1em .5em;
padding: 0.2em;
width: 10em; /*幅の調節*/
color: #962c71; /*文字色*/
text-align: center;
border-bottom: 3px double #962c71;
}
.pickup:before {
 content: url("/image/icn_pickup01.png");
padding: 0 5px 0 0;
}

/* レスポンシブ対応用
=============================================================================================*/

@media screen and (max-width:980px) {
  .results_img_wrap {
    width: 35%;
  }

}
@media screen and (max-width:670px) {
 /* カテゴリーナビの左余白 */
  .result_list{
    margin: 0 .5em 2em 2em;
}
 /* 実績サイト画像 */
  .results_img_wrap {
    position: relative;
    right: -1em;
    width: 65%;
    height: 10em;
    margin: 1em auto;
  }
  .results_img_wrap:before {
    right: -7%;
    width: 120%;
    height: 2em;
  }
  .results_img_wrap img:first-child {
    left: 1em;
  }
  .results_img_wrap img:last-child {
    right: 0;
  }
.results_details {
margin: 1em 0;
padding: 1em 0;
}

  .results_details_dt01{
    width: 99%;
}
  .pickup {
    width: 90%; /*幅の調節*/
    text-align: left;
}

  .results_details_div > ul  {
    width: auto;
  }
  .results_img_wrap img:only-child {
    width: 35%;
    left: auto;
    right: 35%;
  }
  .results_details p {
    margin-bottom: 0;
  }

}
