@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* box-sizing */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

/* hover img alpha2 */
a img.alpha {
  transition: all .2s ease 0s;
}
a:hover img.alpha {
  -ms-filter: "alpha( opacity=0.8 )";
      filter: alpha(opacity=.8);
  opacity: .8;
}

sup {
  font-size: 75%;
  position: relative;
  top: -.6ex;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}


/* for sp link */
#sp_btn {
  display: none;
  padding-top: 40px;
  text-align: center;
}

body {
  background: #fff;
  color: #000;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%; /*スマホ自動調整対策*/
  width: 100% !important;
  z-index: 1;
}

body {
  font-family: "Century Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* ルビ */
[data-ruby] {
  position: relative;
}
[data-ruby]::before {
  content: attr(data-ruby);
  font-size: .5em;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -1.2em;
  zoom: .5;
}

[data-ruby2] {
  position: relative;
}
[data-ruby2]::before {
  content: attr(data-ruby2);
  font-size: .4em;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -3.5em;
  zoom: .5;
}

.wrap {
  background: #e8dbcb;
  overflow: hidden;
}

header {
  background: url(bg_main1.png) top center no-repeat;
  margin: 0 auto;
  padding-bottom: 50px;
  position: relative;
  width: 100%; /* android view point */
}

/* 記事メインイメージ */
.head_img01 {
  background: url(bg_main1.png) top center no-repeat;
  margin: 0 auto;
  overflow: hidden;
  padding: 640px 0 0;
  position: relative;
}

.main_ttl {
  height: auto;
  margin: 10px auto 0;
  padding-top: 5px;
  position: relative;
  width: 650px;
  z-index: 3;
}

.main_ttl img {
  height: auto;
  max-width: 100%;
}

h1 {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.nav_box {
  border-bottom: 1px solid #e50012;
  border-radius: 0 100vh 100vh 0;
  border-right: 1px solid #e50012;
  border-top: 1px solid #e50012;
  left: 0;
  padding-left: 5%;
  position: relative;
  top: 0;
  width: 95%;
  z-index: 2;
}

nav {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 640px;
  width: 100%;
}

.nav_item1 {
  width: 160px;
}

.nav_item1 img {
  width: 100%;
}

/*スライド*/
.slide-container {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0;
  width: 100%;
}
.slide-wrapper {
  animation: slide-flow 40s infinite linear 1s both;
  display: flex;
}
.slide {
  object-fit: cover;
  width: 350px;
}
@keyframes slide-flow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*スライド*/

.leadarea {
  background: rgba(255,255,255,.95);
  border-radius: 5px;
  margin: 0 auto;
  max-width: 960px;
  padding: 35px 35px 30px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.lead {
  color: #000;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 860px;
  width: 100%;
}

.br_pc {
  display: block;
}

.lead p {
  padding-bottom: 5px;
}

.lead p.about {
  background: #31494b;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 12px;
  width: fit-content;
}

.previous {
  background: rgba(255, 255, 255, .95);
  border-radius: 5px;
  margin: 0 auto;
  max-width: 960px;
  padding: 75px 35px 35px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.previous .previous_photos {
  column-gap: 30px;
  display: flex;
  margin: 0 auto;
  max-width: 860px;
}

.previous .previous_caption {
  color: #333;
  font-size: .9rem;
  line-height: 1.6;
  margin: 10px auto 0;
  max-width: 860px;
}

main {
  background: url(bg_main2.png) top center repeat-y;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  width: 100%;
}

main img {
  width: 100%;
}

main img.company-logo {
  max-width: 100%;
  width: 90px;
}

main p {
  font-size: 1rem;
  line-height: 2rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.sec1 {
  margin: 0 auto;
  max-width: 960px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 94%;
}


.sec1_inner {
  background: rgba(255,255,255,.95);
  border-radius: 5px;
  box-sizing: border-box;
  color: #000;
  height: 100%;
  margin: 0 auto;
  max-width: 960px;
  padding: 30px ;
  position: relative;
  width: 100%;
  z-index: 4;
}

.h2_box {
  margin: 0 auto;
  max-width: 960px;
  width: 94%;
}

h2 {
  max-width: 100%;
  position: relative;
  width: 387px;
  z-index: 5;
}

h2.h2_previous {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -50px;
  width: 700px;
}

h2.h2_previous:before, h2.h2_previous:after {
  content: none;
}

h2 img {
  height: auto;
  max-width: 100%;
}

h2:before {
  border-image: linear-gradient(0deg,#fff 1px,#0000 0) fill 0//0 0 0 100vw;
  content: "";
  height: 1px;
  margin-left: calc(50% - 50vw);
  position: absolute;
  right: calc(100% - 25px);
  top: 0;
  width: 100vw;
}

h2:after {
  border-image: linear-gradient(0deg,#fff 1px,#0000 0) fill 0//0 0 0 100vw;
  bottom: 0;
  content: "";
  height: 1px;
  left: calc(100vw + 94%);
  margin-right: calc(50% - 50vw);
  position: absolute;
  width: 100vw;
}


.mt100 {
  margin-top: 100px!important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

h3 {
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 98%;
}

h3 span {
  display: block;
}

h4 {
  color: #000;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 98%;
}

.related_link {
  background: #e50020;
  border-radius: 100vh;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  transition: all .5s;
  width: min(650px, 90%);
}

.related_link:hover {
  background: #fff;
  color: #e50020;
}

.related_link span {
  display: block;
}

.profile {
  color: #333;
  font-size: .85rem;
  line-height: 1.4;
  margin: 5px auto;
  padding: 3px 0;
  text-align: center;
  text-align: justify;
  width: 100%;
}

.name_area {
  padding: 12px 0 0 30px;
  width: 100%;
}

.name_area2 {
  padding: 12px 30px 0 0;
}

.name {
  color: #000;
  font-size: .8rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
  position: relative;
  text-align: left;
  width: 100%;
}

.name_large {
  font-size: 1.2rem;
  line-height: 1.8;
  vertical-align: baseline;
}

.caption {
  bottom: 0;
  color: #333;
  font-size: 14px;
  left: 0;
  line-height: 1.4;
  margin: 0 auto;
  padding: 10px 5px 0;
  position: absolute;
  text-align: justify;
  text-justify: inter-ideograph;
  width: 220px;
}

footer {
  margin: 0 auto 30px;
  position: relative;
  width: 100%;
}

.button-4 a {
  background: #032d42;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  height: auto;
  line-height: 1.2;
  margin: 0 auto 20px;
  overflow: hidden;
  padding: 2rem 2%;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .5s ease;
  vertical-align: middle;
  width: 100%;
}

.button-4 a:hover {
  opacity: .8;
}

.b_txt {
  font-weight: bold;
}

.next {
  background: #fff;
  border-radius: 15px;
  color: #032d42;
  display: inline-block;
  height: 30px;
  padding: 5px 15px;
  vertical-align: middle;
}


.logo {
  margin: 2.5% auto 1%;
  text-align: center;
  width: 250px;
}

.localFooter {
  line-height: 150%;
}

.caption2 {
  color: #333;
  font-size: .9rem;
  line-height: 1.6;
  margin: 10px auto;
  text-align: center;
  width: 90%;
}

.caption3 {
  color: #000;
  font-size: .9rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 10px auto 20px;
  text-align: justify;
  width: 100%;
}


/* 単語ごとに改行 */
.sub_wb {
  display: inline-block;
  vertical-align: baseline;
}

.ovr_txt {
  overflow: auto;
}


.btn_area {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
  padding: 1.5% 2% 0;
  width: 100%;
}

.btn_item1 {
  background: #31494b;
  border-radius: 100vh;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 auto;
  padding: .5em;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  width: 46%;
}

.btn_item2 {
  background: #31494b;
  border-radius: 100vh;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 auto;
  padding: .5em;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  width: 46%;
}

.btn_item3 {
  align-self: center;
  border-radius: 100vh;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  justify-content: center;
  line-height: 1.3;
  margin: 0 auto;
  padding: .5em .5em;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.btn_item1:hover, .btn_item2:hover {
  opacity: .8;
}

.sml_txt {
  font-size: 75%;
  letter-spacing: -.02em;
}

.sml_txt2 {
  font-size: 75%;
  letter-spacing: -.02em;
}


.pt40 {
  padding-top: 40px;
}


#contact2 {
  border-bottom: 1px solid #312d2a;
  border-top: 1px solid #312d2a;
  padding: 30px 0;
  text-align: center;
  width: 100%;
}
#contact2 img {
  width: 280px;
}


.copyright {
  color: #969696;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 1.6em;
  padding: 30px;
  text-align: center;
}

.copyright img {
  padding-left: 10px;
}

.pro_bdr1 {
  border-top: 1px solid #ddd;
}

.pro_bdr2 {
  border-bottom: 1px solid #ddd;
}

.pro_box {
  display: flex;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.pro_box1 {
  display: flex;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.pro_box2 {
  display: flex;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.pro_box2.align_items_start {
  align-items: flex-start;
}

.contact_info {
  border-bottom: 1px solid #312d2a;
  font-size: .9rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
  width: 100%;
}

.contact_info p {
  padding-bottom: 15px;
}

.button {
  background: #0a42c1;
  border-radius: .3em;
  color: #fff;
  display: block;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .2));
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 auto;
  margin: 0 auto;
  max-width: 300px;
  padding: .5em 0;
  text-align: center;
  text-decoration: none;
  width: auto;
}

.pro_box a:visited {
  color: #00f;
}


.pro_item1 {
  align-items: center;
  background: #f1efed;
  display: flex;
  justify-content: flex-end;
  padding: 15px;
  width: 18%;
}

.time {
  font-size: 1rem;
  font-weight: bold;
  padding-top: 3px;
  text-align: right;
}

.pro_item2 {
  align-items: center;
  display: flex;
  padding: 15px;
  text-align: left;
  width: 81%;
}

.pro_item3 {
  display: flex;
  flex-direction: column;
  padding: 15px;
  text-align: left;
  width: 81%;
}

.no_color {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding: 15px;
  width: 18%;
}

.pro_item4 {
  align-items: center;
  display: flex;
  padding: 10px 0 10px 10px;
  width: 20%;
}

.pro_item4 img {
  border: 1px solid #ddd;
  border-radius: 100vh;
  width: 100%;
}

.pro_item5 {
  align-self: center;
  padding: 15px;
  text-align: left;
  width: 74%;
}

.pro_item6 {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  text-align: left;
  width: 100%;
}

.pro_item7 {
  align-items: center;
  display: flex;
  padding: 0;
  width: 35%;
}

.pro_item7 img {
  border: 1px solid #ddd;
  border-radius: 100vh;
  width: 100%;
}

.pro_item8 {
  align-self: center;
  padding: 5px;
  text-align: left;
  width: 64%;
}

.pro_item9 {
  align-self: center;
  height: 100%;
  overflow: auto;
  padding: 15px;
  text-align: left;
  width: 74%;
}



/*モーダルウィンドウ*/
#cboxOverlay {
  background: #fff;
}

#cboxTopLeft {
  background: url(controls.png) no-repeat 0 0;
  height: 2px;
  width: 2px;
}
#cboxTopCenter {
  background: none;
  height: 14px;
}
#cboxTopRight {
  background: url(controls.png) no-repeat -36px 0;
  height: 1px;
  width: 1px;
}
#cboxBottomLeft {
  background: url(controls.png) no-repeat 0 -32px;
  height: 43px;
  width: 1px;
}
#cboxBottomCenter {
  background: none;
  height: 43px;
}
#cboxBottomRight {
  background: url(controls.png) no-repeat -36px -32px;
  height: 43px;
  width: 1px;
}
#cboxMiddleLeft {
  background: url(controls.png) repeat-y -175px 0;
  width: 1px;
}
#cboxMiddleRight {
  background: url(controls.png) repeat-y -211px 0;
  width: 1px;
}

#cboxLoadedContent {
  background: #fff;
}
#cboxLoadedContent {
  box-shadow: none;
  overflow: auto;
  padding: 0;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose, #cboxTitle {
  top: 0;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible ;
}
#cboxTitle {
  color: #fff;
}
#inline-content {
  /* インライン */
  margin: 20px;
}

.inline-box {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
}
/*モーダルウィンドウ*/

dl.last {
  border-bottom: 1px solid #c3c3c3;
}

dl.biography {
  align-items: flex-start;
  border: none;
  font-size: .9rem;
  overflow: hidden;
}

dl.biography dt {
  background: transparent;
  font-weight: normal;
}

dl.biography dt.bold {
  font-weight: bold;
}

dl {
  border-color: #c3c3c3;
  border-style: solid;
  border-width: 1px 0 0 0;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 1.8rem;
  font-weight: normal;
  -webkit-justify-content: center;
          justify-content: center;
  min-height: 50px;
}

dl .last {
  border-bottom: 1px solid #c3c3c3;
}
dl  dt  p, dl dd p {
  display: inline-block;
  padding: 20px 25px;
}
dl dd .company-box {
  align-items: center;
  display: flex;
  padding: 20px 25px;
}

dl dd .company-name {
  font-size: 1rem;
  line-height: 2rem;
  margin-right: 15px;
}

dl  dt {
  align-items: center;
  background-color: #f1efed;
  color: #000;
  display: flex;
  font-weight: bold;
  justify-content: center;
  text-align: left;
  width: 18%;
}
dl dd {
  width: calc(100% - 18%);
}
dl.large dd {
  font-size: 2rem;
  font-weight: bold;
}
dl.large .sml {
  font-size: 1.8rem;
  vertical-align: baseline;
}

#outline ul {
  list-style: disc;
  padding-left: 1.1em;
}
#outline ul li {
  display: list-item;
}

#outline .kakomi {
  margin-bottom: 30px;
  padding: 20px 10px;
}

#outline .kakomi p {
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}

#outline .kakomi a {
  color: #fc7786;
  font-weight: bold;
  text-decoration: underline;
}

#outline .small_txt {
  font-size: 90%;
}

.b_txt {
  font-weight: bold;
}

#manual {
  margin-bottom: 40px;
}
#contact {
  -webkit-align-items: center;
          align-items: center;
  background-color: #312d2a;
  color: #fff;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
#contact .contentBlock {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 1060px;
  padding: 80px 0;
  padding-bottom: 40px;
  padding-top: 40px;
  width: 100%;
}
#contact .contact_txt {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
#contact .txt {
  border-left: 1px #fff solid;
  margin-left: 30px;
  padding-left: 30px;
}
#contact a {
  color: #fff;
  text-decoration: underline;
}
.program-annotation-panel-body p {
  margin-bottom: 1em;
}
.program-annotation-panel-body ul, .program-annotation-panel-body ol {
  padding-left: 0;
}
.program-annotation-panel-body li {
  padding-bottom: 1em;
}
.program-annotation-panel {
  margin: 0 auto;
}
.viewing .program-annotation-panel {
  width: auto;
}
.program-annotation-panel-title {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.program-annotation-panel-body li {
  display: list-item;
}
.program-annotation-panel-body p {
  font-size: .9rem;
  line-height: 1.6;
  margin-bottom: 1em;
}
.contents .section p {
  font-size: .9rem;
  line-height: 1.6;
}
.program-annotation-panel-body {
  color: #000;
  font-size: .9rem;
  line-height: 1.6;
}
.program-annotation-panel-body h4 {
  font-size: 1rem;
  font-weight: bold;
}
.program-annotation-panel-body p:last-child {
  margin-bottom: 0;
}
.program-annotation-panel-body a {
  color: #009;
  font-weight: bold;
  text-decoration: underline;
  word-break: break-all;
}
.vcubesupp {
  display: block;
  padding: 0;
}

.pt20 {
  padding-top: 20px;
}

.annoucement {
  color: #e50012;
  font-size: 24px;
  font-weight: bold;
  padding: 30px 0;
  text-align: center;
}

@media screen and (min-width: 1921px) {
  header {
    max-width: 1920px;
    width: 100%;
  }

  .head_img01 {
    margin: 0 0 0 18%;
    padding: 800px 0 0;
  }

  .head_img01 {
    background: url(img_mv.jpg) center top no-repeat;
    background-size: cover;
    border-radius: 0 0 0 100vh;
    padding: 800px 0 0;
    position: relative;
  }
}


@media screen and (max-width: 999px) {
  header {
    background: url(bg_main1.png) top center / cover no-repeat;
    margin: 0 auto;
    padding-bottom: 10px;
    position: relative;
    width: 100%; /* android view point */
  }

  .main_ttl {
    height: auto;
    margin: 10px auto;
    padding-top: 5px;
    position: relative;
    width: 94%;
    z-index: 3;
  }


  .previous {
    max-width: 94%;
    padding: 55px 3% 35px;
  }

  h2.h2_previous {
    max-width: 700px;
    width: 94%;
  }

  .leadarea {
    margin: 0 auto;
    max-width: 94%;
    padding: 0 0 3%;
    position: relative;
    width: 94%;
    z-index: 5;
  }

  .lead {
    max-width: 100%;
    padding: 3% 3% 0;
    position: relative;
    z-index: 10;
  }


  .bg_sec2 {
    background: #fff;
  }


  .sec1_inner {
    border-bottom: none;
    box-sizing: border-box;
    max-width: 94%;
    padding: 3%;
    width: 94%;
  }

  .sec1_inner:before {
    display: none;
  }



  .h2_box2 {
    margin: 20px auto 0;
    position: relative;
    width: 100%;
  }



  h3 {
    font-size: 1.3rem;
  }


  .img_box4 {
    margin: 0 auto;
    padding: 2% 0 3%;
    text-align: center;
    width: 94% !important;
  }

  .caption2 {
    margin: 0 auto;
    position: static;
    width: 90%;
  }

  .img_box5 {
    padding: 3% 0 2.5%;
  }


  .button-4 a {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    height: auto;
    margin: 0 auto 10px;
    overflow: hidden;
    padding: 2% 3%;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .5s ease;
    width: 100%;
  }



  .caption {
    bottom: 0;
    color: #333;
    font-size: .9rem;
    left: 0;
    line-height: 1.5;
    margin: 0 auto;
    padding: 10px 5px 0;
    position: relative;
    width: 70%;
  }


  .pf_prof {
    color: #333;
    font-size: .83rem;
    letter-spacing: -.03em;
    line-height: 1.3;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
  }

  .img_add {
    float: right;
    margin: 10px 0 20px 30px;
    padding: 0;
    position: relative;
    width: 300px;
  }

  .img_add img, .img_add2 img {
    width: 100%;
  }

  .img_add2 {
    float: left;
    margin: 10px 30px 20px 0;
    padding: 0;
    position: relative;
    width: 300px;
  }

  .name_area {
    padding: 12px 0;
    width: 100%;
  }

  .name_area2 {
    padding: 12px 0 ;
  }

  .pro_box {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }


  .pro_item1 {
    align-items: center;
    background: #f5f5f5;
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    width: 100%;
  }

  .time {
    font-size: 1rem;
    font-weight: bold;
    padding-top: 3px;
    text-align: left;
  }

  .pro_item2 {
    align-items: center;
    display: flex;
    padding: 15px 10px;
    text-align: left;
    width: 100%;
  }

  .pro_item3 {
    display: flex;
    flex-direction: column;
    padding: 15px 10px;
    text-align: left;
    width: 100%;
  }

  #outline .kakomi p {
    font-size: 1rem;
    line-height: 1.2;
    text-align: justify;
  }

  .kakomi_br {
    display: none;
  }

  .btn_item1 {
    width: 49%;
  }

  .sml_txt2 {
    font-size: .85rem;
  }
}



@media screen and (max-width: 767px) {
  h2.h2_previous {
    top: -5.5vw;
  }

  .slide {
    object-fit: cover;
    width: 250px;
  }

  .inner1 .catch {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 2rem;
  }

  .leadarea:before {
    display: none;
  }

  .leadarea:after {
    display: none;
  }

  .lead {
    font-size: 1rem;
    line-height: 1.6;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  .sec1 {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 16;
  }


  .sec1_inner {
    color: #333;
  }

  #note_text {
    color: #666;
    font-size: .9rem;
    line-height: 1.7;
    margin-top: 10px !important;
    padding: 10px 3% 0;
    text-align: center;
  }

  .img_box4 {
    width: 94%;
  }

  .br_pc {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  main p {
    line-height: 1.7;
  }
  .rb_1 {
    line-height: 150%;
  }

  h3 {
    font-size: 1.2rem;
  }

  .img_box4 {
    width: 94%;
  }

  .img_box4 img {
    width: 100%;
  }


  .img_box2 img {
    width: 70%;
  }

  #note_text {
    text-align: left !important;
  }
  #note_text br {
    display: none;
  }

  .img_add {
    float: none;
    margin: 20px auto;
    padding: 15px 5px;
    width: 280px;
  }


  .img_add2 {
    float: none;
    margin: 20px auto;
    padding: 15px 5px;
    width: 280px;
  }

  .arrow-button {
    max-width: 800px;
    overflow: hidden;
    padding: 22px 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }

  .banner_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
    max-width: 840px;
    width: 94%;
  }

  .banner_item1 {
    width: 100%;
  }


  .caption {
    width: 90%;
  }

  .btn_area {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 30px auto;
    padding: 1.5% 2% 0;
    width: 90%;
  }

  .btn_item1 {
    background: #31494b;
    border-radius: 100vh;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 auto;
    padding: .5em;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    width: 100%;
  }

  .btn_item2 {
    background: #31494b;
    border-radius: 100vh;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 auto;
    padding: .5em;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    width: 100%;
  }


  .btn_item3 {
    align-self: center;
    border-radius: 100vh;
    color: #fff;
    display: flex;
    font-size: 1.2rem;
    font-weight: bold;
    justify-content: center;
    line-height: 1.3;
    margin: 0 auto;
    padding: .5em;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }

  dl dt {
    align-items: center;
    background-color: #f1efed;
    color: #000;
    display: flex;
    font-weight: bold;
    justify-content: center;
    text-align: left;
    width: 100px;
  }
  dl dd {
    width: calc(100% - 100px);
  }

  .pro_box2 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  .pro_item9 {
    align-self: center;
    height: 100%;
    overflow: auto;
    padding: 10px;
    text-align: justify;
    width: 100%;
  }

  dl dd .company-name {
    line-height: 1.7;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  .previous .previous_photos {
    column-gap: 15px;
  }
}

@media screen and (max-width: 479px) {
  .previous .previous_photos {
    column-gap: 0;
    flex-direction: column;
  }

  .previous .previous_photos figure:first-child {
    margin-bottom: 30px;
  }

  .slide {
    object-fit: cover;
    width: 200px;
  }

  .inner3 {
    background: url(img_sp_ttl2.svg) top center / cover no-repeat;
    border-radius: 0;
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    padding-top: calc(230/900 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
    position: relative;
    width: 100%;
  }

  h2 {
    font-size: 1.3rem;
  }

  .pager ul li span, .pager ul li a {
    font-size: 13px;
  }

  .pro_item6 {
    display: flex;
    flex-direction: column;
    padding: 10px 0 0;
    text-align: left;
    width: 100%;
  }

  .pro_item7 {
    align-items: center;
    display: flex;
    padding: 10px 0 10px 10px;
    width: 25%;
  }

  .pro_item8 {
    align-self: center;
    padding: 15px;
    text-align: left;
    width: 74%;
  }
}

@media screen and (max-width: 430px) {
  dl dd .company-name {
    margin-right: 0;
  }

  .inline-box {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 375px) {
  .inner1 .catch {
    font-size: 1.2rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.2rem;
  }

  .arrow-button:after {
    right: 10px;
  }

  .arrow-button:hover:after {
    right: 5px;
  }

  dl dt {
    font-size: 1.1rem;
    width: 30%;
  }
  dl dd {
    font-size: 1.1rem;
    padding: 0 0 0 8px;
    width: calc(100% - 30%);
  }

  dl dt p, dl dd p {
    padding: 8px 0;
  }

  dl dd .company-box {
    padding: 8px 0;
  }
}
