@charset "UTF-8";
/*
** ブレークポイント 
*/
/*
Theme Name:care-code
version:1.0.0
Author:massu
Author URI:https://care-code.site
*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  font-size: 62.5%;
  line-height: 1.6;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  color: #333;
  font-family: "Georgia", "Arial", "Meiryo UI", sans-serif;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  background-color: rgba(255, 190, 189, 0.1);
}

.cp_embed_wrapper {
  padding-left: 4vw;
  padding-right: 4vw;
  margin-bottom: 2rem;
}

code {
  background-color: rgba(123, 173, 216, 0.2);
  padding: 0.2em;
}

/*----------*/
/*TOPページ以外の基本レイアウト
/*サイドバーの設定
/*----------*/
.container {
  margin-bottom: 3vh;
}

.page .container_wrap,
.archive .container_wrap,
.single .container_wrap,
.category .container_wrap {
  padding-top: 5vh;
  display: grid;
  grid-template-areas: "main sidebar";
  grid-template-columns: auto minmax(300px, 25%);
  gap: 40px;
}
@media screen and (max-width: 834px) {
  .page .container_wrap,
.archive .container_wrap,
.single .container_wrap,
.category .container_wrap {
    display: block;
    grid-template-areas: "main" "sidebar";
    grid-template-columns: 1fr;
  }
}
.page .main,
.archive .main,
.single .main,
.category .main {
  grid-area: main;
  background-color: #fcfcfa;
}
.page .sidebar,
.archive .sidebar,
.single .sidebar,
.category .sidebar {
  grid-area: sidebar;
  background-color: #fcfcfa;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

a {
  display: inline-block;
  cursor: pointer;
  color: #337bae;
}
a:hover {
  color: #1a405f;
  transition: 0.3s;
}

/*----------*/
/*共通の横幅設定
/*----------*/
.page-width,
.section_wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.page-inner {
  padding-left: 2vw;
  padding-right: 2vw;
}

.pageMap {
  padding-top: 3vh;
  margin-left: 4vw;
  color: #7b7b7b;
}
.pageMap a {
  color: #85b1ad;
}
.pageMap a:hover {
  text-decoration: underline;
}
.pageMap li {
  display: inline-block;
}

.-bg {
  background-color: #fcfcfa;
}

.pre {
  font-size: 16px;
  padding: 20px;
  background-color: #fafafa;
  outline: 1px solid #f0f0f0;
  border-color: #f0f0f0;
  text-align: left;
  margin: 1.6rem 4rem 6rem 4rem;
}
@media screen and (max-width: 480px) {
  .pre {
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 2rem 1.4rem !important;
  }
}

.table_1 {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  max-width: 650px;
  table-layout: fixed;
}
.table_1 table tr {
  background-color: #fff;
  padding: 0.35em;
  border-bottom: 1px dotted #337bae;
}
.table_1 table tr:last-child {
  border-bottom: 2px solid #1a405f;
}
.table_1 table tr:first-child {
  border-top: 2px solid #1a405f;
}
.table_1 table th,
.table_1 table td {
  padding: 1em 10px 1em 1em;
}
.table_1 tbody th {
  color: #337bae;
}
.table_1 .txt {
  text-align: left;
  font-size: 0.85em;
}
.table_1 .price {
  text-align: right;
}
@media screen and (max-width: 600px) {
  .table_1 table {
    border: 0;
    width: 100%;
  }
  .table_1 table th {
    display: block;
    border-right: none;
    border-bottom: 2px solid #337bae;
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
  }
  .table_1 table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table_1 table tr {
    display: block;
    margin-bottom: 2em;
    border-bottom: 2px solid #337bae;
  }
  .table_1 table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: 0.8em;
    text-align: left;
    position: relative;
    padding: 0.625em 0.625em 0.625em 4em;
    border-right: none;
  }
  .table_1 table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  .table_1 table td:last-child {
    border-bottom: 0;
  }
}

.text_bold {
  font-weight: 900;
}

.service img {
  width: 8rem;
  height: 8rem;
}

.skills img {
  width: 8rem;
  height: 8rem;
}

.specilty i {
  font-size: 6rem;
  line-height: 100px;
}

.flow img {
  width: 10em;
  height: 10em;
}

.side_profile img {
  width: 13rem;
  height: 13rem;
}

.point {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem !important;
}

.wp-block-image img {
  width: 100%;
  height: auto;
  margin: 3rem auto;
}

.site-logo_wrap {
  padding: 1.6rem 3rem;
  font-size: 6rem;
}
@media screen and (max-width: 480px) {
  .site-logo_wrap {
    padding: 0.6rem 1rem;
    font-size: 4.4rem;
  }
}
.site-logo_wrap a {
  color: #333;
  display: flex;
  align-items: center;
}
.site-logo_img {
  max-height: 70px;
  padding-right: 1vw;
}
@media screen and (max-width: 480px) {
  .site-logo_img {
    width: 15%;
  }
}

.nav_wrap {
  background-color: #1a405f;
}

.global_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.global_list.panelactive {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 834px) {
  .global_list.panelactive {
    margin-top: 5vh;
    line-height: 3;
  }
}

.menu-item {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  border-right: 1px solid #fcfcfa;
}
.menu-item:last-child {
  border-right: none;
}
.menu-item a {
  padding: 2rem;
  color: #fcfcfa;
  display: block;
}
.menu-item a:hover {
  color: #1a405f;
  background-color: #fcfcfa;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .menu-item a:hover {
    background-color: #337bae;
  }
}
.menu-item a svg {
  margin-right: 1rem;
}

@media screen and (min-width: 834px) {
  .current-menu-item {
    background-color: #fcfcfa;
  }
  .current-menu-item a {
    color: #1a405f;
  }
}

.g-nav {
  display: none;
}
@media screen and (max-width: 834px) {
  .g-nav {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 999;
  }
  .g-nav.active {
    position: fixed;
  }
}
@media screen and (max-width: 834px) {
  .g-nav_btn {
    display: block;
    position: absolute;
    top: 1rem;
    right: 0.2rem;
    background: #1a405f;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    z-index: 999;
  }
}
.g-nav_bar {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 10px;
  height: 2px;
  border-radius: 5px;
  background: #fcfcfa;
  width: 60%;
}
.g-nav_bar:nth-of-type(1) {
  top: 13px;
}
.g-nav_bar:nth-of-type(2) {
  top: 19px;
}
.g-nav_bar:nth-of-type(3) {
  top: 25px;
}
.g-nav_bar:nth-of-type(3)::after {
  content: "MENU";
  position: absolute;
  top: 5px;
  left: -1px;
  color: #fcfcfa;
  font-size: 1rem;
}
.g-nav_bar.active {
  z-index: 999;
}
.g-nav_bar.active:nth-of-type(1) {
  top: 14px;
  left: 16px;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
}
.g-nav_bar.active:nth-of-type(2) {
  opacity: 0;
}
.g-nav_bar.active:nth-of-type(3) {
  top: 26px;
  left: 16px;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
}
.g-nav_bar.active:nth-of-type(3)::after {
  content: "CLOSE";
  transform: translateY(0) rotate(-45deg);
  top: 5px;
  left: 5px;
}

@media screen and (max-width: 834px) {
  #global_nav {
    display: none;
    position: fixed;
    z-index: -999;
    opacity: -1;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s;
  }
}
@media screen and (max-width: 834px) {
  #global_nav.panelactive {
    display: block;
    opacity: 1;
    z-index: 998;
  }
  #global_nav.panelactive li {
    -webkit-animation-name: gnaviAnime;
            animation-name: gnaviAnime;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
    /*0.4 秒遅らせて出現*/
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  #global_nav.panelactive a {
    color: #343249;
  }
}

footer {
  position: relative;
  padding-left: 3rem;
  padding: 3rem;
  color: #fff;
}
footer::after {
  content: "";
  background: #1a405f;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  z-index: -1;
  border-radius: 0 10rem 0 0;
}

.footer_contents {
  display: flex;
}
@media screen and (max-width: 834px) {
  .footer_contents {
    display: block;
  }
}

.footer_content {
  flex-basis: 35%;
  margin-left: 8rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .footer_content {
    width: 90%;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .footer_content {
    margin-left: 0;
  }
}
.footer_content li {
  margin-bottom: 2rem;
}
.footer_content li a {
  line-height: 2;
  border-radius: 1rem;
  transition: 0.4s;
  padding: 0.2rem 0.6rem;
  display: block;
  color: #fcfcfa;
}
.footer_content li a:hover {
  color: #1a405f;
  background: #fff;
  border-radius: 1rem;
  transition: 0.4s;
}
.footer_content .search_btn {
  min-width: 24rem;
}

.footer-title {
  font-size: 2rem;
  position: relative;
  margin-bottom: 3rem;
}
.footer-title::after {
  content: "";
  border-top: dotted 2px #fcfcfa;
  width: 45%;
  position: absolute;
  top: 45%;
  margin-left: 1rem;
}

.copyright_wrap {
  text-align: center;
}
.copyright.-white a {
  color: #fcfcfa;
}

/*----------*/
/*全体の項目
/*----------*/
.section {
  padding-top: 5vh;
}
.section_title {
  font-size: 3.6rem;
  letter-spacing: 0.6em;
  line-height: 1.1;
  text-align: center;
  text-shadow: 1px 4px 3px rgba(0, 0, 0, 0.8);
  padding-top: 3vh;
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .section_title {
    font-size: 3rem;
  }
}
.section_sabtitle {
  position: relative;
  display: block;
  color: #337bae;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 5rem;
}
.section_sabtitle::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  content: "";
  width: 10%;
  max-width: 30px;
  height: 2px;
  background-color: #337bae;
}
.section_text {
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
  padding-bottom: 6rem;
}
@media screen and (max-width: 834px) {
  .section_text {
    width: 80%;
  }
}

.-white {
  color: #fcfcfa;
}

/*----------*/
/*fv項目
/*----------*/
.fv {
  position: relative;
  margin-bottom: 6rem;
}
.fv_wrap {
  position: relative;
  background-image: url("img/fv.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  max-width: 100%;
  height: calc(100vh - 190px);
}
@media screen and (max-width: 834px) {
  .fv_wrap {
    height: 60vh;
    background-attachment: unset;
  }
}
.fv_wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.4);
}
.fv_text {
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
  color: #fcfcfa;
  background-color: #1a405f;
}

.copy_wrap {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  font-size: 4.8rem;
  color: #fcfcfa;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 834px) {
  .copy_wrap {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 480px) {
  .copy_wrap {
    font-size: 2.4rem;
  }
}

/*----------*/
/*serviceのレイアウト
/*----------*/
.service_wrap {
  padding-bottom: 3rem;
}
.service_content {
  display: flex;
  max-height: 300px;
}
@media screen and (max-width: 834px) {
  .service_content {
    display: block;
    max-height: unset;
  }
}
.service_content.-reverce {
  flex-direction: row-reverse;
}
.service_img {
  position: relative;
  aspect-ratio: 460/300;
  padding-top: 65.2173913043%;
  overflow: hidden;
  background-color: #fcfcfa;
  flex-basis: 50%;
  padding: 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 480px) {
  .service_img {
    flex-basis: 100%;
  }
}
.service_img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.service_info {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding: 2rem;
  margin-bottom: 1rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.service_icon {
  width: 100%;
  text-align: center;
  display: inline-block;
}
.service_lead {
  flex-basis: 50%;
  display: grid;
  place-items: center;
}
.service_lead.-bg-pink {
  background-color: rgba(255, 190, 189, 0.1);
}
.service_lead.-bg-bule {
  background-color: rgba(51, 123, 174, 0.1);
}
.service_text {
  padding: 3rem 5rem;
}

/*----------*/
/*speciltyのレイアウト
/*----------*/
.specilty {
  max-width: 100%;
  background-image: url("img/specility_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 10vh;
}
@media screen and (max-width: 834px) {
  .specilty {
    background-attachment: unset;
  }
}
.specilty_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  place-items: center;
  gap: 20px;
}
.specilty_item {
  position: relative;
  box-shadow: 15px 15px 0 #337bae;
}
@media screen and (max-width: 480px) {
  .specilty_item {
    box-shadow: 0px 15px 0 #337bae;
  }
}
.specilty_img img {
  width: 100%;
  display: block;
}
.specilty_info {
  position: absolute;
  color: #fcfcfa;
  font-size: 2.4rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 2rem;
  text-align: center;
}

/*----------*/
/*skills のレイアウト
/*----------*/
.skills {
  background-color: rgba(51, 123, 174, 0.1);
}
.skills_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  padding: 2rem 4rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  background-color: #fcfcfa;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .skills_list {
    gap: 3rem;
  }
}
.skills_list_item {
  text-align: center;
  padding: 5%;
}
@media screen and (max-width: 834px) {
  .skills_list_item {
    margin: 0 auto;
  }
}
.skills_text {
  padding-top: 4rem;
  padding-bottom: 5rem;
  line-height: 2;
  display: table;
  margin-left: 45%;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .skills_text {
    margin: 0 auto;
  }
}

/*----------*/
/*flowのレイアウト
/*----------*/
.flow {
  margin-bottom: 6rem;
  padding-left: 2vw;
  padding-right: 2vw;
}
.flow_wrap {
  background-color: #fcfcfa;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.25);
  padding: 5vh 4vw;
}
.flow_list {
  position: relative;
  padding-left: 10%;
}
.flow_list::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: 1em;
  display: block;
  top: 0;
  left: 10%;
}
.flow_item {
  position: relative;
}
.flow_item:not(:last-child) {
  margin-bottom: 8vh;
}
.flow_icon {
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 3;
  font-size: 1.8rem;
  color: #fcfcfa;
  background: linear-gradient(to right, #1a405f 0%, #337bae 100%);
  padding: 8px 20px;
}
@media screen and (max-width: 480px) {
  .flow_icon {
    left: -50px;
    font-size: 1rem;
    padding: 4px 10px;
  }
}
.flow_icon::after {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #337bae;
}
@media screen and (max-width: 480px) {
  .flow_icon::after {
    left: 98%;
  }
}
.flow_lead {
  padding-left: 9%;
  position: relative;
}
.flow_lead::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: 2%;
  content: "";
  position: absolute;
  top: 22px;
  display: block;
}
@media screen and (max-width: 834px) {
  .flow_lead::before {
    display: none;
  }
}
.flow_lead::after {
  content: "";
  position: absolute;
  top: 22px;
  display: block;
  width: 5%;
  max-width: 50px;
  border-bottom: 1px dashed #999;
  left: 3%;
}
@media screen and (max-width: 834px) {
  .flow_lead::after {
    display: none;
  }
}
.flow_info {
  font-size: 1.8rem;
  color: #1a405f;
}

/*----------*/
/*priceのレイアウト
/*----------*/
.price {
  max-width: 100%;
  padding-top: 10vh;
  padding-bottom: 5vh;
  background-image: url("img/price_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 834px) {
  .price {
    background-attachment: unset;
  }
}
.price_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  place-items: center;
  gap: 20px;
}
.price_list li:nth-of-type(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.price_list li:nth-of-type(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.price_list li:nth-of-type(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.price_list li:nth-of-type(4) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.price_list li:nth-of-type(5) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.price_list li:nth-of-type(6) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.price_item {
  background-color: #fcfcfa;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  min-height: 600px;
  width: 100%;
}
.price_img {
  position: relative;
  width: 100%;
  padding-top: 69.4444444444%;
  aspect-ratio: 360/250;
  overflow: hidden;
}
.price_img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.price_info {
  font-size: 2rem;
  font-weight: bold;
  color: #337bae;
  text-align: center;
}
.price_value {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #337bae;
  margin-bottom: 1rem;
}
.price_lead {
  padding: 2rem;
}
.price_description-item {
  list-style: disc;
  list-style-position: inside;
  box-sizing: border-box;
  line-height: 1.8;
}
.price_text {
  padding-top: 1em;
  color: #337bae;
  text-align: center;
  font-weight: bold;
}

/*----------*/
/*About meのレイアウト
/*----------*/
.about {
  padding-top: 6rem;
}
.about_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  place-items: center;
  gap: 30px;
}
.about_img {
  max-width: 300px;
  filter: drop-shadow(10px 10px 0 #ffbebd);
}
.about_def {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  letter-spacing: 0.3em;
  margin-bottom: 1em;
}
.about_def-tit {
  flex-basis: 30%;
  padding: 1rem;
}
.about_def-data {
  flex-basis: 70%;
  padding: 1rem;
}
.about_textarea {
  margin-bottom: 1em;
  letter-spacing: 0.3em;
}

/*----------*/
/*contactのレイアウト
/*----------*/
.contact {
  max-width: 100%;
  padding: 5vh 0;
  background-image: url("img/contact_bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 834px) {
  .contact {
    background-attachment: unset;
  }
}
.contact_body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  place-items: center;
  gap: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.25);
}
.contact_text {
  margin-bottom: 0.5em;
}
.contact_text.-sns {
  padding-top: 1em;
}
.contact_thumbnail {
  position: relative;
  padding-top: 77.7777777778%;
  aspect-ratio: 360/280;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.contact_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact_link-btn {
  position: relative;
  background-color: #337bae;
  color: #fcfcfa;
  display: block;
  min-width: 200px;
  width: 30%;
  padding: 0.6rem 2rem;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #1a405f;
  border-radius: 3px;
  transition: all 0.2s linear;
}
.contact_link-btn:hover {
  color: #333;
  background-color: #fcfcfa;
}
.contact_link-btn:hover::before {
  right: -40px;
}
.contact_link-btn:hover::after {
  right: -34px;
}
.contact_link-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -26px;
  width: 30%;
  height: 2px;
  background-color: #1a405f;
  transition: all 0.2s linear;
}
.contact_link-btn::after {
  position: absolute;
  content: "";
  top: 18%;
  right: -20px;
  width: 2px;
  height: 12px;
  background-color: #333;
  transform: skewX(45deg);
  transition: all 0.2s linear;
}

#loading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  background-color: #333;
  transition: all 0.2s ease 0.3s 1 normal;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading p {
  color: #fcfcfa;
  font-size: 5rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.05em;
}
#loading .loader,
#loading .loader:before,
#loading .loader:after {
  background: #fcfcfa;
  -webkit-animation: loading 1s infinite ease-in-out;
          animation: loading 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
#loading .loader {
  color: #337bae;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}
#loading .loader::before, #loading .loader::after {
  position: absolute;
  top: 0;
  content: "";
}
#loading .loader::before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
#loading .loader::after {
  left: 1.5em;
}
@-webkit-keyframes loading {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes loading {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

.page .pagetitle {
  font-size: 2.4rem;
  text-align: center;
  padding-top: 4vh;
  margin: 0 auto 5rem auto;
}
.page main p {
  font-size: 1.6rem;
  margin-bottom: 6rem;
  padding-left: 2vw;
  padding-right: 2vw;
}

.hcb_wrap.hcb_wrap {
  margin-top: 0 !important;
}

.sidebar {
  padding-left: 1vw;
  padding-right: 1vw;
}

.widget_title,
.wp-block-search__label {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  position: relative;
}
.widget_title::after,
.wp-block-search__label::after {
  content: "";
  margin: 0 auto;
  display: block;
  width: 8em;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(25deg, #1a405f, #337bae);
}

.profile_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile_img {
  max-width: 180px;
  border-radius: 50%;
  border: 1px solid #1a405f;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.profile_name {
  padding: 1rem;
  font-size: 1.4rem;
  color: #1a405f;
}
.profile_lead {
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: 1.2rem;
  color: #7b7b7b;
  margin-bottom: 1rem;
}

.follow {
  padding: 0.8em;
  background: #333;
  border-radius: 3px;
  display: flex;
  justify-content: space-around;
  margin-bottom: 1rem;
}
.follow_title {
  padding-right: 0.8em;
  color: #fcfcfa;
  border-right: 1px solid #fcfcfa;
  display: inline;
}
.follow_sns a {
  margin-left: 0.8em;
  color: #fcfcfa;
}
.follow_sns a:hover {
  opacity: 0.6;
}

.wp-block-search {
  margin-bottom: 1rem;
}
.wp-block-search__label {
  text-align: center;
  font-weight: 100 !important;
  display: block;
}
.wp-block-search__input {
  border-radius: 3px;
}
.wp-block-search__button {
  border-radius: 3px;
}

.s-post_thumb,
.wp-block-latest-posts__featured-image {
  margin: 0 auto;
  margin-bottom: 1rem;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  background: #000;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.25);
  position: relative;
  width: 100%;
  padding-top: 61.8604651163%;
  aspect-ratio: 430/266;
}
.s-post_thumb img,
.wp-block-latest-posts__featured-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.s-post_thumb img:hover,
.wp-block-latest-posts__featured-image img:hover {
  transform: scale(1.1);
  transition: 0.3s;
  opacity: 0.7;
}

.wp-block-latest-posts,
.s-post_title {
  text-align: center;
  padding-top: 1rem;
}
.wp-block-latest-posts a,
.s-post_title a {
  display: block;
}
.wp-block-latest-posts a:hover,
.s-post_title a:hover {
  opacity: 0.6;
}

/*Snow Monkey Forms*/
/*フォームの色などの設定*/
.smf-form .smf-item .smf-text-control__control,
.smf-form .smf-item .smf-textarea-control__control {
  border-radius: 0;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #337bae;
  background-color: rgba(51, 123, 174, 0.1);
}

/*フォームのhover時の設定*/
.smf-form .smf-item .smf-text-control__control:hover,
.smf-form .smf-item .smf-textarea-control__control:hover {
  border-bottom: 1px solid #1a405f;
  background-color: rgba(26, 64, 95, 0.2);
}

/*active時の設定*/
.smf-form .smf-item .smf-text-control__control:active,
.smf-form .smf-item .smf-text-control__control:focus,
.smf-form .smf-item .smf-text-control__control:focus-within,
.smf-form .smf-item .smf-text-control__control[aria-selected=true],
.smf-form .smf-item .smf-textarea-control__control:active,
.smf-form .smf-item .smf-textarea-control__control:focus,
.smf-form .smf-item .smf-textarea-control__control:focus-within,
.smf-form .smf-item .smf-textarea-control__control[aria-selected=true] {
  border-bottom: 1px solid #337bae;
}

/*ボタンの設定*/
.smf-action .smf-button-control__control {
  background-color: #337bae;
  background-image: none;
  border: none;
  color: #fcfcfa;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 1rem 4rem;
  border-radius: 8px;
}
.smf-action .smf-button-control__control:hover {
  opacity: 0.6;
  transition: 0.3s;
}

/* 必須項目の文字色を目立たせる */
.smf-item__description {
  color: #ff8484;
}

.single .main,
.page .main {
  padding-right: 2vw;
  padding-left: 2vw;
}
.single .main .entry-content h2,
.page .main .entry-content h2 {
  font-size: 2.4rem;
  background: #f7f7f7;
  padding: 2rem 1.8rem 1.8rem;
  margin: 6rem 0 2rem 0;
  border-left: 1rem solid #4865b2;
  line-height: 4rem;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .single .main .entry-content h2,
.page .main .entry-content h2 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
.single .main .entry-content h3,
.page .main .entry-content h3 {
  font-size: 2rem;
  letter-spacing: 1.6px;
  padding: 0px 15px 0px;
  border-left: 9px solid #4865b2;
  font-weight: 600;
  margin: 6rem 4rem 4rem 4rem;
}
@media screen and (max-width: 480px) {
  .single .main .entry-content h3,
.page .main .entry-content h3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
.single .main .entry-content h4,
.page .main .entry-content h4 {
  position: relative;
  padding: 1rem 0.5rem;
  margin: 6rem 4rem 4rem 4rem;
  font-weight: bold;
  font-size: 1.8rem;
}
.single .main .entry-content h4:after,
.page .main .entry-content h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: "";
  border-radius: 3px;
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}
@media screen and (max-width: 480px) {
  .single .main .entry-content h4,
.page .main .entry-content h4 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
.single .main .entry-content p,
.page .main .entry-content p {
  margin-bottom: 4rem;
  padding-left: 2vw;
  padding-right: 2vw;
  line-height: 2;
}
.single .main .entry-content .wp-block-image,
.page .main .entry-content .wp-block-image {
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.page_title {
  margin: 6rem auto 2rem auto;
  text-align: center;
  font-weight: 600;
  font-size: 2.5rem;
  color: #1a405f;
}

.meta {
  text-align: right;
  font-size: 1.2rem;
  color: #7b7b7b;
  margin-top: 1rem;
  margin-right: 2rem;
  margin-bottom: 3rem;
}

#entry-cat {
  font-size: 1.3rem;
  text-align: center;
  color: #4773ba;
}
#entry-cat a {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}
#entry-cat a:hover {
  text-decoration: underline;
}

.post-thumb {
  text-align: center;
}
.post-thumb img {
  width: 100%;
  height: auto;
}

.list_style {
  list-style-type: disc;
  background-color: #f8f9ff;
  border: dashed 1px #4865b2;
  margin-left: 4rem;
  margin-right: 4rem;
  margin-bottom: 4rem;
  padding: 3rem 1rem 3rem 4rem;
}
.list_style li {
  margin-top: 1rem;
}

.list_style_num {
  list-style-type: decimal;
  background-color: #f8f9ff;
  border: dashed 1px #4865b2;
  margin-left: 4rem;
  margin-right: 4rem;
  margin-bottom: 4rem;
  padding: 3rem 1rem 3rem 4rem;
}
.list_style_num li {
  margin-top: 1rem;
}

/*-------------------------------
# ブログカード 
-------------------------------*/
.blog-card {
  background: rgba(251, 140, 0, 0.02);
  border: 1px solid #f1f2f4;
  word-wrap: break-word;
  max-width: 100%;
  border-radius: 5px;
  margin: 0 3rem 2.4rem 3rem;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in-out;
}

.blog-card:hover {
  cursor: pointer;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}

.blog-card:before {
  position: absolute;
  padding: 2px 6px;
  content: "詳細を見る";
  background-color: #333;
  color: #fff;
  font-size: 0.8em;
  z-index: 1;
}

.blog-card a {
  text-decoration: none;
}

.blog-card-thumbnail {
  width: 35%;
  display: table-cell;
  vertical-align: middle;
  padding: 1em 1.5em 0em 1em;
}
@media screen and (max-width: 480px) {
  .blog-card-thumbnail {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
  }
}

.blog-card-thumbnail img {
  padding: 0;
}

.blog-card-content {
  display: table-cell;
  vertical-align: middle;
}

.blog-card-title {
  font-size: 1.2em;
  color: #5e5e5e;
  margin: 1rem 1rem 1.5rem 0.5rem;
  font-weight: bold;
  line-height: 1.4;
}

.blog-card-title:hover {
  text-decoration: underline;
}

#blog-card-excerpt {
  font-size: 0.8em;
  color: #4c4c4c;
  margin: 0 10px 5px 0;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 480px) {
  #blog-card-excerpt {
    margin: 1rem auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .blog-card:before {
    font-size: 0.56em;
  }

  .blog-card-title {
    font-size: 0.7em;
  }

  .blog-card-excerpt {
    font-size: 0.6em;
  }
}
.articles_wrap {
  background-color: #fcfcfa;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  transition: 0.6s;
  display: flex;
  flex-direction: column;
}
.articles_wrap:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transform: translate(0, -8px);
  transition: 0.6s;
}
.articles_area {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}
.articles_thumbnail {
  position: relative;
  width: 100%;
  padding-top: 61.8604651163%;
  aspect-ratio: 430/266;
  overflow: hidden;
  margin: 0 auto 1rem auto;
}
@media screen and (max-width: 834px) {
  .articles_thumbnail {
    height: auto;
    position: unset;
    padding-top: 0;
    aspect-ratio: unset;
  }
}
.articles_thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .articles_thumbnail img {
    -o-object-fit: contain;
       object-fit: contain;
    position: unset;
  }
}
.articles_thumbnail a {
  display: block;
}
.articles_post-title {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 0 1vh;
  margin-bottom: 1rem;
}
.articles_post-title a {
  color: #7b7b7b;
}
.articles_post-title:hover {
  text-decoration: underline;
}
.articles_meta {
  text-align: center;
  margin: 0 auto 1rem auto;
  color: #7c7c7c;
  font-size: 1rem;
}
.articles_lead {
  color: #7b7b7b;
  padding-right: 2vw;
  padding-left: 2vw;
  margin-bottom: 1rem;
}

.readmore {
  padding-bottom: 3rem;
}

.cal_contents {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 60px;
}

.cal_content {
  background-color: #fff;
}
.cal_content h2 {
  text-align: center;
  padding-top: 2rem;
  margin-bottom: 3rem;
  font-size: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #7b7b7b;
}
.cal_content img {
  width: 100%;
  height: auto;
}

.create {
  padding-right: 4rem;
  padding-left: 4rem;
  margin-bottom: 3rem;
}
.create_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .create_wrap {
    display: block;
  }
}
.create_wrap dt {
  flex-basis: 25%;
}
.create_wrap dd {
  flex-basis: 70%;
  padding: 1rem;
}

.wp-block-embed {
  text-align: center;
}

.category_top_title,
.search_result_title {
  border-radius: 4px;
  display: inline-block;
  color: #343249;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
  position: relative;
  background: #ffff;
  padding: 0.25em 0.5em;
  border-left: solid 2em #343249;
}
.category_top_title::after,
.search_result_title::after {
  font-family: "Font Awesome 5 Free";
  content: "\f303";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: 900;
  left: -1.35em;
  top: 50%;
  transform: translateY(-50%);
}

.category_post_title {
  text-align: center;
  font-weight: 500;
  font-size: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  color: #1a405f;
}

#category_meta {
  text-align: center;
  font-size: 1.2rem;
  margin: 0 auto 2rem auto;
  padding-top: 6rem;
}

.open_btn {
  background: url("img/search.svg") no-repeat center #fff;
  /*虫眼鏡アイコンを背景に表示*/
  background-size: 4rem 4rem;
  height: 6rem;
  width: 6rem;
  position: absolute;
  top: 5%;
  right: 5%;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: solid 3px #b5b5b5;
}
.open_btn:active {
  /*押したとき*/
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: none;
}
@media screen and (max-width: 834px) {
  .open_btn {
    top: 0.6rem;
    right: 8rem;
    display: none;
  }
}

#search_wrap {
  opacity: 0;
  transition: all 0.4s;
}
#search_wrap.panelactive {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 3;
  width: 100%;
  height: 100vh;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
#search_wrap form {
  position: relative;
  height: 6rem;
}
#search_wrap input {
  -webkit-appearance: none;
  cursor: pointer;
  color: #fff;
}

/*テキスト入力input設定*/
#search_wrap input[type=text] {
  width: 100%;
  padding: 20px;
  border-bottom: 2px solid #666;
  transition: all 0.5s;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
}

#search_wrap input[type=text]:focus {
  background: #444;
}

/*ボタンinput設定*/
#search_wrap input[type=submit] {
  position: absolute;
  top: 0px;
  right: 10px;
  background: url("img/search.svg") no-repeat 15px center;
  /*虫眼鏡アイコンを背景に表示*/
  fill: #fff;
  background-size: 3rem 3rem;
  width: 8rem;
  height: 8rem;
}

#search_wrap .search_area {
  display: none;
}

#search_wrap.panelactive .search_area {
  display: block;
  width: 80%;
  position: relative;
}

/*=======閉じるための×ボタン========*/
.close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 834px) {
  .close_btn {
    left: 1rem;
  }
}

.close_btn span {
  display: inline-block;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
}

/*×マーク*/
.close_btn span:nth-of-type(1) {
  top: 21px;
  left: 16px;
  transform: translateY(6px) rotate(-135deg);
  width: 50%;
}

.close_btn span:nth-of-type(2) {
  top: 32px;
  left: 16px;
  transform: translateY(-6px) rotate(135deg);
  width: 50%;
}

.search_btn {
  background-color: #f5f5f5;
  width: 45%;
  padding: 3%;
  text-align: center;
  color: #666;
  border-radius: 4rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transition: all 1s;
}
@media screen and (max-width: 480px) {
  .search_btn {
    width: 100%;
  }
}
.search_btn:hover {
  transform: translateY(-5px);
  transition: all 1s;
  opacity: 0.6;
}
.search_btn::after {
  content: "クリックでサイト内を検索";
}
@media screen and (max-width: 834px) {
  .search_btn::after {
    content: "タップでサイト内を検索";
    width: 100%;
  }
}

/*目次*/
.outline {
  border: 1px dotted #337bae;
  padding: 2rem;
  margin: 2rem auto;
  font-size: 0.9em;
  line-height: 1.5em;
  max-width: 600px;
  width: 100%;
}
.outline__toggle {
  display: none;
}
.outline__toggle:checked + .outline__switch::before {
  content: "CLOSE";
}
.outline__toggle:checked + .outline__switch + .outline__list {
  width: auto;
  height: auto;
  margin-top: 20px;
  transition: 0.2s;
  border-top: dotted 1px #d2d2d2;
  padding-top: 1em;
}
.outline__switch + .outline__list {
  overflow: hidden;
  width: 0;
  height: 0;
  margin-top: 0;
  transition: 0.2s;
}
.outline__switch::before {
  content: " OPEN";
  border: solid 1px #1a405f;
  background-color: #337bae;
  color: #fcfcfa;
  padding: 0.5rem;
  font-size: 0.8rem;
  border-radius: 5px;
  margin-left: 1em;
}
.outline__link {
  color: #333;
  padding: 0.4rem;
  display: inline-block;
}
.outline__link:hover {
  opacity: 0.7;
}

li .outline__item:before {
  content: "- ";
}

.link_btn {
  font-size: 2rem;
  position: absolute;
  bottom: 10%;
  left: 15%;
  display: block;
  padding: 1rem 2rem;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 10px 10px #333;
  color: #1a405f;
}
@media screen and (max-width: 480px) {
  .link_btn {
    font-size: 1.6rem;
  }
}
.link_btn:hover {
  background-color: #1a405f;
  color: #fcfcfa;
}

.readmore {
  text-align: center;
}
.readmore a {
  border: 1px solid #337bae;
  padding: 1.2rem 1.8rem;
  color: #337bae;
}
.readmore a:hover {
  text-decoration: underline;
  opacity: 0.6;
}

.readmore-link {
  border: 1px solid #1a405f;
  border-radius: 4px;
  padding: 1.2rem;
  margin: auto auto 0;
  text-align: center;
  display: block;
  max-width: 60%;
  letter-spacing: 0.2em;
  color: #fcfcfa;
  background-color: #1a405f;
}
.readmore-link:hover {
  color: #1a405f;
  background-color: #fcfcfa;
  transition: 0.3s;
}

.profile_button {
  max-width: 300px;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 4rem 0;
}
.profile_button a {
  text-align: center;
  position: relative;
  font-size: 1.8rem;
  color: #1a405f;
  padding: 1rem 3rem;
  background-color: #ffbebd;
  border-radius: 4px;
}
.profile_button a::before, .profile_button a::after {
  content: "";
  position: absolute;
  border: solid #1a405f;
  width: 1rem;
  height: 1rem;
  transition: all 0.3s ease-in-out;
}
.profile_button a::before {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}
.profile_button a::after {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
}
.profile_button a:hover::before, .profile_button a:hover::after {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

/*========= ページトップのためのCSS ===============*/
/*スクロールリンクの形状*/
.scroll-top {
  /*表示位置*/
  position: fixed;
  right: 40px;
  bottom: 30px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s, visibility 0.8s;
  /*それぞれに0.5秒の変化のアニメーション*/
  /*縦書き*/
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  /*改行禁止*/
  white-space: nowrap;
  /*矢印の動き*/
  -webkit-animation: arrowmove 1s ease-in-out infinite;
          animation: arrowmove 1s ease-in-out infinite;
}
@media screen and (max-width: 480px) {
  .scroll-top {
    right: 2rem;
  }
}

@-webkit-keyframes arrowmove {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 35px;
  }
  100% {
    bottom: 30px;
  }
}

@keyframes arrowmove {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 35px;
  }
  100% {
    bottom: 30px;
  }
}
/*.scroll-viewクラスがついたら出現*/
.scroll-top.scroll-view {
  opacity: 1;
  visibility: visible;
}

/*リンク全体の aタグの形状*/
.scroll-top a {
  text-decoration: none;
  color: #7b7b7b;
  text-transform: uppercase;
  font-size: 1.4rem;
  display: block;
}

/*スクロールリンクの形状*/
.js-scroll a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 70px;
  background: #7b7b7b;
}

.js-scroll a::before {
  content: "";
  position: absolute;
  top: 50px;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #7b7b7b;
  transform: skewX(-31deg);
}

/*Edge IE11 hack*/
_:-ms-lang(x),
.js-scroll a::before {
  right: -11px;
}

/*ページトップリンクの形状*/
.js-pagetop a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 70px;
  background: #7b7b7b;
}

.js-pagetop a::before {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #7b7b7b;
  transform: skewX(31deg);
}

/*Edge IE11 hack*/
_:-ms-lang(x),
.js-pagetop a::before {
  right: 0;
}

.pager_navigation {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .pager_navigation {
    margin-bottom: 3rem;
  }
}

.pager_navigation_btn a {
  padding: 1.8rem 2rem;
  border: solid 1px #1a405f;
  border-radius: 4px;
  color: #1a405f;
  margin: 0 2rem;
  transition: 0.3s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.pager_navigation_btn a:hover {
  text-decoration: underline;
  color: #fcfcfa;
  background-color: #1a405f;
}

.sns_icon {
  font-size: 2.4rem;
  text-align: center;
}
.sns_icon:hover {
  font-size: 4rem;
}

/*
*SNSアイコンの調整
*
*/
.git-url_wrap {
  text-align: center;
}

.-size {
  font-size: 6rem;
  margin-bottom: 1rem;
}

.share {
  margin-top: 0px;
  margin-bottom: 5rem;
  margin-left: 3rem;
  margin-right: 3rem;
}
@media screen and (max-width: 480px) {
  .share {
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
.share ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
  gap: 0.6rem;
}
.share li {
  margin: 2px;
  margin-top: 15px;
}
.share li a {
  font-size: 1.4rem;
  display: grid;
  padding: 1rem;
  text-align: center;
  border-radius: 0.4rem;
  color: #fff;
}
.share li a:hover {
  opacity: 0.6;
}
.share li a span:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.share li a:visited {
  color: #fff;
}
.share i {
  font-size: 2.4rem;
}

.tweet a {
  background-color: #55acee;
}

.facebook a {
  background-color: #315096;
}

.googleplus a {
  background-color: #dd4b39;
}

.hatena a {
  background-color: #008fde;
}

.line a {
  background-color: #00c300;
}

.pocket a {
  background-color: #ee4256;
}

.rss a {
  background-color: #ff8c00;
}

.pintarest a {
  background-color: #e60023;
}

.profile a {
  background-color: #696969;
}

.home_icon a {
  background-color: #696969;
}

.mail a {
  background-color: #ffa500;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
}

.svg-inline--fa.fa-check {
  color: #337bae;
  font-size: 2rem;
  padding-right: 0.6rem;
}

.about-profile-img {
  filter: drop-shadow(10px 10px 0 #7b7b7b);
}

/*==========
============
*グローバルナビ、モバイルのクリック時のメニュー表示アニメーション
============
==========*/
@-webkit-keyframes gnaviAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
=====================
スクロール時のアニメーション
===============
*/
.fadeInTrigger {
  opacity: 0;
}

.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*==========
============
*動くマーカーの設定
============
==========*/
.mk-anima.active {
  background-size: 100% 40%;
  /*JSからクラスactiveを付与されたときに背景の幅を全体に広げる*/
}

.mk-anima {
  font-weight: bold;
  padding: 0 5px;
  background-image: linear-gradient(rgba(255, 141, 118, 0.3), rgba(255, 141, 118, 0.3));
  background-size: 0 40%;
  /*幅をゼロにしておく*/
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: all 3s ease-in-out;
}

.m-blue {
  background-image: linear-gradient(rgba(107, 182, 255, 0.24), rgba(107, 182, 255, 0.24));
}

.m-green {
  background-image: linear-gradient(rgba(151, 232, 154, 0.69), rgba(151, 232, 154, 0.69));
}

.m-yellow {
  background-image: linear-gradient(#fffa99, #fffa99);
}

.related_content {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 5rem;
}

#related_title {
  font-size: 2.4rem;
  margin: 2.2rem 0;
  letter-spacing: 1.6px;
  padding: 0px 15px 0px;
  border-left: 9px solid #4865b2;
  font-weight: 600;
  color: #85b1ad;
}

.relatedposts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
}

.cell {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem;
  border: 1px solid #f1f2f4;
}
.cell .posts_img {
  overflow: hidden;
  margin-bottom: 1.8rem;
  background: #000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  max-width: 300px;
  max-height: 200px;
  height: auto;
}
.cell .posts_img img {
  max-width: 300px;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  background-size: cover;
  transition: 0.4s;
}
.cell .posts_img img:hover {
  transform: scale(1.2);
  transition: 0.4s;
  opacity: 0.8;
}
.cell .post-title {
  text-align: center;
  color: #337bae;
}
.cell .post-title:hover {
  text-decoration: underline;
  opacity: 0.6;
}

.page_naiger_contants {
  margin: 4rem 0;
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 480px) {
  .page_naiger_contants {
    padding: 0;
  }
}
.page_naiger_contants .next_content,
.page_naiger_contants .prev_content {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  padding: 1rem;
}
.page_naiger_contants .next_content a,
.page_naiger_contants .prev_content a {
  display: block;
}
.page_naiger_contants .next_content {
  flex-direction: row-reverse;
}
.page_naiger_contants li {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.page_naiger_contants li:nth-child(2) {
  border-top-width: 0;
}
.page_naiger_contants li:hover {
  opacity: 0.6;
  text-decoration: underline;
}
.page_naiger_contants .prev_img,
.page_naiger_contants .next_img {
  max-width: 240px;
}
@media screen and (max-width: 480px) {
  .page_naiger_contants .prev_img,
.page_naiger_contants .next_img {
    width: 40%;
  }
}
.page_naiger_contants .prev_img img,
.page_naiger_contants .next_img img {
  width: 100%;
  height: auto;
}

.page_naiger_top {
  text-align: center;
  font-size: 2rem;
  padding: 2rem;
}
.page_naiger_top:hover {
  text-decoration: underline;
  opacity: 0.6;
}

.prev_title {
  margin-left: 2rem;
}

.next_title {
  margin-right: 2rem;
}