@charset "UTF-8";
/*
Theme Name: 株式会社増田工務店コーポレートサイト
Theme URL: https://masuda-corp.com/
Description: 
Author: Katatium inc.
Author URI: https://katatium.co.jp
Version: 1.0.0
*/

/*
Katatium style.css v1.1.8
Forked Bootstrap Reboot v4.2.1 (https://getbootstrap.com/)
*/
:root {
  --checkbox-icon: url(../images/common/checked.svg);
  --selectbox-icon: url(../images/common/selectbox.svg);

  --gap: 40px;
  --gap-s: 20px;
}

/* WebFont loader */
html {
  visibility: hidden;
}
html.wf-active, html.wfno-load {
  visibility: visible;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  line-height: 1.25;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-size:16px;
  font-weight: 400;
  color: var(--color-font-main);
  line-height: 1.25;
  text-align: left;
  background-color: #fff;
  height: 100%;
}
header {
  padding: 20px 0 0 0;
}
footer {
  padding: 0 0 20px 0;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}
p {
  margin: 1em 0 0 0;
}
p:first-child {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  font-weight: normal;
  margin: 1em 0;
}
address p {
  margin: 0;
}
ol,
ul,
dl {
  list-style: none;
  margin: 1rem 0 0 0;
  padding: 0;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin: .5rem 0 0 0;
}
blockquote {
  margin: 1rem 0 0 0;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: .8rem;
}
sub,
sup {
  position: relative;
  font-size: .75rem;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: #212529;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #212529;
  /* text-decoration: underline; */
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin: 1rem 0 0 0;
  overflow: auto;
}
figure {
  margin: 1rem 0 0 0;
}
img,
video {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: block;
}
button {
  border-radius: 0;
}
button:not(:disabled):hover {
  cursor: pointer;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  font-size: 1em;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: .5rem 0 0 0;
  font-size: 1.5rem;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}

/***** WordPress Editor *****/
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}


/***** form *****/
.form .wrap-content {
  margin: 0;
}
.form .box-group {
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-top: .5em;
}
.wrap-content label {
  width: auto;
}
.form > *:first-child {
  margin-top: 0;
}
.form .required {
  background: #dd423c;
  border-radius: 2px;
  color: #fff;
  font-size: .6em;
  padding: 0 8px 2px 8px;
  position: relative;
  top: -2px;
  margin: 0 0 0 .5em;
}
.form input,
.form select,
.form textarea {
  appearance: none;
  vertical-align: middle;
}
.form input {
  background: #fff;
  width: 100%;
  padding: 10px 20px;
  margin-top: 8px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
}
.form textarea {
  background: #fff;
  height: 10em;
  width: 100%;
  padding: 10px 20px;
  margin-top: 8px;
  display: block;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
}
.form input[type="checkbox"],
.form input[type="radio"] {
  margin: 0 0.25em 2px 0;
  padding: 10px;
  position: relative;
  width: inherit;
}

.form input[type="radio"] {
  border-radius: 50%;
}
.form input[type="checkbox"]::after,
.form input[type="radio"]::after {
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.form input[type="checkbox"]::after {
  content: var(--checkbox-icon);
  width: 1em;
}
.form input[type="radio"]::after {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 0.5em;
  width: 0.5em;
}
.form input[type="checkbox"]:checked,
.form input[type="radio"]:checked {
  border-color: transparent;
  background: #2563eb;
  transition: 0.2s;
}
.form input[type=checkbox]:checked::after,
.form input[type=radio]:checked::after {
  opacity: 1;
}
.form select {
  background: var(--selectbox-icon) no-repeat right 10px center /.8em #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 8px;
  outline: none;
  padding: 10px 20px;
  width: 100%;
}
.area-birthday .selectbox {
  display: inline-block;
  margin-right: .25em;
  width: inherit;
}
.zipcode {
  display: inline-block;
  margin-left: .25em;
  width: inherit !important;
}
.form .btn {
  color: #212121;
  font-weight: 700;
  letter-spacing: .25em;
  background: #ccc;
  border: 1px solid #ccc;
  border-radius: 2px;
  display: block;
  padding: 8px 0;
  text-align: center;
  transition: all .3s;
  width: 50%;
  margin: 40px auto 0 auto;
}
.form .btn-submit {
  color: #fff;
  font-weight: 700;
  letter-spacing: .25em;
  background: #4285f4;
  border: 1px solid #4285f4;
  border-radius: 2px;
  display: block;
  padding: 8px 0;
  text-align: center;
  transition: all .3s;
  width: 50%;
  margin: 40px auto 0 auto;
}
.form .btn-submit:hover {
  background: #fff;
  border: 1px solid #4285f4;
  color: #4285f4;
  transition: all .3s;
}
.form .btn-submit:disabled,
.form .btn-submit:disabled:hover {
  background: #ccc;
  border-color: #ccc;
  color: #fff;
}
.form div {
  margin: 1em 0 0 0;
}
.form p {
  margin: 0;
}
.message-error {
  background: #f2d7d7;
  border: 1px solid #da4437;
  border-radius: 4px;
  color: #da4437;
  font-size: .8em;
  margin: 1em 0;
  padding: 1em;
}
.message-success {
  background: #e6f7df;
  color: #4ca02d;
  border: 1px solid #4ca02d;
  border-radius: 4px;
  font-size: .8em;
  margin: 1em 0;
  padding: .5em 1em;
}


/***** fonts *****/
body {
  font-family: source-han-sans-japanese, "Noto Sans JP", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Gothic ProN", HGSゴシックE, メイリオ, Meiryo, sans-serif;
}
.font-serif {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}

/***** Layout *****/
main,
article {
  padding-bottom: 80px;
}
section,
article {
  padding-top: 80px;
}
footer {
  padding: 80px 0;
}
#area-gnav a {
  display: block;
}
/*
#area-breadcrumb {
  background:#e9e9e9;
}
#area-blog article {
  padding: 0;
}
#area-blog .blog-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pagination {
  display: flex;
  justify-content:center;
  margin:40px auto;
  width:50%;
}
/* .pagination li {
  line-height:3em;
  flex: 1;
  text-align:center;
} */
/* .pagination li:not(:first-child) {
  border-left:1px solid #fff;
} */
/* .pagination li:first-child.active,
.pagination li:first-child a {
  border-radius:4px 0 0 4px;
} */
/* .pagination li:last-child.active,
.pagination li:last-child a {
  border-radius:0 4px 4px 0;
} */
/* .pagination .active {
  background:#ffe800;
} */
/* .pagination li a {
  background:#ffc;
  color:#666;
  display:block;
  transition:all .2s;
} */
/* .pagination li a:hover {
  background:#ffe800;
} */
/* .underline {
  background: linear-gradient(transparent 60%, #ffff66 90%, transparent 90%);
  padding: 0 .5em;
} */
.layout1,
.layout2,
.layout3 {
  box-sizing: border-box;
  margin: 0 auto;
}
.layout1 {
  width: 648px;
}
.layout2 {
  width: 1080px;
}
.layout3 {
  width: 1280px;
}
.content-margin {
  margin-top: 80px !important;
}
.content-margin-s {
  margin-top: 40px !important;
}
.content-margin-ss {
  margin-top: 20px !important;
}
.no-margin {
  margin: 0 !important;
}
.float-r,
.box-float-r > * {
  float: right;
}
.float-l,
.box-float-l > * {
  float: left;
}
.box-relative {
  position: relative;
}
.box-block {
  display: block;
}
.box-inline {
  display: inline;
}
.box-flex {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.box-flex > * {
  margin: 0;
}
.box-flex .flex1 {
  flex: 1;
}
.box-flex .flex2 {
  flex: 2;
}
.box-flex .flex3 {
  flex: 3;
}
.box-flex .flex4 {
  flex: 4;
}
.flex-col {
  flex-direction: column;
}
.box-flex .order1 {
  order: 1;
}
.box-flex .order2 {
  order: 2;
}
.box-flex .order3 {
  order: 3;
}
.box-flex.col-2 > * {
  flex-basis: calc((100% - var(--gap)) / 2);
  gap: var(--gap);
}
.box-flex.col-3 > * {
  flex-basis: calc((100% - var(--gap) * 2) / 3);
  gap: var(--gap);
}
.box-flex.col-4 > * {
  flex-basis: calc((100% - var(--gap) * 3) / 4);
  gap: var(--gap);
}
.box-flex.col-2 > *:nth-child(n + 3),
.box-flex.col-3 > *:nth-child(n + 4),
.box-flex.col-4 > *:nth-child(n + 5) {
  margin-top: 2%;
}
.box-grid {
  display: grid;
  gap: var(--gap);
}
.box-grid.col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.box-grid.col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.box-table {
  margin: 20px 0 0 0;
  width: 100%;
}
.box-table th {
  background: #666;
  border: 1px solid #666;
  color: #fff;
  padding: 1em;
  text-align: center;
  width: 30%;
}
.box-table tr:not(:last-child) th {
  border-bottom-color: #fff;
}
.box-table td {
  border: 1px solid #666;
  padding: 1em;
  width :70%;
}
.box-list > * {
  border-bottom: 2px solid var(--color-font-main);
}
.box-list a {
  padding: 1.5em 2em 1.5em 1em;
  position: relative;
}
.box-list a:hover {
  background: var(--color-accent);
  border-radius: 1em;
  color: var(--color-white);
  transition: 0.3s;
}
.box-list a::after {
  content: url(assets/images/common/icon-arrow.svg);
  filter: brightness(1) invert(0);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}
.box-list a:hover::after {
  filter: brightness(0) invert(1);
}
.box-date {
  font-family: din-2014, sans-serif;
  display: inline-block;
  height: 2em;
  line-height: 0.8;
  margin-right: 0.5em;
  padding-left: 4em;
  position: relative;
}
.box-date span:nth-of-type(1) {
  border-radius: 1em;
  font-size: 0.65em;
  padding-inline: 0.15em 0.5em;
  position: absolute;
  top: 0.25em;
  left: 0;
  text-align: center;
}
.box-date span:nth-of-type(2) {
  font-size: 3em;
  position: absolute;
  bottom: 0.05em;
  left: 0;
  font-size: 1.5em;
}
.box-date span:nth-of-type(3) {
  font-size: 2.5em;
  position: absolute;
  top: 0;
  right: 0;
}
.box-group {
  background: #fff;
  border-radius: 8px;
  padding: 1em;
}
.box-group .txt {
  padding: 1em .5em;
}
.box-group .img {
  text-align: center;
}
.box-group-inner {
  background: #fff;
  padding: 4%;
}
.box-sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}

.box-rtl {
  flex-direction: row-reverse;
}
.hide {
  display: none !important;
}
.sp-show {
  display: none !important;
}
.sp-br {
  display: none;
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}
.disabled {
   pointer-events: none;
}
.icon{
  margin-right: .25em;
}
.icon-r {
  margin-left: .25em;
}
.breadcrumb {
  margin: 0;
}
.breadcrumb li {
  display: inline-block;
  font-weight: bold;
}
.breadcrumb li:not(:first-child)::before {
  content: ">";
  padding: 0 .5em;
}
.breadcrumb li a {
  color: #fff;
  font-weight: normal;
}
.googlemap {
  width: 100%;
  height: 40vh;
}
#area-info {
  margin-top: 0;
}
#area-info a {
  display: block;
  padding: 1em 0;
}
#area-info a:hover {
  text-decoration: none;
  background: rgba(66, 133, 244, .25);
  transition: .5s;
}
#area-info > *:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
#area-info .category {
  background: #c9c9c9;
  border-radius: 2px;
  font-size: .5em;
  margin: 0 1em;
  padding: 0.25em 1em;
  position: relative;
  top: -0.1em;
  left: 0;
}
.youtube {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* .youtube iframe{
  height: calc(9 * 648px / 16);
  width: 100%;
} */

summary {
  display: block;
  position: relative;
}
summary::-webkit-details-marker {
  display: none
}
summary > * {
  padding-left: 1em;
}
summary > *::before {
  content: url(assets/images/common/icon-arrow.svg);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% - 0.1em));
  transition: 0.3s;
}
details[open] > div {
  animation: fadein 0.5s;
}
details[open] summary > *::before {
  transform: rotate(180deg) translateY(0.4em);
  transition: 0.3s;
}

/***** Style *****/
.txt-s {
  font-size: .8em;
}
.txt-l {
  font-size: 1.5em;
}
.txt-xl {
  font-size: 3em;
}
.txt-b {
  font-weight: 700;
}
.txt-indent p {
  text-indent: 1em;
}
.space-l {
  letter-spacing: .25em;
}
.align-l {
  display: block;
  text-align: left !important;
  align-self: flex-start;
}
.align-c {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.align-r {
  display: block;
  text-align: right;
  align-self: flex-end;
}
.line-height-l {
  line-height: 2;
}
.vertical-t {
  align-items: flex-start;
}
.vertical-b {
  align-items: flex-end;
}
.stretch {
  align-items: stretch;
}
.between {
  justify-content: space-between;
}
.gap {
  gap: var(--gap);
}
.gap-s {
  gap: var(--gap-s);
}
.horizontal-r {
  justify-content: flex-end;
}
.nowrap {
  flex-wrap: nowrap;
}
.box-border {
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 2% 4%;
}
.box-round {
  background: #fff;
  border-radius: 8px;
  padding: 1em;
}
.box-circle {
  background: #fff;
  border-radius: 50%;
  padding-top: 100%;
  width: 100%;
}
.list-style li {
  padding-left: 1em;
}
.list-style li::before {
  content: "・";
  margin-left: -1em;
}
ol.list-style {
  list-style: decimal inside;
}
ol.list-style li {
  text-indent: -1em;
}
ol.list-style li::before {
  content: none;
}
.bullet > * {
  margin-top: .5em;
  padding: 0 0 0 40px;
  position: relative;
}
.bullet > *::before {
  background: url(assets/img/common/list-checked.png) no-repeat left center;
  background-size: contain;
  content: "";
  display:inline-block;
  height: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
}
#area-policy ol {
  list-style: outside decimal;
  padding-left: 1em;
}
#area-policy ol ul {
  margin-top: 0;
  font-size: .8em;
}
.pointer,
.modal,
.btn {
  cursor: pointer;
}
.notes {
  color: #da4437;
  font-size: .8em;
}
.sns-icon{
  color: #fff;
  font-size: 40px;
  padding:10px;
  background: #003b83;
}

/* Interview */
.intro,
.outro {
  border-bottom: 5px solid var(--color-main);
  padding: 20px 12% 60px 12%;
  width: var(--layout2-w);
  line-height: 2;
  margin: 0 auto 60px auto;
}
.outro {
  border-bottom: 5px solid var(--color-main);
  margin-block: 60px 0;
  padding-block: 60px;
  position: relative;
}
.intro .wp-block-image {
  width: 100%;
}

.ir {
  margin: 40px 4px 0 0;
  text-align: right;
}
.ir .wp-block-group__inner-container {
  background: var(--color-white);
  border: 1px solid var(--color-main);
  color: var(--color-font-main);
  border-radius: 24px;
  display: inline-block;
  padding: 1em;
  position: relative;
  text-align: left;
  max-width: 60%;
}
.ir .wp-block-group__inner-container::before {
  background: var(--color-white);
  clip-path: polygon(0 30%, 100% 0%, 0 100%);
  content: "";
  height: 14px;
  position: absolute;
  top: 2.5px;
  right: -2px;
  width: 14px;
  z-index: 1;
}
.ir .wp-block-group__inner-container::after {
  background: var(--color-main);
  clip-path: polygon(0 30%, 100% 0%, 0 100%);
  content: "";
  height: 14px;
  position: absolute;
  top: 0;
  right: -6px;
  width: 14px;
  z-index: -1;
}
/* .ie {
  margin: 40px 0 0 4px;
} */
/* .ie .is-layout-flex {
  align-items: flex-start;
}
.ie .wp-block-image {
  flex-basis: 10%;
  border-radius: 50%;
  transform: translateY(-10px);
}
.ie .wp-block-image ~ .wp-block-group {
  background: var(--color-main);
  border: 1px solid var(--color-main);
  color: var(--color-white);
  border-radius: 24px;
  display: inline-block;
  padding: 1em;
  position: relative;
  max-width: 80%;
}
.ie .wp-block-image ~ .wp-block-group::after {
  background: var(--color-main);
  clip-path: polygon(100% 30%, 0 0, 100% 100%);
  content: "";
  height: 14px;
  position: absolute;
  top: 0;
  left: -6px;
  width: 14px;
  z-index: -1;
}
.ie .wp-block-image img {
  border-radius: 50%;
} */


.ie {
  background: var(--color-main);
  border: 1px solid var(--color-main);
  color: var(--color-white);
  border-radius: 24px;
  display: inline-block;
  margin: 40px 0 0 140px;
  padding: 1em;
  position: relative;
  max-width: 80%;
}
.ie::after {
  background: var(--color-main);
  clip-path: polygon(100% 30%, 0 0, 100% 100%);
  content: "";
  height: 14px;
  position: absolute;
  top: 0;
  left: -6px;
  width: 14px;
  z-index: -1;
}
.ie::before {
  content: "";
  background: var(--icon-ie-url) no-repeat;
  background-size: cover;
  border-radius: 50%;
  height: 120px;
  position: absolute;
  top: -20px;
  left: -140px;
  width: 120px;
}

/* gutenberg */
.gutenberg h2 {
  font-size: 1.3em;
  font-weight: bold;
}
.gutenberg h2:not(:first-child) {
  margin: 2em 0 0.5em;
}
.gutenberg p:not(:first-child) {
  margin: 1em 0;
}
.gutenberg ul {
  list-style: disc outside;
  padding-left: 1em;
}
.gutenberg ol {
  list-style: decimal outside;
  padding-left: 1em;
}
.gutenberg ul ul,
.gutenberg ul ol,
.gutenberg ol ul,
.gutenberg ol ol {
  margin: 0 0 1em 0;
}
.gutenberg figure {
  margin: 2em auto;
  width: 80%;
}

@media screen and (max-width: 1280px) {
  .layout3 {
    width: 100%;
  }
}

@media screen and (max-width: 1080px) {
  .layout2 {
    padding: 0 4%;
    width: 100%;
  }
}

@media screen and (max-width: 648px) {
  /* Layout */
  main,
  article {
    padding-bottom: 40px;
  }
  section,
  article {
    padding-top: 40px;
  }
  footer {
    padding: 20px 0 80px 0;
  }
  #area-gnav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
  }
  #area-gnav .box-flex {
    display: flex;
  }
  .layout1 {
    padding: 0 4%;
    width: 100%;
  }
  .box-flex:not(.sp-flex) {
    display: block;
  }
  .col-2:not(.sp-flex),
  .col-3:not(.sp-flex),
  .col-4:not(.sp-flex) {
    display: block;
  }
  .col-2:not(.sp-flex) > *,
  .col-3:not(.sp-flex) > *,
  .col-4:not(.sp-flex) > *  {
    margin: 20px 0;
    width: 100%;
  }
  .col-2 .order1,
  .col-2 .order2 {
    margin: 20px 0;
  }
  .sp-show {
    display: block !important;
  }
  .pc-show {
    display: none !important;
  }
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  .sp-align-c {
    text-align: center;
  }
  .box-group {
    padding: 1em;
  }
  .box-table
  .box-table tr,
  .box-table th,
  .box-table td {
    display: block;
    width: 100%;
  }
  .content-margin {
    margin-top: 40px !important;
  }
  .content-margin-s {
    margin-top: 20px !important;
  }
  /* #area-gnav {
    box-shadow:0 -2px 4px rgba(0, 0, 0, .25);
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 9999;
  } */
  #area-breadcrumb > .box-flex {
    display: flex;
  }

  .pagination {
    width: 80%;
  }
  .pagination li .fa-angle-left {
    margin-right:4px;
  }
  .pagination li .fa-angle-right {
    margin-left:4px;
  }

  /* Interview */
  .ir .wp-block-group__inner-container {
    max-width: 80%;
  }
  .ie {
    display: block;
    position: relative;
  }
  .ie .wp-block-image {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 52px;
    z-index: 10;
  }
  .ie .wp-block-image ~ .wp-block-group {
    margin-left: 10%;
    max-width: 90%;
  }

  /* .youtube iframe {
    height: 60vw;
  } */

  /* style */
}

@media print {
  .no-print {
    display: none !important;
  }
}

@keyframes slidedown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeout {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(-10px);
  }
}
