@charset "UTF-8";

/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

main {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template, [hidden] {
  display: none;
}

*, ::before, ::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  font-family: sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  height: 0;
  overflow: visible;
}

nav ol, nav ul {
  list-style: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

progress {
  vertical-align: baseline;
}

small {
  font-size: 83.3333%;
}

sub, sup {
  font-size: 83.3333%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 350px) {
  a:hover {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 1em;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type='checkbox'], [type='radio'] {
  padding: 0;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-cancel-button, ::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[aria-busy='true'] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a, area, button, input, label, select, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden][aria-hidden='false'] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden='false']:focus {
  clip: auto;
}

html {
  font-size: 100%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
  margin: 0;
}

ul, ol {
  padding-left: 0;
}

li {
  list-style-type: none;
}

dd {
  margin-left: 0;
}

a {
  text-decoration: underline;
  color: #3268BF;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
  /* background: #000; */
}

table {
  border-collapse: collapse;
}

input, button {
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*------------------------------------------ */
body {
  color: #1f2526;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  background: #ffffff;
}

img {
  width: 100%;
  -webkit-backface-visibility: hidden;
}

/*
a {
 display: block;
}
*/
.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.pc_br {
  display: block;
}

.tab_br {
  display: none;
}

.sp_br {
  display: none;
}

.pc_img {
  display: block;
}

.tab_img {
  display: none;
}

.sp_img {
  display: none;
}

span.tsume {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

@media screen and (max-width: 820px) {
  body {
    min-width: 100%;
  }

  .pc_br {
    display: none;
  }

  .tab_br {
    display: block;
  }

  .sp_img {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .pc_img {
    display: none;
  }

  .tab_img {
    display: none;
  }

  .sp_img {
    display: block;
  }

  .sp_br {
    display: block;
  }

  .tab_br {
    display: none
  }
}

/*  //  -------------------------------------- */

/*------------------------------------------
header ここから
------------------------------------------*/
.header {
  position: fixed;
  width: 100%;
  padding: 30px 2.5%;
  background: #ffffff;
  z-index: 6;
}

.header a {
  max-width: 400px;
  height: auto;
  display: block;
}

.header a img.header-logp {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .header {
    padding: 16px 2.5%;;
  }
  .header a {
    max-width: 120px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  
}

/*------------------------------------------
//  header ここまで
------------------------------------------*/


/*------------------------------------------
main ここから
------------------------------------------*/
main.main_wrap {
  position: relative;
  top:105px;
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  background-image: url(../img/fv_left.svg), 

  url(../img/fv_right.svg), url(../img/bg_fv.jpg);

  background-size: 16.25% auto, 16.875% auto, 100%;
  background-repeat: no-repeat;
   background-position: top 20px left, top 20px right, top center;
}

.text_inner  {
  position: relative;
  width: 86%;
  max-width: 960px;
  margin: 0 auto;
  padding: 100px 0 100px 0;

}

.text_inner h1 {
  width: 380px;

  height: auto;

  margin: 0 auto;

  padding: 0 0 50px 0;

}

.text_inner p.txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  padding: 0 0 40px 0;
}

.text_inner p.txt.last {
  padding: 0 0 160px 0;
}

.photo_inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0 100px 0;
}

.text_box {
  padding: 0 30px 0 0;
}

.text_box p.company {
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  padding: 0 0 10px 0;
  line-height: 1.5;
}

.text_box p.name {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
}

.text_box p.name span.zenkaku-space {
  padding: 0 0 0 1em;
}

.text_box p.name span.hanaku-space {
  padding: 0 0 0 0.5em;
}

.photo_inner img {
  display: block;
  width: 140px;
  height: auto;
}

@media screen and (max-width: 812px) {
  .text_inner h1 {
    max-width: 380px;

    width: 80%;

    height: auto;
    margin: 0 auto;
    padding: 0 0 40px 0;
}

  .text_inner p.txt {
    text-align: left;
    padding: 0 0 26px 0;
  }

  .text_inner p.txt.last {
    padding: 0 0 50px 0;
  }

  .photo_inner {
    justify-content: center;
    flex-direction: column;
  }

  .text_box p.company, .text_box p.name {

    text-align: center;
  } 


  .text_box {
    order: 2;
    padding: 20px 0 0 0;
  }
}

@media screen and (max-width: 812px) {
  main.main_wrap {
    top: 105px;
  }
  .text_inner {
    padding: 45px 0 100px 0;
  }
  .text_inner p.txt {
    line-height: 1.5;
  }
  .text_box p.company, .text_box p.name {
    line-height: 1.6;
  }
}

@media screen and (max-width: 480px) {
  main.main_wrap {
    top: 78px;
  }
  .photo_inner {
    padding: 0 0 50px 0;
  }
  .text_box p.company, .text_box p.name {
    line-height: 1.6;
  }
}
/*------------------------------------------
//  main ここまで
------------------------------------------*/





/*------------------------------------------
ページのトップへ戻る ここから
------------------------------------------*/
#toTop {
  position: fixed;
  right: 0;
  bottom: 30px;
  /* display: none; */
  z-index: 999;
}

#toTop a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 70px;
  height: 70px;
}

#toTop a:hover {
  opacity: 0.8;
}

#toTop img {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 100px;
}


/*------------------------------------------
// ページのトップへ戻る ここまで
------------------------------------------*/


/*------------------------------------------
　　footer ここから
-------------------------------------------*/
#footer2 {
  border-top: 2px solid #ccc;
  padding: 30px 0 10px 0;
  font-family: 'Noto Sans JP', sans-serif;
}

#footer2 .footer-logo {
  width: 1150px;
  width: 120px;
  height: 100%;
  margin: 0 auto 20px;
}

#footer2 .footer-logo img {
  width: 100%;
  height: auto;

}

#footer2 .flex_bet {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

#footer2 .flex_bet ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 16px 0;
}

#footer2>.flex_bet ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  font-size: 12px;
  padding-right: 14px;
  margin: 0 0 0 14px;
}

#footer2>.flex_bet ul li.line {
  padding-left: 12px;
}

#footer2>.flex_bet ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  width: 1px;
  height: 10px;
  background-color: #666666;
}

#footer2>.flex_bet ul li.last::after {
  display: none;
}

#footer2>.flex_bet ul li a {
  color: #333333;
  text-decoration: none;
}

#footer2 .flex_bet #copyright {
  color: #333333;
  font-size: 14px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  #footer2 .flex_bet {
      max-width: 600px;
      width: 86%;
  }

  #footer2>.flex_bet ul li {
      padding: 0 14px 8px 0;
  }

  #footer2>.flex_bet ul li::after {
      margin-top: -8px;
  }
}

@media screen and (max-width: 600px) {

} 

/*------------------------------------------
//　　　footer ここまで
-------------------------------------------*/