@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

.header--wrapper {
  width: 100%;
  background-color: rgba(233, 145, 0, 0.5);
  margin-bottom: 5%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
}
.header--wrapper .header--main {
  margin: 0 auto;
  max-width: 800px;
  padding: 10px;
  display: flex;
}
.header--wrapper .header--main .header--main__logo {
  display: flex;
  align-items: flex-end;
}
.header--wrapper .header--main .header--main__logo img {
  width: 50px;
  height: 50px;
}
.header--wrapper .header--main .header--nav {
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header--wrapper .header--main .header--nav {
    display: none;
    transition: all 0.3s linear;
  }
}
.header--wrapper .header--main .header--nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header--wrapper .header--main .header--nav ul li {
  list-style: none;
  width: 25%;
  border-left: 1px solid rgba(211, 43, 18, 0.8);
}
.header--wrapper .header--main .header--nav ul:last-child {
  border-right: 1px solid rgba(211, 43, 18, 0.8);
}
.header--wrapper .header--main .header--nav ul a {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  text-align: center;
  color: #000;
  text-decoration: none;
  transition: all 1s;
}
.header--wrapper .header--main .header--nav ul a:hover {
  background: rgba(211, 43, 18, 0.8);
}
.header--wrapper .header--main .header--nav ul a li a span {
  color: #000;
  font-size: 13px;
}

.hamburger {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 300;
}
@media screen and (min-width: 767px) {
  .hamburger {
    display: none;
  }
}
.hamburger .hamburger__line {
  position: absolute;
  width: 50px;
  height: 2px;
  right: 0;
  background-color: #000;
  transition: all 0.5s;
  /*ハンバーガーがクリックされたら.openがつくので以下が適用される*/
}
.hamburger .hamburger__line:nth-child(1) {
  top: 1px;
}
.hamburger .hamburger__line:nth-child(2) {
  top: 18px;
}
.hamburger .hamburger__line:nth-child(3) {
  top: 36px;
}
.open .hamburger .hamburger__line:nth-child(1) {
  transform: rotate(-45deg);
  top: 11px;
}
.open .hamburger .hamburger__line:nth-child(2) {
  opacity: 0;
}
.open .hamburger .hamburger__line:nth-child(3) {
  transform: rotate(45deg);
  top: 11px;
}

/* 
  sp-nav(ナビ)
  =================================== */
.sp-nav {
  position: fixed;
  right: -100%;
  /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 70%;
  /* 出てくるスライドメニューの幅 */
  height: 100vh;
  background-color: #fff;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto;
  /* メニューが多くなったらスクロールできるように */
}
.sp-nav ul {
  margin: 0 auto;
  text-align: center;
  height: 70vh;
  margin: 15vh 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.sp-nav ul:first-child {
  transition-delay: 0.5s;
}
.sp-nav ul:nth-child(2) {
  transition-delay: 0.7s;
}
.sp-nav ul:nth-child(3) {
  transition-delay: 0.9s;
}
.sp-nav ul:nth-child(4) {
  transition-delay: 1.1s;
}
.sp-nav ul li {
  transition: all 0.5s;
}
.sp-nav ul li a {
  font-size: 30px;
  text-decoration: none;
  color: #000;
}
.sp-nav ul li a:hover {
  color: rgba(211, 43, 18, 0.8);
  transition: all 0.7s;
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  right: 0;
}

/* black-bg(ハンバーガーメニュー解除用bg)*/
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: rgb(233, 145, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}

html {
  scroll-behavior: smooth;
}

main {
  max-width: 800px;
  padding: 10px;
  margin: 0 auto;
}
main .main--about {
  background-color: #fff;
  line-height: 1.5em;
  padding: 30px;
}
main .main--about h2 {
  width: 250px;
  font-size: 2em;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
}
main .main--about .main--about__me {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
  main .main--about .main--about__me {
    flex-direction: column;
  }
}
main .main--about .main--about__me div {
  width: 75%;
  text-align: center;
}
main .main--about .main--about__me div img {
  text-align: center;
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  main .main--about .main--about__me div img {
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  main .main--about .main--about__me p {
    padding-left: 0px;
  }
}
main .main--about .main--about__skill {
  width: 100%;
}
@media screen and (max-width: 767px) {
  main .main--about .main--about__skill h3 {
    padding-left: 0px;
  }
}
main .main--about .main--about__skill p {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  main .main--about .main--about__skill p {
    padding-left: 0px;
  }
}
main .main--wrap {
  display: flex;
  flex-wrap: wrap;
}
main .main--wrap .item {
  padding: 30px;
  width: 32%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  main .main--wrap .item {
    width: 100%;
  }
}
main .main--wrap .item .item:not(:last-child) {
  margin-bottom: 30px;
}
main .main--wrap .item img {
  width: 100%;
  margin-bottom: 5px;
}
main .main--wrap .item img:hover {
  opacity: 0.5;
}
main .main--wrap .item:not(:nth-child(3n+3)) {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  main .main--wrap .item:not(:nth-child(3n+3)) {
    margin-right: 0;
  }
}
main .main--wrap .item:nth-child(n+4) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  main .item:nth-child(n+2) {
    margin-top: 30px;
  }
}

.main--about {
  max-width: 800px;
}

.section--bottom {
  padding-top: 100px;
}
.section--bottom h2 {
  padding: 100px 0 10px 0;
  width: 250px;
  font-size: 2em;
  margin: 0 auto;
  text-align: center;
}
.section--bottom h3 {
  font-size: 1.5em;
  padding-left: 30px;
  margin-bottom: 2%;
}
.section--bottom .note {
  text-align: center;
}

.footer--wrapper {
  width: 100%;
  background-color: rgba(233, 145, 0, 0.3);
}
.footer--wrapper footer {
  margin: 0 auto;
  max-width: 800px;
  padding: 10px;
}
.footer--wrapper footer .footer--main__logo {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2em;
}
.footer--wrapper footer .footer--main__logo img {
  width: 50px;
  height: 50px;
}
.footer--wrapper footer .footer--flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 0 50px 50px;
  /***トップへ戻るボタンここまで***/
}
.footer--wrapper footer .footer--flex .footer--group__text {
  line-height: 1.6;
}
.footer--wrapper footer .footer--flex .footer--pagetop {
  /***追従するトップへ戻るボタン***/
  /***トップへ戻るボタンここまで***/
}
.footer--wrapper footer .footer--flex .footer--pagetop .page-top {
  position: fixed;
  right: 5px;
  bottom: 20px;
  height: 50px;
  text-decoration: none;
  font-weight: bold;
  transform: rotate(90deg);
  font-size: 90%;
  line-height: 1.5rem;
  color: rgba(211, 43, 18, 0.8);
  padding: 0 0 0 35px;
  border-top: solid 1px;
}
.footer--wrapper footer .footer--flex .footer--pagetop .page-top .page-top::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 15px;
  border-top: solid 1px;
  transform: rotate(35deg);
  transform-origin: left top;
}

.explanation--main {
  margin-top: 100px;
}
.explanation--main h1 {
  margin: 0 0 1em 0;
}
.explanation--main .complete--img {
  max-width: 800px;
  margin-bottom: 1em;
}
.explanation--main .complete--img img {
  width: 100%;
}
.explanation--main .magazine {
  text-align: center;
}
.explanation--main .magazine .magazine--img {
  max-width: 800px;
  margin-bottom: 1em;
  max-height: 70vh;
  margin: 0 auto;
}
.explanation--main .complete--img__log {
  display: flex;
  justify-content: space-evenly;
}
.explanation--main .complete--img__log a:first-child {
  width: 40%;
}
.explanation--main .complete--img__log a:last-child {
  width: 50%;
}
.explanation--main .text-box {
  width: 100%;
  margin-bottom: 2em;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px 10px 20px 10px;
}
.explanation--main .text-box h2 {
  margin-bottom: 0.5em;
  border-left: 3px solid rgba(211, 43, 18, 0.8);
  padding-left: 5px;
}
.explanation--main .text-box h3 {
  padding-left: 8px;
  margin: 6px 0 3px 0;
}
.explanation--main .text-box p {
  border-bottom: 1px solid rgba(211, 43, 18, 0.8);
  padding-left: 0.5em;
  margin-bottom: 20px;
  line-height: 2em;
}

.Form {
  margin-top: 80px;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  .Form {
    margin-top: 40px;
    margin: 0 auto;
  }
}
.Form .Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .Form .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.Form .Form-Item .Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #545454;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .Form .Form-Item .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form .Form-Item .Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .Form .Form-Item .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form .Form-Item .Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .Form .Form-Item .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form .Form-Item .Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .Form .Form-Item .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form .Form-Item .Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .Form .Form-Item .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form .Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #545454;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .Form .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

.hscroll {
  height: 70vh;
  position: relative;
  border: 1px solid lightgray;
  z-index: 0;
}
.hscroll ul {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  .hscroll ul {
    overflow-x: auto;
  }
}
.hscroll ul li {
  list-style: none;
  display: inline-block;
  scroll-snap-align: center;
  width: 100%;
  height: 100%;
}
.hscroll ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hscroll .arrow {
  top: 0;
  position: absolute;
  width: 8%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.hscroll .arrow:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 4px solid gray;
  border-bottom: 4px solid gray;
}
.hscroll .left {
  left: 0px;
}
.hscroll .left:before {
  top: calc(50% - 10px);
  left: calc(50% - 4px);
  transform: rotate(45deg);
}
.hscroll .right {
  right: 0;
}
.hscroll .right:before {
  top: calc(50% - 10px);
  right: calc(50% - 6px);
  transform: rotate(-135deg);
}

body {
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
body .wrapper {
  background-color: rgba(160, 216, 234, 0.4);
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */